template-saas-frontend-v2/src
Adrian Flores Cortes 9bd1aba33d [SPRINT-3] feat: Add WCAG improvements and 160 unit tests
## ST-3.1 WCAG Accessibility (5 SP)
- Replace div onClick with semantic buttons
- Add aria-label to interactive icons
- Add aria-hidden to decorative icons
- Add focus:ring-2 for visible focus states
- Add role attributes to modals, trees, progressbars
- Add proper form labels with htmlFor

Files modified: NotificationDrawer, DashboardLayout, PermissionsMatrix,
NetworkTree, GoalProgressBar, AuditFilters, NotificationBell,
NotificationItem, RoleCard, RoleForm

## ST-3.2 Unit Tests (5 SP)
- Add 160 new unit tests (target was 42)
- Hooks: useAuth (18), useRbac (18), useGoals (15), useMlm (19), usePortfolio (24)
- Components: RoleForm (15), GoalProgressBar (28), RankBadge (23)
- All tests use AAA pattern with proper mocking

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-03 20:27:34 -06:00
..
__tests__ [SPRINT-3] feat: Add WCAG improvements and 160 unit tests 2026-02-03 20:27:34 -06:00
components [SPRINT-3] feat: Add WCAG improvements and 160 unit tests 2026-02-03 20:27:34 -06:00
hooks [SPRINT-1] feat: Complete RBAC, Audit and Notifications frontend modules 2026-02-03 19:58:31 -06:00
layouts [SPRINT-3] feat: Add WCAG improvements and 160 unit tests 2026-02-03 20:27:34 -06:00
pages [SPRINT-2] feat: Complete Portfolio, MLM and Goals UI modules 2026-02-03 20:10:38 -06:00
router [SPRINT-2] feat: Complete Portfolio, MLM and Goals UI modules 2026-02-03 20:10:38 -06:00
services [SPRINT-1] feat: Complete RBAC, Audit and Notifications frontend modules 2026-02-03 19:58:31 -06:00
stores Initial commit - Frontend de template-saas migrado desde monorepo 2026-01-16 08:07:16 -06:00
App.tsx Initial commit - Frontend de template-saas migrado desde monorepo 2026-01-16 08:07:16 -06:00
index.css Initial commit - Frontend de template-saas migrado desde monorepo 2026-01-16 08:07:16 -06:00
main.tsx Initial commit - Frontend de template-saas migrado desde monorepo 2026-01-16 08:07:16 -06:00
vite-env.d.ts Initial commit - Frontend de template-saas migrado desde monorepo 2026-01-16 08:07:16 -06:00