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

Create compatibilty setting on SavedScenario #4146

Open
5 tasks
noracato opened this issue Sep 28, 2023 · 1 comment
Open
5 tasks

Create compatibilty setting on SavedScenario #4146

noracato opened this issue Sep 28, 2023 · 1 comment
Assignees
Labels
Pinned Will never be marked as stale or auto-closed.

Comments

@noracato
Copy link
Member

In the engine, all scenarios have a keep compatible attribute set to true or false to indicate whether they should join migrations or not. When a user saves a scenario as a SavedScenario, the last version is automatically set to keep_compatible: true. It would be nice to let users opt in or out of this behaviour. Therefor we can add a new option to a SavedScenario.

  • Create new attribute on SavedScenario keep_compatible
  • Adjust the behaviour on the create and update services of SavedScenarios
  • Show the value of this new attribute somewhere in the (saved) scenario view (not too visible not to confuse users too much about this expert feature)
  • Create a place to change this setting with some well documented consequences of opting out.
  • OPTIONAL/TO DISCUSS: create a third option for compatibility where ALL scenarios in the history are being kept compatible
Copy link

This issue has had no activity for 60 days and will be closed in 7 days. Removing the "Stale" label or posting a comment will prevent it from being closed automatically. You can also add the "Pinned" label to ensure it isn't marked as stale in the future.

@github-actions github-actions bot added the Stale Issue had no activity for 60 days and will be, or has been, closed. label Nov 28, 2023
@mabijkerk mabijkerk added Pinned Will never be marked as stale or auto-closed. and removed Stale Issue had no activity for 60 days and will be, or has been, closed. labels Nov 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Pinned Will never be marked as stale or auto-closed.
Projects
None yet
Development

No branches or pull requests

2 participants