-
Notifications
You must be signed in to change notification settings - Fork 10
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
[Feature]: Pokemon series is a bit messy #29
Comments
it can look a little silly when there's only 1 non-multi-game randomizer and then if we also want to do grouping by sub-series, it could become a bit complicated, or maybe users will get confused with the variations of formatting (grouped by game, grouped by sub-series, grouped by game and sub-series, multi-games together, ungrouped) This also means if a game is only represented by multi-game randomizers, then the tags for the game are not displayed (release year, platforms, genres, sub-series) |
This hybrid approach is fine in my opinion as it cleans up some duplicate data a bit compared to now, but I agree with the flagged issues so far, and it would effectively revert to grouping by rando as I was originally doing instead of by game, with all that entails. One thing I would consider instead is to use the |
Summary
The original site looked like this
Split by sub-series instead of by game.
Maybe we could divide series by sub-series, and then also have randomizers with more than 5 supported games listed outside of the games and have their games listed inside the randomizer itself (like the recent updates section does). Or maybe we could do more sub-series for Pokemon, like Core GB, Core GBA, Core DS... And have the randomizers listed in each of the sub-series they apply to.
Maybe each series could have a field to specify how it is formatted? Like multi-series already has its own format but that's hardcoded, it could be a flag in the yml file.
The text was updated successfully, but these errors were encountered: