Skip to content

[UI/UX Design] Build an accessibility audit dashboard at /design-review for axe runs #145

Description

@thlpkee20-wq

Description

The existing /design-review page should be expanded to surface live axe-core audit results, contrast scores, and component coverage from DesignChecklist. Today it is a static checklist.

Requirements and context

  • Must be accessible (WCAG 2.1 AA), responsive, and documented in the design system
  • Should be consistent with existing patterns and easy to review
  • Relevant code: src/app/design-review/page.tsx
  • Surface violation counts with category breakdown and link to ARIA references

Suggested execution

  • Fork the repo and create a branch
  • git checkout -b uiux/a11y-audit-dashboard
  • Implement changes
    • Embed an axe runner that scans staged routes
    • Add a violations table grouped by impact
    • Link to remediation guidance in docs/
  • Validate accessibility and responsive assumptions

Test and commit

  • Run checks
    • npm run lint and component/visual tests
  • Cover edge cases
    • Responsive breakpoints, empty/loading/error states, keyboard/screen-reader, contrast, dark mode
  • Include screenshots/before-after and accessibility (axe) notes

Example commit message

design: build accessibility audit dashboard

Guidelines

  • Minimum 95 percent test coverage
  • Clear documentation
  • Timeframe: 96 hours

Metadata

Metadata

Assignees

No one assigned

    Labels

    Stellar WaveStellar Wave issue batchaccessibilityA11y improvements and compliancedocumentationDocumentation updates requiredui-uxUI/UX-focused issue (for frontend repo)

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions