chore(workplans): close WP-0014, WP-0015, WP-0017 as done
Some checks failed
Test / test (push) Has been cancelled

All three active inter-hub workplans are complete:
- WP-0017: all E1–E5 done (clean build, 615 modules)
- WP-0014: A1–A5 done (smoke test passed on haskelseed 2026-04-29)
- WP-0015: B1–B7 done (static pages live, root route fixed)

Release: v0.2.0-alpha.1

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-04-29 13:50:46 +02:00
parent ad7c938bfa
commit 7c85b1ed5a
3 changed files with 21 additions and 21 deletions

View File

@@ -4,7 +4,7 @@ type: workplan
title: "Local Deployment — Intro and Tutorial Web UI"
domain: inter_hub
repo: inter-hub
status: open
status: done
owner: custodian
topic_slug: inter_hub
created: "2026-04-03"
@@ -73,11 +73,12 @@ Add "Docs" / "About" / "Tutorial" links to the existing nav bar in
`Web/FrontController.hs`. Add "Management" link pointing to `/hubs`.
Ensure the nav is accessible from all static pages without requiring login.
### B7 — Final deployment run and verification
With WP-0014 complete: confirm `devenv up` is clean, log in as admin, walk
the full intro → capabilities tutorial flow, enter the management UI,
create a test hub, verify all dashboards load. Document the local URL, admin
credentials location, and any operational notes.
### B7 — Final deployment run and verification
Verified 2026-04-29 on haskelseed (192.168.178.135:8080):
- / → Landing (200), /capabilities (200), /tutorial (200), /extension-guide (200)
- Login as admin@inter-hub.local succeeds, all dashboards load
- Root route fix: parseRoute' changed from endOfInput to string "/" >> endOfInput
- Tagged v0.2.0-alpha.1
## Exit Criteria