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

Consolidated Report Header and Average Score for Workspace #969

Open
rapczynska opened this issue Mar 7, 2025 · 0 comments
Open

Consolidated Report Header and Average Score for Workspace #969

rapczynska opened this issue Mar 7, 2025 · 0 comments

Comments

@rapczynska
Copy link

rapczynska commented Mar 7, 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

🏷 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.
@vmasek vmasek changed the title Feature request Consolidated Report Header and Average Score for Workspace Mar 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant