esi-issues icon indicating copy to clipboard operation
esi-issues copied to clipboard

location_flag inconsistency between ESI and SDE

Open GoldenGnu opened this issue 7 years ago • 3 comments

Inconsistency

Routes

https://esi.tech.ccp.is/latest/#!/Assets/get_characters_character_id_assets https://esi.tech.ccp.is/latest/#!/Assets/get_corporations_corporation_id_assets https://esi.tech.ccp.is/latest/#!/Character/get_characters_character_id_blueprints https://esi.tech.ccp.is/latest/#!/Corporation/get_corporations_corporation_id_blueprints

Description

  1. The following location_flag enum names does not match the flag values in the SDE
ESI               SDE
CorpDeliveries    CorpMarket
Impounded         OfficeImpound
ServiceSlot0      StructureServiceSlot0
ServiceSlot1      StructureServiceSlot1
ServiceSlot2      StructureServiceSlot2
ServiceSlot3      StructureServiceSlot3
ServiceSlot4      StructureServiceSlot4
ServiceSlot5      StructureServiceSlot5
ServiceSlot6      StructureServiceSlot6
ServiceSlot7      StructureServiceSlot7

Note: I'm not sure CorpDeliveries and Impounded are matched correctly to the SDE flags

  1. The following location_flag enum values are not in the SDE
AutoFit
Module
CorpseBay
HangarAll
DustDatabank
DustBattle
HiddenModifers

Resolution

  1. Use the SDE values in ESI or vice versa
  2. Added the missing flag values to the SDE

GoldenGnu avatar Sep 24 '17 11:09 GoldenGnu