adobe / da-admin

Apache License 2.0
0 stars 4 forks source link

Verisioning thoughts #37

Open auniverseaway opened 4 months ago

auniverseaway commented 4 months ago
  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 commented 2 months ago

@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 #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: #56
bosschaert commented 2 months ago

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