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

[Enhancement]: Completely redo the "progress" page and add dedicated game pages #320

Open
1 task done
jonbarrow opened this issue Jul 28, 2024 · 0 comments
Open
1 task done
Labels
awaiting-approval Topic has not been approved or denied enhancement An update to an existing part of the codebase

Comments

@jonbarrow
Copy link
Member

jonbarrow commented Jul 28, 2024

Checked Existing

  • I have checked the repository for duplicate issues.

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":

  1. The "features" list is VERY cluttered. It just shows a massive list of all the items, not taking into account how many items there are. This results in a MASSIVE page with tons of scroll/empty space in cases where there are a lot of elements
  2. There are only pages for games in active development. This is intentional, and not really an "issue" (especially since it relies on GitHub Projects, which currently need to be linked to repos). However it means people keep making issues like these:

The best solution would likely be to:

  1. Stop relying on GitHub Projects for task lists. This way we can add data for games which don't have repos yet. While not REQUIRED to be linked to repos, GitHub seems to be farily unstable when it comes to moving a project between repos. We've ran into this many times when deleting/renaming repos and then trying to use the GraphQL API to query for the projects data, which results in vague errors until the project is completely deleted and remade from scratch
  2. Either remove/limit the number of items shown on the "progress" page to prevent the aforementioned long scrolling
  3. Create dedicated pages for each game to show ALL the details. This would include data such as:
    • Compatibility
    • In-game features
    • Miiverse features
    • Public/beta status
    • Known bugs
    • Links to places like GitHub?
    • Player counts/other stats?
  4. Add listings/pages for ALL games under our scope, even those which are not supported or in development. These should be marked as such with a message indicating that support WILL come, and only exist to prevent issues asking for games to be supported

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:

@jonbarrow jonbarrow added enhancement An update to an existing part of the codebase awaiting-approval Topic has not been approved or denied labels Jul 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
awaiting-approval Topic has not been approved or denied enhancement An update to an existing part of the codebase
Projects
None yet
Development

No branches or pull requests

1 participant