-
Notifications
You must be signed in to change notification settings - Fork 1
feat - organizing results with hierarchy logic #125
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or request
Description
What is the problem this feature would solve?
Refined Suggestion
1. Hierarchical Prefixes
When specifying a team prefix, we can use a forward slash / to define a title hierarchy (e.g., gamme-/squad-).
Example Output:
## gamme-client
### squad-dashboard
2. Grouping Overlapping Levels
When a specific level matches multiple entries, we can group them and nest the hierarchy accordingly. For example:
## gamme-lead-client
### gamme-lead-client-p1
#### squad-dashboard
3. Advanced Grouping (Improved Rendering)
A more complex but visually cleaner approach would be to consolidate sub-levels into a single heading:
## gamme-lead-client (including p1, unset, etc.)
### squad-dashboard
What is the feature you are proposing to solve the problem?
An overall better organization of the produced digest
What alternatives have you considered?
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request