morethanadiagnosis-hub/README.md
2025-11-17 22:57:40 +00:00

22 lines
1.2 KiB
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 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)