Infrasurvey / iot-portal-backend

0 stars 0 forks source link

Add routes into frontend API to update manually one or all data bases #8

Open guillaumeVolery opened 2 years ago

guillaumeVolery commented 2 years ago

Current behavior:

The backend is responsible to run once a day the FTP data fetching. There is no possibility to update/fetch the FTP manually on demand.

Expected behavior:

Add 2 routes in the frontend API to run the data fetching manually:

guillaumeVolery commented 2 years ago

Done in commit a19c687.

Added routes:

guillaumeVolery commented 2 years ago

Routes edited in commit c8aa8e208150b680168bea059e7aa987e704cbbc

We use now the Geomon Id and not the table id (database primary key).