No description
Find a file
admin 053345dbcc Merge pull request #16: Complete MVP suite - migrations, auth, and frontend scaffolding
Backend Enhancements:
- Alembic database migrations (ready for deployment)
- Initial schema with all 25 entities
- Authentication endpoints (signup, login, refresh, logout)
- Argon2 password hashing
- JWT token management
- Account security (lockout, audit logs)

Frontend Scaffolding:
- Next.js 14 web application (TypeScript, Tailwind, Zustand)
- React Native/Expo mobile app (iOS/Android support)
- All 7 MVP feature directories created
- Navigation and layout stubs
- API client configuration
- Accessibility components ready

Job ID: MTAD-IMPL-2025-11-18-CL
2025-11-18 00:51:08 +00:00
.github feat: complete MVP suite - migrations, auth, and frontend scaffolding 2025-11-18 00:51:01 +00:00
apps chore: OpenSpec scaffold 2025-11-17 22:57:40 +00:00
backend feat: complete MVP suite - migrations, auth, and frontend scaffolding 2025-11-18 00:51:01 +00:00
mobile feat: complete MVP suite - migrations, auth, and frontend scaffolding 2025-11-18 00:51:01 +00:00
openspec docs(openspec): approve and apply 3 infrastructure proposals (Data Model, Authentication, Design System) 2025-11-18 00:39:01 +00:00
packages chore: OpenSpec scaffold 2025-11-17 22:57:40 +00:00
web feat: complete MVP suite - migrations, auth, and frontend scaffolding 2025-11-18 00:51:01 +00:00
.gitignore chore: OpenSpec scaffold 2025-11-17 22:57:40 +00:00
README.md chore: OpenSpec scaffold 2025-11-17 22:57:40 +00:00
ROADMAP.md chore: OpenSpec scaffold 2025-11-17 22:57:40 +00:00

More Than A Diagnosis — Community Hub (OpenSpec)

This repository hosts the multiplatform 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 opensource and thirdparty extensions
  • Seamless migration from the existing Wix site

Start here

  • See openspec/project.md for 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 changes
  • apps/ — App code (placeholders for web and mobile; to be proposed via OpenSpec)
  • packages/ — Shared libraries/modules (to be proposed via OpenSpec)