oxedom / parker

Parking detection and monitoring webapp that runs entirely in the browser
https://parker-oxedoms-projects.vercel.app/
MIT License
137 stars 13 forks source link

Improve Save/Import selections Implementation #2

Open oxedom opened 1 year ago

oxedom commented 1 year ago

Issue: Improve save and import function for Parkerr

Problem

Currently, the save function in Parkerr only saves the state of the selectedRois to local storage, and the import function only imports from local storage. However, there is no UI for this, and the program is using alerts to communicate with user. This is inconvenient for daily use, as well as there is no option to make multiple saves.

Solution

We need to improve the save and import function so that users can save JSON/CSV files as well as import them. As well as improve the UI for this functionality

Tasks

DONE Improve and research data structure for selectedRoiState DONE Improve the UI for the save and import functions DONE Remove the alerts

Add Support for CSV Clean Data function before exporting