Infrasurvey / iot-portal-frontend

0 stars 0 forks source link

In installation overview: create a refresh button to refresh the base station info #1

Open guillaumeVolery opened 2 years ago

guillaumeVolery commented 2 years ago

Current behavior:

The base station info and rover position cannot be updated manually over the frontend. The user must wait that the backend perform the daily update to experience the changes.

Expected behavior:

The user shall be able to refresh the base station info and rover positions over a "Refresh" button. The backend shall fetch the data from the FTP server. The backend is listenning on the frontend API route defined in ticket Backend - Issue #8

guillaumeVolery commented 2 years ago

Refresh button added. Manual refresh is now possible.

image