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 Client Configuration #197

Open
rosenbach opened this issue Feb 25, 2024 · 4 comments · May be fixed by #198
Open

Export Client Configuration #197

rosenbach opened this issue Feb 25, 2024 · 4 comments · May be fixed by #198
Assignees
Labels
enhancement New feature or request

Comments

@rosenbach
Copy link
Contributor

rosenbach commented Feb 25, 2024

Is your feature request related to a problem? Please describe.

There might be some situation that you want to backup your client configuration. Or you want to import it in the future again, or somewhere else.

Describe the solution you'd like

I would like to have an opportunity to export a client configuration.

Describe alternatives you've considered

Maybe a more complex export button would be nice that would either enable a) copying to the clipboard or b) downloading the current client configuration.

Additional context

I prepared a PR for this feature: #198 , furthermore I am preparing another feature request for importing client configurations. (edit: here is the feature request #199)

@skoruba
Copy link
Owner

skoruba commented Feb 25, 2024

Hey @rosenbach - that is great idea, I fully agree that we need something like this.
What about also import feature? I thing we need also add some version into export json file, for import feature as well.

@skoruba
Copy link
Owner

skoruba commented Feb 25, 2024

Sorry, I missed your issue #199. Would be great if you've already worked on the import feature and you can send a PR. 👍

@rosenbach
Copy link
Contributor Author

rosenbach commented Mar 20, 2024

Hi @skoruba
thanks for your anwers
Can you specify what you mean with we need some version in the export json file? You mean a versioning of the exported client configuration?

Regarding the import feature:
as you already mentioned, I created a seperate issue (#199) for that. I already see quite some value by having the export button. The import feature is not so trivial when thinking about how to make a viable minimal version of the feature. We can gladly discuss this in the other issue.

@skoruba
Copy link
Owner

skoruba commented Mar 20, 2024

Can you specify what you mean with we need some version in the export json file? You mean a versioning of the exported client configuration?

Exactly, I thought the export would contain a version of the client configuration and we can add some conditions in the future in case the data structure changes.

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

Successfully merging a pull request may close this issue.

2 participants