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

Add discovered / undiscovered status to star systems in star map #238

Open
BarthPaleologue opened this issue Jan 8, 2025 · 0 comments
Open
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@BarthPaleologue
Copy link
Owner

With the new discovery system introduced by #237, players can now discover orbital objects and said discoveries are recorded in the Encyclopaedia Galactica.

What would be nice is to update StarMapUI::shortHandUI to add an additional field displaying "Discovered by Player on Date" or "Undiscovered" depending on the discovery system of the status.

To get this status information, querying the Encyclopaedia Galactica for the star of the system will be necessary.

To that end, add EncyclopaediaGalactica::getDiscoveryInformation(object: OrbitalObjectId): SpaceDiscovery | null and implement it where needed as told by the compiler.

@BarthPaleologue BarthPaleologue added enhancement New feature or request good first issue Good for newcomers labels Jan 8, 2025
@BarthPaleologue BarthPaleologue added this to the 1.9 - Exploration milestone Jan 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant