+ + Development +
+In-progress surfaces
++ Work being built, reachable from Settings while it is in development. These routes are not part of the + clinical product and 404 in a production deploy. +
++ + + Synthetic data only. No patient, + message, schedule or team record on these surfaces is real, and nothing here is validated clinical decision + support. + +
+ +-
+ {DEVELOPMENT_SURFACES.map((surface) => (
+
-
+ ++
{surface.name}
+ + {surface.status} + +{surface.summary}
+ + + Open {surface.name} prototype + + + ++ {surface.entries.map((entry) => ( + + {entry.label} + + ))} ++
+ ))}
+