Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

iHub to SovHub Regression with Equinox #1388

Open
3 of 6 tasks
pvyParts opened this issue Jul 16, 2024 · 0 comments
Open
3 of 6 tasks

iHub to SovHub Regression with Equinox #1388

pvyParts opened this issue Jul 16, 2024 · 0 comments

Comments

@pvyParts
Copy link

iHub to SovHub Regression with Equinox

  • Installed Infrastructure Upgrades are not returned once installed in the SovHub.
    • Previously these were shown as corporate assets with the location_id matching the the Ihub's item_id
    • Previously the upgrade power state was exposed via the location flag
      • StructureActive Online Upgrade
      • StructureInactive Online but inactive due to ADM or similar Upgrade.
      • StructureOffline Offline Upgrade
  • SovHub reagent levels not returned in the asset tree.

Request

GET /latest/corporations/{corporation_id}/assets/?datasource=tranquility

https://esi.evetech.net/ui#/Assets/get_corporations_corporation_id_assets

Expected

SovHub upgrades to show in the assets tree and the reagent fuel in the structure showing in a "fuel bay" location within the asset tree returned..

...
  {
    ...
    "item_id": 12345678910,
    "location_flag": "StructureActive",
    "location_id": 9876543210,
    "quantity": 1,
    "type_id": 82498
  },
  {
    ...
    "item_id": 12345678911,
    "location_flag": "StructureInactive",
    "location_id": 9876543210,
    "quantity": 1,
    "type_id": 82496
  },
  {
    ...
    "item_id": 12345678911,
    "location_flag": "StructureOffline",
    "location_id": 9876543210,
    "quantity": 1,
    "type_id": 82497
  },
...

Checklist

Check all boxes that apply to this issue:

  • Bug description is provided
  • Request path is provided
  • Response status code is provided
  • Response headers are provided
  • Response body is provided
  • Expected response is provided
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant