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

suggest:Add "Save Configuration" feature to landscape page #4872

Open
kirklin opened this issue Dec 29, 2022 · 2 comments
Open

suggest:Add "Save Configuration" feature to landscape page #4872

kirklin opened this issue Dec 29, 2022 · 2 comments

Comments

@kirklin
Copy link
Contributor

kirklin commented Dec 29, 2022

I suggest adding a "Save Configuration" feature to the landscape page. This feature would allow users to save their adjusted configurations for future use.

One way to implement this feature would be to use local storage (such as cookies or HTML5's localStorage). This would allow users to save their configurations without the need for a backend API.

In addition to the "Save Configuration" feature, it would also be helpful to provide a "Load Configuration" feature, so that users can easily load their saved configurations at a later time. This would allow users to quickly restore their previously used configurations without the need for manual adjustment.

Overall, adding a "Save Configuration" and "Load Configuration" feature would make the landscape page more convenient and user-friendly, and provide a better user experience.

@DamnClin
Copy link
Collaborator

Does this take precedence over the configuration loaded from the project?

@kirklin
Copy link
Contributor Author

kirklin commented Dec 29, 2022

Yes, this takes precedence over the configuration loaded from the project.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants
@pascalgrimaud @kirklin @DamnClin and others