marcus-crane / vgdates-backend

{ 📆📆📆 } => Personal release calendar for games (maybe movies and TV series later?)
http://vgdat.es
MIT License
0 stars 0 forks source link

Querying a non-existent future release date breaks the import page #33

Closed marcus-crane closed 7 years ago

marcus-crane commented 7 years ago

The import page relies on original_release_date which doesn't exist.

Sometimes the API can instead have expected_release_day, expected_release_month and expected_release_year which the import functionality doesn't account for yet.

expected_release_quarter also exists but the user should just be told there's no date since I don't really want non-specific dates on the calendar. You'll start getting stuff like Persona 5 which was announced for Japan in Summer 2014 yet only came out earlier this year.

marcus-crane commented 7 years ago

Will get fixed when I look at #32