Infrasurvey / iot-portal-frontend

0 stars 0 forks source link

Sort rovers alphabetically #10

Open guillaumeVolery opened 2 years ago

guillaumeVolery commented 2 years ago

Current behavior:

The rovers are not sorted and are displayed in the sidenav with a random order.

image

Expected behavior:

Sorted rovers

guillaumeVolery commented 2 years ago

Implemented in commit 8640ad1 (backend).

Example for base station GM_BASE_0036:

Before: image

After image

Ready for verification.