wgilpin / recruitment-ascee

2 stars 0 forks source link

Fix corp apis #586

Closed mcgibbon closed 5 years ago

mcgibbon commented 5 years ago

Closes #580. One FE bug remains in #585. Fixes the name of the journals endpoint for corporation from /wallet to /journal, and fixes backend bugs in corporation assets, transactions, and industry jobs that arise from the corporation APIs being slightly different from the character APIs.

Corporation assets will currently not show names of named items, due to the API that gets this info giving errors if you pass it types that can't be named, for the corporation endpoint only (not for the character endpoint). We could fix this later by manually checking for a container or ship type.