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

Verisioning thoughts #37

Closed
auniverseaway opened this issue Apr 29, 2024 · 2 comments
Closed

Verisioning thoughts #37

auniverseaway opened this issue Apr 29, 2024 · 2 comments

Comments

@auniverseaway
Copy link
Member

  1. Be able to rollback to version -1, -X, etc.
  2. New version on delete
  3. Document best practices - always make a version as part of any migration script
  4. Copy should not retain the source versions
@bosschaert
Copy link
Contributor

@auniverseaway regarding your points:

  1. This is currently possible with the version restore, no more work needed here I think.
  2. A new version on delete is currently already created (see https://github.com/adobe/da-admin/blob/main/src/routes/source.js#L28 ) however there is no mechanism to retrieve it yet, so I created Ability to restore deleted versions #55 for that.
  3. I think the best practice lies outside of the da-admin code itself, no?
  4. I created a new issue for this: Copy document should not copy its version history #56

@bosschaert
Copy link
Contributor

@auniverseaway I think we can close this issue, right?

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

No branches or pull requests

2 participants