Project category - #2112
Merged
Merged
Conversation
…ontrib-data-handling branch
…ithin a project group
…fields (no id, list of str for projects)
…efined fields (ie. id) filled in
…t projects in a group during POST must be valid projects in a user's scope
…ing project-initiative interactions
…lve_one_id patching logic was duplicated. _resovle_one_id is redundant since `identifiers` uniquely specify a document
previously, patching an initiative with a project used 2 db calls
… contribution identifier_fields
…rror (_not_found())
…ified some method grammar moved from *_by_id and *_by_identifiers into a unified *_one grammar
…pecific methods in favor of parent class methods
…dantic field default declarations
…errode the ProjectBase declaration
…tive in favor of a unified, general patch implementation
…tch_one` to handle server calculated fields that don't fit within *Patch (ie. Links)
…ult_fields to tuple
…ss one-line abstraction and implemente from_input_model
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
Introduced 4 ways to group projects and implemented improved business logic around permissions and projects.
Major changes:
Reviewer Guide:
Note: ~1,500 LOC in src, ~1,800 LOC in tests
TODO
Outside of this branch, Kong needs to implement the role-scoping