You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, each project's report in the workspace is displayed with its own header, making it harder to quickly assess the overall status of the workspace. Additionally, there's no aggregated score representing the average scoring across all projects in the workspace.
Example Markdown report
app-1
🏷 Category
⭐ Score
🛡 Audits
Design System Coverage
🟡 62
13
🏷 Categories
Design System Coverage
Usage of design system components
🟡 Score: 62
...
app-2
🏷 Category
⭐ Score
🛡 Audits
Design System Coverage
🟡 69
13
🏷 Categories
Design System Coverage
Usage of design system components
🟡 Score: 69
...
app-3
🏷 Category
⭐ Score
🛡 Audits
Design System Coverage
🟡 69
13
🏷 Categories
Design System Coverage
Usage of design system components
🟡 Score: 69
...
Acceptance criteria
Proposed Solution
Introduce a single consolidated header for the entire workspace report.
Display an average score for all projects in the workspace in a dedicated summary table.
Ensure each project's details remain available but structured under the consolidated header.
Example Structure
🏆 Workspace Summary
🏷 Category
⭐ Average Score
🛡 Total Audits
Overall Workspace
🟡 64.75
260
Implementation details
The consolidated header should appear at the beginning of the report.
The average score should be calculated dynamically as new projects are added.
Each individual project should maintain its own detailed breakdown, listed under the consolidated section.
The text was updated successfully, but these errors were encountered:
vmasek
changed the title
Feature request
Consolidated Report Header and Average Score for Workspace
Mar 13, 2025
Problem Statement
Currently, each project's report in the workspace is displayed with its own header, making it harder to quickly assess the overall status of the workspace. Additionally, there's no aggregated score representing the average scoring across all projects in the workspace.
Example Markdown report
app-1
🏷 Categories
Design System Coverage
Usage of design system components
🟡 Score: 62
...
app-2
🏷 Categories
Design System Coverage
Usage of design system components
🟡 Score: 69
...
app-3
🏷 Categories
Design System Coverage
Usage of design system components
🟡 Score: 69
...
Acceptance criteria
Proposed Solution
Example Structure
🏆 Workspace Summary
Implementation details
The text was updated successfully, but these errors were encountered: