-
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Description
Allow users to toggle between simple and detailed views of components, and select specific details for the detailed view.
Task Requirements
- Add a "detailLevel" configuration:
- Simple: Component name only.
- Detailed: State, props, and lifecycle methods.
- Use either
- JSON based configuration
{
"detailLevel": {
"showState": true,
"showProps": false,
"showLifecycleMethods": true
}
}
or (stretch)
- checkboxes in the UI
[✓] Show State
[ ] Show Props
[✓] Show Lifecycle Methods
Steps
- Modify
AppHeaderandDendrogramto respect the detail level configuration. - Implement logic for dynamically toggling details.
- Test with different configurations to ensure expected behavior.
Definition of Done
- Users can configure in JSON or toggle in UI, detail levels and choose specific details via JSON.
- Component rendering works seamlessly with all configurations.
Branch
46-custom-configurable-detail-levels
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels