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

[options] Ability to export / import configuration #570

Closed
tprouvot opened this issue Sep 16, 2024 · 1 comment
Closed

[options] Ability to export / import configuration #570

tprouvot opened this issue Sep 16, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request work in progress Someone is working on this issue

Comments

@tprouvot
Copy link
Owner

Is your feature request related to a problem? Please describe.
Some users are switching from beta to main and vice versa.
When they do so, they loose the configuration they made and their saved query, request etc.

Describe the solution you'd like
We should provide a way to export and import save configuration (localStorage variables)

Describe alternatives you've considered
Manually update the values through browser dev console

@tprouvot tprouvot added the enhancement New feature or request label Sep 16, 2024
@tprouvot tprouvot self-assigned this Sep 16, 2024
@tprouvot tprouvot added the help wanted You can work on this issue if you want to ! label Sep 16, 2024
@tprouvot tprouvot added work in progress Someone is working on this issue and removed help wanted You can work on this issue if you want to ! labels Sep 24, 2024
@tprouvot tprouvot changed the title [general] Ability to export / import configuration [options] Ability to export / import configuration Sep 24, 2024
@tprouvot
Copy link
Owner Author

The next releases will be deployed by partial rollout percentage.
For some of the users, they may want to force the latest version installation by uninstalling the extension then reinstalling it.

This may lead to a loss of the configuration, to avoid that we provided a way to export and import the config in a json file.

image

tprouvot added a commit that referenced this issue Sep 25, 2024
## Describe your changes
Add the import / export functionnality

## Issue ticket number and link
Fix #570 

## Checklist before requesting a review
- [ ] I have read and understand the [Contributions
section](https://github.com/tprouvot/Salesforce-Inspector-reloaded#contributions)
- [ ] Target branch is releaseCandidate and not master
- [ ] I have performed a self-review of my code
- [ ] I ran the [unit
tests](https://github.com/tprouvot/Salesforce-Inspector-reloaded#unit-tests)
and my PR does not break any tests
- [ ] I documented the changes I've made on the
[CHANGES.md](https://github.com/tprouvot/Salesforce-Inspector-reloaded/blob/master/CHANGES.md)
and followed actual conventions
- [ ] I added a new section on
[how-to.md](https://github.com/tprouvot/Salesforce-Inspector-reloaded/blob/master/docs/how-to.md)
(optional)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request work in progress Someone is working on this issue
Projects
None yet
Development

No branches or pull requests

1 participant