2024-CMPU9010-GROUP-3 / magpie

Group 3 project for the TU Dublin ASD/DS masters course
GNU Affero General Public License v3.0
5 stars 0 forks source link

Frontend Dashboard/Sidebar Refactor #419

Closed 1Solon closed 1 week ago

1Solon commented 1 week ago

Description

This PR refactors the Sidebar/Dashboard on the map page.

Fixes #349, #365, #409

New Sidebar

The sidebar has been refactored to be a table with checkboxes. When you click on one of the 'eyes' it will toggle off the data in that row, and the map will update accordingly.

The sidebar now contains a legend of all the icon representations on the map. These share a common reference with the map icon, so will update when the map icons do.

image

Radius Element

Preset distances have been added to the radius element. This will allow users to quickly select a distance to measure from the chosen point.

image

Title card

I've changed "Magpie Dashboard" to contain the logo, the version number of the app- and a subtitle with "Services at a Glance"

image

Refactoring

I've refactored the sources into a factory, so that it can be easily extended in the future. Note that this shares a common linkage with layers, so updating both would be necessary for new points.

Type of change

Please select the option that best describes the changes made:

Changes