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

Display system information in dispatch board #411

Open
1 task
SuperManifolds opened this issue Nov 5, 2024 · 7 comments
Open
1 task

Display system information in dispatch board #411

SuperManifolds opened this issue Nov 5, 2024 · 7 comments
Labels
Feature | Dispatch Board 🎩 An issue that is related to the dispatch board. Type | Feature Request ✨ An issue that requests a new feature.

Comments

@SuperManifolds
Copy link
Member

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!

  • I am willing to implement this feature, and submit it as a PR.
@SuperManifolds SuperManifolds added Meta | Needs Attention 🚨 An issue that requires the attention of the maintainers. Type | Feature Request ✨ An issue that requests a new feature. labels Nov 5, 2024
@UncleClapton UncleClapton added Feature | Dispatch Board 🎩 An issue that is related to the dispatch board. and removed Meta | Needs Attention 🚨 An issue that requires the attention of the maintainers. labels Nov 5, 2024
@evertiro
Copy link

evertiro commented Nov 5, 2024

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.

@UncleClapton
Copy link
Member

TODO: Get SAPI Documentation for this

@UncleClapton
Copy link
Member

@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

@evertiro
Copy link

evertiro commented Nov 5, 2024

I'm good with issues...

@SuperManifolds
Copy link
Member Author

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

@kenneaal
Copy link
Member

kenneaal commented Nov 7, 2024

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.

@evertiro
Copy link

evertiro commented Nov 8, 2024

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature | Dispatch Board 🎩 An issue that is related to the dispatch board. Type | Feature Request ✨ An issue that requests a new feature.
Projects
None yet
Development

No branches or pull requests

4 participants