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

✨ Export/Import settings to and from a json file support for the UI #427

Open
neon-mmd opened this issue Dec 8, 2023 · 4 comments · May be fixed by #629
Open

✨ Export/Import settings to and from a json file support for the UI #427

neon-mmd opened this issue Dec 8, 2023 · 4 comments · May be fixed by #629

Comments

@neon-mmd
Copy link
Owner

neon-mmd commented Dec 8, 2023

Description

Provide a way to export the saved settings in the UI from the cookie to a JSON file. Also, provide a way to import the exported JSON file back into the UI and convert into a cookie and save it in the browser.

Screenshots

No response

Do you want to work on this issue?

Yes

Additional information

No response

Copy link

github-actions bot commented Dec 8, 2023

The issue has been unlocked and is now ready for dev. If you would like to work on this issue, you can comment to have it assigned to you. You can learn more in our contributing guide https://github.com/neon-mmd/websurfx/blob/rolling/CONTRIBUTING.md

@neon-mmd neon-mmd changed the title ✨ Export/Import settings to and from a file support for the UI ✨ Export/Import settings to and from a json file support for the UI Dec 8, 2023
Copy link

github-actions bot commented Feb 7, 2024

Stale issue message

@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Feb 14, 2024
@neon-mmd neon-mmd reopened this Feb 14, 2024
Copy link

Stale issue message

@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Apr 23, 2024
@neon-mmd neon-mmd reopened this Apr 24, 2024
Copy link

Stale issue message

@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Sep 4, 2024
@neon-mmd neon-mmd reopened this Sep 4, 2024
@neon-mmd neon-mmd self-assigned this Nov 2, 2024
neon-mmd added a commit that referenced this issue Nov 2, 2024
…ute to handle post requests (#427)

- Add a new route `/download` which handles the export functionality of
  the user preferences as a `json` file.
- Update the `/settings` route to handle post requests for handling the
  import functionality of the user preferences. Also, taking care of the
  sanitization of the user provided `json` values.
neon-mmd added a commit that referenced this issue Nov 2, 2024
@neon-mmd neon-mmd moved this from Todo to In Progress in Task list for v2.0.0 release cycle Nov 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment