dyreschlock / schlock-website

Personal Website code to be run locally or generate a static website hosted through github pages.
http://theschlock.com/
0 stars 0 forks source link

Curated Game List for Analogue Pocket #83

Closed dyreschlock closed 1 year ago

dyreschlock commented 1 year ago

In pocket-utils, we've been keeping a list of curated games to eventually build playlists. We may never get playlists, but we can use that data to display our curated games on a webpage.

Overall, the page should function similarly to the Games Collection pages. Games can be sorted by core and genre or both. There should be a landing that shows an overview of all cores and how many curated games are within.

Data and boxart images will be exported from pocket-utils, so we can import the data here. We should not persist any of this information in the database because it would be redundant and could easily get out of date. The export issue is dyreschlock/pocket-utils#20

dyreschlock commented 1 year ago

Nearly done. Only a few things remain:

There is one more thing, create a view that shows boxart images, but that will be done in a separate case. #84

dyreschlock commented 1 year ago

Data Entry is damn near complete. That doesn't require any committing, so I'm going to say that the base case is complete!

New features should have their own issues.