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

Local storage implementation #5

Open
udz-codes opened this issue Sep 1, 2024 · 0 comments
Open

Local storage implementation #5

udz-codes opened this issue Sep 1, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@udz-codes
Copy link
Owner

We need to implement local storage for the data.

Currently, if a user reloads the page, the query, the json data and spreadsheet data is lost and user has to start again.
To deal with this, local storage can be used to store data on user's local browser storage.

We can also introduce a settings tab where user can control how long the data should stay in the local storage.

  1. List of data that can be stored:

    • Query + Choice of query type
    • Json Input Data
    • Spreadsheet Data
  2. Settings tab items

    • Control how long should we store user's data, with options like
      • Do not save
      • 24hrs
      • 7 days
      • 30 days
      • Permanent
    • Optional: Control to select what data should be stored from above list.
@udz-codes udz-codes self-assigned this Sep 1, 2024
@udz-codes udz-codes added the enhancement New feature or request label Sep 1, 2024
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

When branches are created from issues, their pull requests are automatically linked.

1 participant