feat: add resident application status portal

This commit is contained in:
2026-08-19 12:33:34 +02:00
parent a15f599756
commit 89a142ead1
8 changed files with 512 additions and 3 deletions
+5
View File
@@ -33,4 +33,9 @@ replay-safe. A missing owner launcher makes the entry explainably unavailable.
Form launch resolves an exact published `<form-id>/<revision>` and returns the
owner's Form-instance route rather than persisting values in Portal.
The public `/portal/status/:trackingId` surface presents the bounded
`application_status.projection` owned by Forms Runtime. It supports the
configured authenticated, short-lived email-link, and permanent-link modes,
while Portal owns only the accessible presentation and reload/request actions.
See [docs/SERVICE_DIRECTORY_CONCEPT.md](docs/SERVICE_DIRECTORY_CONCEPT.md).