Add default Derivation Group associations for Plans at the Model level#1831
Open
pranav-super wants to merge 3 commits into
Open
Add default Derivation Group associations for Plans at the Model level#1831pranav-super wants to merge 3 commits into
pranav-super wants to merge 3 commits into
Conversation
2e27296 to
b6f7599
Compare
3958eb3 to
5ed82a3
Compare
Mythicaeda
approved these changes
May 21, 2026
Contributor
Mythicaeda
left a comment
There was a problem hiding this comment.
LGTM! However, please hold off on merging until the UI PR is ready
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
During the exploration of PlanDev by operators, it was found that manual association of derivation groups on new plan creation was rather tedious, as the same derivation groups were repeatedly being associated with each new plan.
This PR suggests a QoL fix, in tandem with this PR on plandev-ui, to allow derivation group association defaults to be set up at a model level. This is much like the default association specifications that are possible for goals, constraints, and conditions, and is modeled after that functionality.
Verification
No new tests were added, but the changes were tested in the UI, which require that these few changes on the backend are correct and functional.
Documentation
No updates to documentation should be necessary.
Future work
No future work is anticipated with regards to this update specifically.