User Story
As a user with accessibility needs, I want the BeCoMe web interface to be accessible, so that I can use the application with assistive technologies.
Problem Statement
The frontend was built with shadcn/ui components (good baseline a11y) but no formal accessibility audit has been conducted. For an academic tool that may be used in government/public policy contexts, accessibility is important.
Proposed Solution
- Run automated a11y audit (axe-core, Lighthouse)
- Manual keyboard navigation testing
- Screen reader testing (VoiceOver, NVDA)
- Fix identified issues
- Document accessibility statement
Areas to Check
Acceptance Criteria
Technical Notes
- shadcn/ui is built on Radix primitives (generally accessible)
- Main areas of concern: custom visualizations, dynamic forms
User Story
As a user with accessibility needs, I want the BeCoMe web interface to be accessible, so that I can use the application with assistive technologies.
Problem Statement
The frontend was built with shadcn/ui components (good baseline a11y) but no formal accessibility audit has been conducted. For an academic tool that may be used in government/public policy contexts, accessibility is important.
Proposed Solution
Areas to Check
Acceptance Criteria
Technical Notes