-
Notifications
You must be signed in to change notification settings - Fork 82
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
[Enhancement]: Completely redo the "progress" page and add dedicated game pages #320
Comments
@mrjvs created some designs on Discord for the progress page The idea is to include:
Currently, game progress tiles have a list pulled from GitHub projects and a completion meter which does not reflect the actual state of the game. The game could have all issues completed but not running, be only available to testers, or be very unstable. |
This looks epic 🔥 |
To copy-paste my thoughts from Discord about the first screenshot:
|
Checked Existing
What enhancement would you like to see?
This expands on (and will likely replace) issues such as #309 and #227. This can possibly be incorporated into #282, as it as a similar goal, but it may also be worth doing in a different PR (since the goals do differ a bit) or waiting for #307 to be closed (which @hauntii is working on).
Currently the progress page has 2 "issues":
The best solution would likely be to:
This will likely require several changes to our backends, since we would need to start tracking game progress data ourselves rather than piggy-backing off GitHub Projects.
Any other details to share? (OPTIONAL)
We can easily take inspiration for the 3rd point from other projects. Most every system emulator follows this sort of design, having a "main" titles list showing general compatibility followed by dedicated pages with detailed stats:
The text was updated successfully, but these errors were encountered: