Description
Analyze and display the average and maximum depth of component trees to provide insights into the complexity of the project.
Task Requirements
- Calculate the depth of the component tree during parsing.
- Display average and maximum depth in
AppHeader.
Steps
- Update
buildComponentTree to calculate tree depth.
- Aggregate depth data across all visualized trees.
- Update
AppHeader to display the metrics.
Definition of Done
- Average and maximum depth are displayed accurately.
- Metrics update dynamically as new trees are visualized.
Branch
48-analytics-tree-depth
Description
Analyze and display the average and maximum depth of component trees to provide insights into the complexity of the project.
Task Requirements
AppHeader.Steps
buildComponentTreeto calculate tree depth.AppHeaderto display the metrics.Definition of Done
Branch
48-analytics-tree-depth