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

[Feature]: Add version and migration of local storage controller #119

Open
Slartibartfass2 opened this issue Jan 31, 2024 · 0 comments
Open
Assignees
Labels
enhancement New feature or request priority-1 High priority

Comments

@Slartibartfass2
Copy link
Owner

Slartibartfass2 commented Jan 31, 2024

Is your feature request related to a problem? Please describe

Whenever a change to the local storage keys or structure is made, it will break the previously stored data.
E.g. atm "additional_recipe_informations" is a typo, that should be fixed but would break the all the information stored.

Describe the solution you'd like

Add a version and migration that converts old data to new one.
E.g. if "additional_recipe_informations" is changed to "additional_recipe_information" the key should be updated.

After this is done, the ignore filter in typos.toml should be removed.

Describe alternatives you've considered

No response

Anything else?

No response

@Slartibartfass2 Slartibartfass2 added enhancement New feature or request priority-1 High priority labels Jan 31, 2024
@Slartibartfass2 Slartibartfass2 self-assigned this Jan 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request priority-1 High priority
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

1 participant