Update Portal current state after local verification

This commit is contained in:
jester 2026-04-16 19:46:13 +00:00
parent 782107e2a2
commit 46ac7d355e

View File

@ -1,6 +1,8 @@
# Portal — Current State # Portal — Current State
This file records what is believed to be implemented now. Verified against local Portal repo `jester/zpack-portal` commit `69a4c3c` on 2026-04-16.
This file records what is implemented now.
## Readiness / operation UI ## Readiness / operation UI
- Portal consumes API-normalized state. - Portal consumes API-normalized state.
@ -20,6 +22,7 @@ This file records what is believed to be implemented now.
- restore - restore
- delete - delete
- Portal uses API routes, not direct agent calls. - Portal uses API routes, not direct agent calls.
- backup metadata is normalized and displayed when the API includes metadata fields.
## Console / action gating ## Console / action gating
- console command transport uses POST JSON through API. - console command transport uses POST JSON through API.
@ -32,5 +35,9 @@ This file records what is believed to be implemented now.
- forgot/reset password flow exists. - forgot/reset password flow exists.
- first-login onboarding flow exists. - first-login onboarding flow exists.
## Hosted IDE
- console and server-list "Open IDE" actions request `/api/dev/{serverId}/ide-token`.
- Portal opens the hosted URL returned by the API, falling back to the configured API base for relative URLs.
## Dashboard / IA ## Dashboard / IA
- spotlight server card/dashboard refresh landed. - spotlight server card/dashboard refresh landed.