Infrasurvey / iot-portal-frontend

0 stars 0 forks source link

Change default value in Start Date filter of rover plot settings #11

Open guillaumeVolery opened 2 years ago

guillaumeVolery commented 2 years ago

Current behavior:

The start date is set by default to the 1st of January 2015 in all cases.

image

Expected behavior:

The default start date shall be the date the commissionning date of the installation.

guillaumeVolery commented 2 years ago

Adaptation:

According discussion with @VincentSchlageter the 21th of April, the start date shall be the latest date when a change was applied to the following one of the following values in the base station configuration.

Start date shall be the upload time (on FTP server) of this configuration file.

guillaumeVolery commented 2 years ago

Done in commit e0b83d5.

Ready for verification.

guillaumeVolery commented 2 years ago

After verification with @VincentSchlageter, the returned configuration was the last one in which the reference latitude, longitude were not equal to NULL --> which is wrong.

In commit c015699, the configuration returned is really the last one in which the reference position has changed for the last time.

Ready for verification.