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

Add versioning support to NegotiationCards and TestSpec #520

Open
sebastian-echeverria opened this issue Nov 15, 2024 · 1 comment
Open
Labels
backend Issue for backend or authorization issues test-library Issues related to the main functionality of MLTE as a test library

Comments

@sebastian-echeverria
Copy link
Collaborator

Add a way to support versions for NegotiationCards and TestSpecs. This will have to be implemented in each backend store as well. The idea is to keep versions of each every time they are save()d into a store, instead of overrwriting the current one.

@sebastian-echeverria sebastian-echeverria added backend Issue for backend or authorization issues test-library Issues related to the main functionality of MLTE as a test library labels Nov 15, 2024
@sei-aderr
Copy link
Collaborator

I think we may not want to have a new version for every time the user saved the negotiation card. On large changes it would make sense but the amount of cards could get bloated if they need to make small changes or as they work initially and want to save their work. Potentially an option to save as a new version when saving in the frontend, or something similar. Can discuss more

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend Issue for backend or authorization issues test-library Issues related to the main functionality of MLTE as a test library
Projects
None yet
Development

No branches or pull requests

2 participants