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

Link/transfer NegotiationCards and TestSpecs between model versions #528

Open
sebastian-echeverria opened this issue Nov 15, 2024 · 0 comments
Labels
test-library Issues related to the main functionality of MLTE as a test library

Comments

@sebastian-echeverria
Copy link
Collaborator

Currently, when a new version of a model is created, there is no link to previous artifacts, even though many of them are use for multiple versions. More specifically:

  • Design a way to transfer NegotiationCards between model versions. One option would be to handle NegotiationCards outside model versions, at the model level, but this may break a lot of things and may be hard to grasp. Another option is to copy the most recent NegotiationCard to a new model version when the version is created, maybe somehow maintaining the link in that card to previous NegotiationCard versions in previous model versions.
  • Design a way to do something similar for TestSpecs. In this case, it may make more sense to do the copy and have the TestSpec be a new starting point.
@sebastian-echeverria sebastian-echeverria added the test-library Issues related to the main functionality of MLTE as a test library label Nov 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
test-library Issues related to the main functionality of MLTE as a test library
Projects
None yet
Development

No branches or pull requests

1 participant