Contrib data handling - #2117
Draft
bfoley12 wants to merge 243 commits into
Draft
Conversation
…. Added create_project
…rom query. Users can now request partial documents with _fields
…additional processing, and wired into pivot
…bution.data also updating Projects.stats and Projects.columns
…orms. Increased enforcement of Project management business logic
…used the provided id to be overwritten
…om writing to any project
… parse scalar numbers to leaves, while leaving legacy Contributions untouched
…entity and sparse_always, and _all (all fields)
… dataframe. Remvoed FRAME_BSON_ENCODERS
…hich right now only allows setting of is_public
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.
Summary
Reworks how Contribution.data is parsed, validated, and stored, and implements throughout CRUD paths. Also introduces pivoting a single contribution into multiple based on the presence of conditions in the data field, SI unit canonicalization, bulk-updates of Contributions (currently only used to efficiently mark many contributions as public), and string-normalization types.
Major changes:
Domain changes
Model changes