Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve Save/Import selections Implementation #2

Open
oxedom opened this issue May 7, 2023 · 0 comments
Open

Improve Save/Import selections Implementation #2

oxedom opened this issue May 7, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@oxedom
Copy link
Owner

oxedom commented May 7, 2023

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

@oxedom oxedom added the enhancement New feature or request label May 7, 2023
@oxedom oxedom self-assigned this May 7, 2023
oxedom pushed a commit that referenced this issue Jun 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant