Skip to content

Implement stdout report formatting #190

@matejchalk

Description

@matejchalk

Follow-up to:

PoC:

Structure

For visual details (alignment, spacing, colors, etc.), refer to PoC implementation linked above.

  • for each plugin:
    • plugin title as heading (with audits suffix)
    • list plugin's audits:
      • colored red/yellow/green based on audit's score (thresholds are 50 and 90, same as for Implement report.md formatting #148)
      • audit title
      • audit display value (or raw value if missing) - highlighted (bright cyan)
  • Categories heading
  • table with each category:
    • category title
    • formatted score (0-100) in bold with red/yellow/green coloring
    • total number of audits (from category refs with "expanded" groups - same as Implement report.md formatting #148)

Implementation notes

Design

Image

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions