No description
Implemented complete design system and foundational infrastructure: **Design System Components:** - Button (all variants: primary, secondary, ghost, danger) - Input & Textarea (with validation and error states) - Card (elevated, outlined, flat variants) - Modal/Dialog (with focus trap and accessibility) - Avatar (with fallback initials) - Badge (all color variants) - Form helpers (FormField, Checkbox, Select) - Link component with Next.js integration - Navigation (Header, Footer with responsive design) **Layouts:** - MainLayout (with Header/Footer for public pages) - AuthLayout (minimal layout for auth flows) - DashboardLayout (with sidebar navigation) **Hooks & Utilities:** - useAuth() - authentication state management - useApi() - API calls with loading/error states - useLocalStorage() - persistent state management - apiClient - Axios instance with token refresh - authStore - Zustand store for auth state **Configuration:** - Tailwind config with design tokens - Dark mode support via CSS variables - Global styles with accessibility focus - WCAG 2.2 AA+ compliant focus indicators All components follow accessibility best practices with proper ARIA labels, keyboard navigation, and screen reader support. Job ID: MTAD-IMPL-2025-11-18-CL |
||
|---|---|---|
| .github | ||
| apps | ||
| backend | ||
| mobile | ||
| openspec | ||
| packages | ||
| web | ||
| .gitignore | ||
| README.md | ||
| ROADMAP.md | ||
More Than A Diagnosis — Community Hub (OpenSpec)
This repository hosts the multi‑platform community hub for morethanadiagnosis.com, designed for people living with cancer or terminal diagnoses. The project strictly follows the OpenSpec methodology and is compatible with https://github.com/Fission-AI/OpenSpec.
Key goals
- Full feature parity across Android, iOS, and Web
- Accessibility tailored to chronic/terminal illness communities (WCAG 2.2 AA+)
- Strong privacy and compliance practices (HIPAA/GDPR/platform policies)
- Open APIs and modular architecture to support open‑source and third‑party extensions
- Seamless migration from the existing Wix site
Start here
- See
openspec/project.mdfor conventions, workflow, and architectural guardrails. - Propose changes with the template in
openspec/templates/proposal-template.md. - Active and archived proposals live under
openspec/changes/. - Approved/implemented specs live under
openspec/specs/.
Repository layout
openspec/— OpenSpec workflow, specs, and changesapps/— App code (placeholders for web and mobile; to be proposed via OpenSpec)packages/— Shared libraries/modules (to be proposed via OpenSpec)