Infrasurvey / iot-portal-frontend

0 stars 0 forks source link

In Installation side navigation, display only active rovers (having position data since last change of position references) #14

Open guillaumeVolery opened 2 years ago

guillaumeVolery commented 2 years ago

Current behavior: All the rovers of a base stations are always available in the side navigation.

Expected behavior: According ticket #11, a new "session" starts as soon as the reference latitude/longitude change in the base station configuration file. From that date, not all the rover are necessary sending data (for any reason). To avoid letting the possibility to user to click on a rover in the side navigation menu having no position data (useless), only rovers with position data shall be displayed in the side-nav menu according the start date.

guillaumeVolery commented 2 years ago

Implemented in commit de5a283 (frontend) and 20944c5 (backend).

Ready for verification.