Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

### **[Analytics] Display Average and Max Depth of Component Trees** #48

Open
12mv2 opened this issue Dec 24, 2024 · 0 comments
Open

### **[Analytics] Display Average and Max Depth of Component Trees** #48

12mv2 opened this issue Dec 24, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@12mv2
Copy link
Collaborator

12mv2 commented Dec 24, 2024

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

  1. Update buildComponentTree to calculate tree depth.
  2. Aggregate depth data across all visualized trees.
  3. 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

@12mv2 12mv2 added the enhancement New feature or request label Dec 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant