notification-service (event→Twilio SMS) is built on the backend; no management UI yet.
Standard of work · ISO/IEC 25010 — Meets 8/9 — see note
- 1. Self-identifyingUsability — appropriateness recognizabilityThe page names itself: breadcrumb, title, section, status badge, and a page id.
- 2. Navigable forward & backUsability — operabilityBack/Next step through the product; breadcrumb + active sidebar; browser back works.
- 3. Demo-prefilled — no empty statesUsability — learnabilityEvery form is pre-filled with realistic demo data so the screen is never blank.
- 4. Accessible — AAA, large fonts, big targetsUsability — accessibilityLight mode, 7:1+ contrast, ≥44px controls — built for a 76-year-old physician.
- 5. Clear result feedbackFunctional suitability — appropriateness; Reliability — fault toleranceEvery action maps a Result to a visible success/error message; codes → HTTP status.
- 6. Secure by default + sign-outSecurity — confidentiality & authenticityDefault-deny permissions, practice-scoped data, a sign-out control, no PHI in logs.
- 7. ResponsivePortability / Compatibility — adaptabilityWorks on desktop, tablet, and phone; the sidebar collapses on narrow screens.
- 8. ResilientReliability — availability & recoverability; Performance efficiencyLoading and upstream-down states are handled — never a blank or frozen screen.
- 9. ConsistentMaintainability — modularity & reusabilityOne shell, one set of design tokens, shared components across every page.
Partial — not built yet
Notifications (SMS)
notification-service (event→Twilio SMS) is built on the backend; no management UI yet.
What this section will include
notification-service (event→Twilio SMS) is built on the backend; no management UI yet.
Harvest source: services/notification-service (backend exists)
It will be built as a real vertical slice on the same foundation as the live screens — repository behind a port, Result<T,E> returns, default-deny permissions, practice scoping, and (for any imported or AI-suggested clinical data) the staging gate: a human promotes it before it reaches the chart.