gbdev / homebrewhub

A digital repository of of homebrews, patches, hackroms for old consoles. Provides community submission, tagging and rating features.
https://hh.gbdev.io
GNU General Public License v3.0
44 stars 9 forks source link

Add ordering by release date #84

Open avivace opened 1 year ago

avivace commented 1 year ago

Add the possibility to order results by release date.

How should entries without a release date be treated? Use the date of the commit that introduced them in the database?

rnegron commented 1 year ago

I think a good first step is calculating how many entries don't have a release date. If there's not that many, it could be worth to try and manually find release dates (or estimates) and contribute these to the database. Otherwise, I would consider having the release date as null as having them appear at the end, sorted by title or similar.

avivace commented 1 year ago

I think a good first step is calculating how many entries don't have a release date. If there's not that many, it could be worth to try and manually find release dates (or estimates) and contribute these to the database. Otherwise, I would consider having the release date as null as having them appear at the end, sorted by title or similar.

Let me clarify this a bit: