Open SuperManifolds opened 1 week ago
Thoughts on how you'd like to see this displayed? We don't have a ton of space to work with given the current design.
TODO: Get SAPI Documentation for this
@evertiro this is a request to return a feature we cut at some point due to issues, though I can't remember the specifics why.
We used to display some basic system information in chips on the detail view, similar to the paperwork link chip
I'm good with issues...
We could go two ways with this, since I implemented this in mecha already I could write up some documentation on how to achieve this, though mecha actually already writes a cache of system information inside the rescue entry to avoid repeated lookups, so we could potentially just use that
SAPI's JSONSchema is at https://systems.api.fuelrats.com/metadata/JSONSchema
That should provide the field info needed to unpack results from queries; given that we at least will have systemID64, everything can be gotten fast from https://systems.api.fuelrats.com/api/[system|body]?id=
SAPI's JSONSchema is at https://systems.api.fuelrats.com/metadata/JSONSchema That should provide the field info needed to unpack results from queries; given that we at least will have systemID64, everything can be gotten fast from https://systems.api.fuelrats.com/api/[system|body]?id= queries.
Appreciate the pointer!
Description
Show system information in dispatch board (distance from landmark, star type)
Additional Information (optional)
No response
FuelRats IRC Nickname (optional)
SuperManifolds
I can help!