diff --git a/openspec/changes/2025-11-17-profiles-mvp/proposal.md b/openspec/changes/2025-11-17-profiles-mvp/proposal.md new file mode 100644 index 0000000..3867228 --- /dev/null +++ b/openspec/changes/2025-11-17-profiles-mvp/proposal.md @@ -0,0 +1,40 @@ +# Proposal: Profiles MVP + +Status: draft +Authors: Identity Team +Owners: Identity Lead, Compliance Lead +Created: 2025-11-17 +Scope: spec +Related: openspec/specs/feature-profiles.md + +Summary +- Deliver full profile management with privacy controls, optional pseudonyms, pronouns, avatar, and consent-driven visibility. + +Motivation +- Empower members to represent themselves safely and control visibility of sensitive fields. + +Requirements +- Accessibility: large text, screen reader labels, keyboard/focus parity. +- Privacy: field-level data class tags; default-private for sensitive fields; consent registry. +- Media: avatar upload with safe processing and size constraints. + +API +- Profiles CRUD; consent endpoints; media upload policy and signed URLs. + +Data Model +- Profile fields with Public/PII/PHI tags; retention policy; soft-delete behavior. + +Test Plan +- Unit/integration for API; a11y checks; GDPR export/delete flows. + +Rollout +- Feature flag; migration for existing members; help content. + +Acceptance Criteria +- GDPR export/delete verified; HIPAA constraints respected; a11y parity on all profile screens. + +Slash Commands +- `/review areas=mobile,web,backend,accessibility,compliance,security` +- `/apply spec=openspec/specs/feature-profiles.md` +- `/archive link=` + diff --git a/openspec/specs/architecture.md b/openspec/specs/architecture.md index e6f20ae..ebfc6cd 100644 --- a/openspec/specs/architecture.md +++ b/openspec/specs/architecture.md @@ -34,8 +34,6 @@ Implementation notes Decisions - -Client platform decisions - Client platform decisions - Mobile: React Native + Expo (TypeScript). Rationale: strong a11y ecosystem, mature tooling, and DX. @@ -44,6 +42,6 @@ Client platform decisions Rationale: semantic HTML, SEO, CWV, and ecosystem maturity. Notes: App Router, server actions; sitemap, RSS for blog/resources. -Decisions +Decision log - 2025-11-17 — Mobile stack: React Native + Expo. - 2025-11-17 — Web stack: Next.js (SSR). diff --git a/openspec/specs/feature-profiles.md b/openspec/specs/feature-profiles.md index 1790947..3f4fc0e 100644 --- a/openspec/specs/feature-profiles.md +++ b/openspec/specs/feature-profiles.md @@ -1,6 +1,6 @@ # Feature: Profiles -Status: draft +Status: approved Owners: Identity Summary