feat: consolidate Team and Ownership model#451
Merged
Conversation
f1994e4 to
5f7af9a
Compare
- Rename "Owner:" to "Team:" in metadata grid on both detail pages
- Group Project adjacent to Team in metadata grid
- Extend OwnershipPanel with "Imported Contacts" collapsible section
and "Copy from Team" action for bulk owner assignment
- Add POST /api/business-owners/import-from-team endpoint
- Switch sidebar Contacts to pull from Business Owners with fallback
chain (owners → imported team → team name)
- Add subtle fallback indicator ("From imported data") when sidebar
shows provisional contacts
- Merge active Business Owners into YAML export team section
(both ODCS and ODPS) with role mapping
- Make ODCS/ODPS Team section read-only in UI
- Remove old "Import from Team" flow that wrote into team array
- Close PRD open questions with resolved decisions
Closes #431
5f7af9a to
da20cfa
Compare
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
Changes
Frontend
Backend
POST /api/business-owners/import-from-teamendpointDocs
docs/prds/prd-consolidate-team-and-ownership.mdTest plan
Closes #431