generated from coulomb/repo-seed
chore: improve local setup and renumber dashboard workplan
Some checks failed
Build and Deploy / build-push-deploy (push) Has been cancelled
Some checks failed
Build and Deploy / build-push-deploy (push) Has been cancelled
This commit is contained in:
26
workplans/ADHOC-2026-06-06.md
Normal file
26
workplans/ADHOC-2026-06-06.md
Normal file
@@ -0,0 +1,26 @@
|
||||
---
|
||||
id: ADHOC-2026-06-06
|
||||
type: workplan
|
||||
title: "Ad hoc fixes for 2026-06-06"
|
||||
domain: custodian
|
||||
repo: inter-hub
|
||||
status: finished
|
||||
owner: codex
|
||||
topic_slug: inter_hub
|
||||
created: "2026-06-06"
|
||||
updated: "2026-06-06"
|
||||
---
|
||||
|
||||
# ADHOC-2026-06-06 - Ad hoc fixes for 2026-06-06
|
||||
|
||||
## Make local UI setup targets self-explanatory
|
||||
|
||||
```task
|
||||
id: ADHOC-2026-06-06-T01
|
||||
status: done
|
||||
priority: medium
|
||||
```
|
||||
|
||||
Added default `make` help plus `install`, `install-nix`, `doctor`, and `ui`
|
||||
setup guidance so local UI bootstrap reports missing or partially configured
|
||||
Nix/devenv clearly.
|
||||
@@ -1,12 +1,14 @@
|
||||
---
|
||||
id: IHUB-WP-0018
|
||||
id: IHUB-WP-0020
|
||||
type: workplan
|
||||
title: "Personal Dashboard Framework"
|
||||
domain: inter-hub
|
||||
status: todo
|
||||
domain: inter_hub
|
||||
repo: inter-hub
|
||||
status: backlog
|
||||
owner: tegwick
|
||||
topic_slug: inter_hub
|
||||
created: "2026-05-03"
|
||||
updated: "2026-05-03"
|
||||
updated: "2026-06-07"
|
||||
phase: 13
|
||||
---
|
||||
|
||||
@@ -35,7 +37,7 @@ controller-per-entity navigation.
|
||||
### T01 — Research: Dashboard frameworks and patterns for inspiration
|
||||
|
||||
```task
|
||||
id: IHUB-WP-0018-T01
|
||||
id: IHUB-WP-0020-T01
|
||||
status: todo
|
||||
priority: high
|
||||
```
|
||||
@@ -78,7 +80,7 @@ type-safe, governed).
|
||||
### T02 — Product Requirements Specification (PRS)
|
||||
|
||||
```task
|
||||
id: IHUB-WP-0018-T02
|
||||
id: IHUB-WP-0020-T02
|
||||
status: todo
|
||||
priority: high
|
||||
depends_on: T01
|
||||
@@ -123,7 +125,7 @@ inter-hub's design principles.
|
||||
### T03 — Functional Design Document (FDD)
|
||||
|
||||
```task
|
||||
id: IHUB-WP-0018-T03
|
||||
id: IHUB-WP-0020-T03
|
||||
status: todo
|
||||
priority: high
|
||||
depends_on: T02
|
||||
@@ -239,17 +241,17 @@ to be added to `users`, or a simple heuristic based on existing data).
|
||||
### T04 — Implementation workplan
|
||||
|
||||
```task
|
||||
id: IHUB-WP-0018-T04
|
||||
id: IHUB-WP-0020-T04
|
||||
status: todo
|
||||
priority: medium
|
||||
depends_on: T03
|
||||
```
|
||||
|
||||
Break T03's FDD into a detailed, sequenced task list suitable for execution as a new
|
||||
workplan (IHUB-WP-0019). Each task must have a clear entry/exit criterion and fit within
|
||||
workplan (IHUB-WP-0021). Each task must have a clear entry/exit criterion and fit within
|
||||
the 8k token soft budget.
|
||||
|
||||
**Expected task structure of IHUB-WP-0019:**
|
||||
**Expected task structure of IHUB-WP-0021:**
|
||||
|
||||
```
|
||||
T01 Schema migration: dashboards, dashboard_panels, panel_type_registry
|
||||
@@ -266,7 +268,7 @@ T11 Role-aware default layout
|
||||
T12 Smoke tests
|
||||
```
|
||||
|
||||
**Exit criteria:** IHUB-WP-0019 workplan file committed; T01–T12 each have
|
||||
**Exit criteria:** IHUB-WP-0021 workplan file committed; T01–T12 each have
|
||||
entry/exit criteria; ready for execution.
|
||||
|
||||
---
|
||||
@@ -278,7 +280,7 @@ entry/exit criteria; ready for execution.
|
||||
| T01 | `docs/research/dashboard-frameworks.md` | todo |
|
||||
| T02 | `docs/prs/dashboard-framework-prs.md` | todo |
|
||||
| T03 | `docs/fdd/dashboard-framework-fdd.md` | todo |
|
||||
| T04 | `workplans/IHUB-WP-0019-personal-dashboard-impl.md` | todo |
|
||||
| T04 | `workplans/IHUB-WP-0021-personal-dashboard-impl.md` | todo |
|
||||
|
||||
## Design Principles (binding throughout)
|
||||
|
||||
Reference in New Issue
Block a user