Summary
Add support for team hierarchy to enable team-level aggregation and manager rollups.
Background
DX platform tracks 21 teams in hierarchical structure with:
- Parent/child team relationships
- Team membership
- Team-to-repository ownership
- Manager assignments
Requirements
Data Model
# teams.yaml
teams:
- id: engineering
name: Engineering
manager: jane.doe@example.com
children:
- id: platform
name: Platform Team
members:
- john.smith@example.com
repositories:
- repo-a
- repo-b
Acceptance Criteria
- Report shows metrics aggregated by team
- Manager rollup view (all reports' metrics)
- Team-level DORA metrics comparison
- Export team hierarchy to JSON
Priority
Medium - Enables management reporting
🤖 Generated with Claude Code
Summary
Add support for team hierarchy to enable team-level aggregation and manager rollups.
Background
DX platform tracks 21 teams in hierarchical structure with:
Requirements
teamsmodule undersrc/gitflow_analytics/core/--by-teamgrouping option to CLIData Model
Acceptance Criteria
Priority
Medium - Enables management reporting
🤖 Generated with Claude Code