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

Save templates client side and add versioning #69

Open
LittleEndu opened this issue Oct 23, 2023 · 0 comments
Open

Save templates client side and add versioning #69

LittleEndu opened this issue Oct 23, 2023 · 0 comments

Comments

@LittleEndu
Copy link
Contributor

imo this would have many benefits:

  • would allow for an easy check to see if you have the latest template (that is if you know what the latest version nr is, you just check that you have the same nr)
  • would allow a rollback if the user finds that the new version doesn't work for them
  • would enable some sanity check
    • client can reject individual templates if a "newer" json hosts older template
    • client can ignore a newer json that doesn't bump the version number of a template

This would need to be opt-in and per template, that is:

  • user opts in to saving
  • template json host opts in to keeping track of versions
    • template isn't version controlled if the version key doesn't exist
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

1 participant