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.
The import page relies on
original_release_date
which doesn't exist.Sometimes the API can instead have
expected_release_day
,expected_release_month
andexpected_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.