feat(org): Phase 3 Workspace overview — Open-12 host UI complete except Chat - #67
Merged
Merged
Conversation
Add a thin OpenDashboard landing page at /organization/workspace that reuses GET /api/org-module/overview and links into already-migrated Organization pages. Leave the #55 workbench control plane intact. Chat is intentionally not migrated. Mark Phase 3 Open-12 host UI done. Co-authored-by: XYAI Labs <haoboy8@gmail.com>
Use dashboard Prettier 3.0.0 so CI format-check matches the repo pin. Co-authored-by: XYAI Labs <haoboy8@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Goal
Finish FreeOS Phase 3 Open-12 in-host migration with a thin Workspace / OpenDashboard overview page. Chat is explicitly not migrated.
What landed
dashboard/src/org-ui/pages/workspace(WorkspacePage)/organization/workspace(path tab + workbench entry card)GET /api/org-module/overview— no new BFF, no sidecar#55/organizationworkbench (assemble / pack / loop) is unchanged — this is not a second control plane/chat); no chat module cardfreeos org export-standaloneApp.tsx + module list now includeWorkspacePage(standalone/app)docs/org-merge-plan.md: Phase 3 Open-12 host UI marked complete except Chat (intentional / forever non-goal)Out of scope
Verification
uv run pytest tests/unit/test_org_workspace.py tests/unit/cli/test_org_export_standalone.py tests/unit/test_org_module.py tests/unit/test_org_agents.py tests/unit/test_org_settings.py -q→ 39 passedcd dashboard && npx tsc --noEmit→ cleanWorkspacePage,createClient, Organization workbench, controlAdminPath) → 31 passedLive dashboard click-through was not run here (needs a logged-in host). Closest substitute is the workbench + WorkspacePage unit tests.
Next
Phase 4 export / IdentityBridge work.