Coding-with-Adam / response-reporting-dashboard

4 stars 1 forks source link

Date Picker Issue #21

Closed JorgeMiguelGomes closed 1 month ago

JorgeMiguelGomes commented 1 month ago

What happens

When the user files a report the only date that we can pick is the current date

Expected behaviour

Users should be able to pick any date in the past, since there is a lot of previous information that can be added to the database

supernyv commented 1 month ago

Hi Jorge, This has now been updated. The limit is kept between 1970, and now, to ensure both that no impossible date in the past is selected and no date in the future is selected.

Does that mean the date a report is made on Watchtower does not have to be older than the response date from the platform? For example: image

supernyv commented 1 month ago

Issue closed, users can now pick any date in the past.