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

Use local storage to remember user choices #1403

Closed
mhalbritter opened this issue Feb 7, 2024 · 4 comments
Closed

Use local storage to remember user choices #1403

mhalbritter opened this issue Feb 7, 2024 · 4 comments

Comments

@mhalbritter
Copy link
Contributor

If a user changed e.g. Gradle to Maven last time, there is a high chance that they want it the next time, too. So we should remember the choices for:

  • Java (version)
  • Project
  • Language
  • Maybe Spring Boot version?

We could take a look what a IDE remembers.

@4121nnn
Copy link

4121nnn commented May 2, 2024

Hi Moritz,

I hope you're doing well!

After reviewing the requirements , I took the initiative to implement this feature.

Here's a summary of what I've done:

Implemented local storage caching for form state in start.spring.io.
Thoroughly tested the functionality across different scenarios to ensure reliability.
Caching implemented to these fields:
Project, Language, Spring boot, Packaging and Java version.

I believe that this feature aligns well with the goals of the project and could greatly enhance the user experience. Before proceeding further, I wanted to confirm if you're open to accepting this contribution.

If you agree, I can proceed with opening a pull request. Alternatively, if you have any specific requirements or suggestions, please let me know, and I'll be happy to accommodate them.

Looking forward to your guidance on this matter.

@mhalbritter
Copy link
Contributor Author

Hey @4121nnn, thanks for your initiative. Please open a pull request!

@mhalbritter
Copy link
Contributor Author

Superseded by #1459.

@mhalbritter mhalbritter closed this as not planned Won't fix, can't repro, duplicate, stale May 3, 2024
oodamien added a commit that referenced this issue May 6, 2024
@mhalbritter
Copy link
Contributor Author

Superseded by #1462.

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

2 participants