Feat/tech 9136 merge create and update flows#242
Open
Javiershenbc wants to merge 5 commits into
Open
Conversation
Merge create and update flows. Creation of the 2 step modal, having impact review on first step and fuzzy logic on 2nd step. Impact review calls for api passing the data and expects the number of schools to be created and updated. TODO: api endpoint checking trino and comparing the ids and passing back the correct number
Adding backend endpoint for upload update/create flow merge and unit tests (not e2e)
Adding automatic mode assignment based on number of schools updated/created: CREATE if 0 updates, UPDATE if 0 creates, MIXED if 0< on both Have country on metadata as a disabled option
add duplicate checks and missing id checks
Collaborator
Author
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.

Adding frontend and backend support for merge of the create and update flows.
On the frontend this includes:
On backend: