-
Notifications
You must be signed in to change notification settings - Fork 1
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
[MINT-3175] Models to Operation Matrix (MTO) Feature #1443
Draft
ClayBenson94
wants to merge
753
commits into
main
Choose a base branch
from
feature/MINT-3175_mto
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains 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
ClayBenson94
added
the
Feature Branch
Used to track PRs that track feature branches going into main
label
Oct 24, 2024
patrickseguraoddball
temporarily deployed
to
dev
November 12, 2024 21:24 — with
GitHub Actions
Inactive
patrickseguraoddball
temporarily deployed
to
dev_gate
November 12, 2024 21:39 — with
GitHub Actions
Inactive
patrickseguraoddball
temporarily deployed
to
dev
November 12, 2024 21:39 — with
GitHub Actions
Inactive
patrickseguraoddball
temporarily deployed
to
dev
November 12, 2024 21:43 — with
GitHub Actions
Inactive
patrickseguraoddball
temporarily deployed
to
dev
November 12, 2024 21:43 — with
GitHub Actions
Inactive
StevenWadeOddball
temporarily deployed
to
dev
November 14, 2024 14:29 — with
GitHub Actions
Inactive
StevenWadeOddball
temporarily deployed
to
dev_gate
November 14, 2024 14:44 — with
GitHub Actions
Inactive
StevenWadeOddball
temporarily deployed
to
dev
November 14, 2024 14:44 — with
GitHub Actions
Inactive
StevenWadeOddball
temporarily deployed
to
dev
November 14, 2024 14:48 — with
GitHub Actions
Inactive
StevenWadeOddball
temporarily deployed
to
dev
November 14, 2024 14:48 — with
GitHub Actions
Inactive
StevenWadeOddball
temporarily deployed
to
dev
November 14, 2024 17:25 — with
GitHub Actions
Inactive
StevenWadeOddball
temporarily deployed
to
dev_gate
November 14, 2024 17:41 — with
GitHub Actions
Inactive
StevenWadeOddball
temporarily deployed
to
dev
November 14, 2024 17:41 — with
GitHub Actions
Inactive
StevenWadeOddball
temporarily deployed
to
dev
November 14, 2024 17:44 — with
GitHub Actions
Inactive
StevenWadeOddball
temporarily deployed
to
dev
November 14, 2024 17:44 — with
GitHub Actions
Inactive
StevenWadeOddball
temporarily deployed
to
dev
November 18, 2024 18:14 — with
GitHub Actions
Inactive
StevenWadeOddball
temporarily deployed
to
dev_gate
November 18, 2024 18:30 — with
GitHub Actions
Inactive
…ution_pocs [MINT-3224]mto common solution pocs
StevenWadeOddball
temporarily deployed
to
dev
December 20, 2024 13:46 — with
GitHub Actions
Inactive
StevenWadeOddball
temporarily deployed
to
dev_gate
December 20, 2024 14:01 — with
GitHub Actions
Inactive
StevenWadeOddball
temporarily deployed
to
dev
December 20, 2024 14:01 — with
GitHub Actions
Inactive
StevenWadeOddball
temporarily deployed
to
dev
December 20, 2024 14:05 — with
GitHub Actions
Inactive
StevenWadeOddball
temporarily deployed
to
dev
December 20, 2024 14:05 — with
GitHub Actions
Inactive
* feat: support for editing milestone linked solutions * chore: updated postman collection * chore: updated gql, adding solution linking to update mutation * feat: first pass batch allow conflict insert * feat: attempt to make a batch allow insert common solutions and merge solutions to milestones * feat: first pass at upsert and linking for solutions / milestones * wip: returning solutions, off-by-one return value set error * feat: correct some syntax, pq complains about matched BY source thouhg * feat: version with functioning merge, though no return * feat: insert common solutions allow conflicts in batched manner * chore: updated postman collection and fixed transaction * feat: first pass returning solutions instead of links and inserting and deleting with the logic from set_solution_links instead * feat: store actor session variable for the merge statement * feat: wrapper function around transactions * feat: leverage shared update links resolver in the milestone update resolver * feat: mto milestone create common leverages the shared merge logic * feat: remove unused set solution links * feat: coalesce to correctly return name and type from common solution table * feat: tx --> np for milestone update --------- Co-authored-by: Steven Wade <[email protected]> Co-authored-by: Steven Wade <[email protected]>
OddTomBrooks
temporarily deployed
to
dev_gate
December 20, 2024 19:27 — with
GitHub Actions
Inactive
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.
MINT-3175
Note
The Figma mockups for this feature are available here!
Tip
To see a list of PRs that targeted this feature branch, click this link!
Description
TODO
How to test this change
TODO
PR Author Checklist
PR Reviewer Guidelines