fix(workplans): adopt ADR-007 derived identifiers for unregistered records
These workplans exist only in the retired local hub. Their random pre-ADR-007 identifiers are refused by C-06 as stale references, so they cannot be registered. Deriving from the canonical record id takes no identity from anything: central does not hold them and the old ids die with the cache. Records central already holds were deliberately left untouched. Refs CUST-WP-0068-T06 Assistant: claude-code Assistant-Model: opus Assistant-Process: 2583210@bnt-lap001 Assistant-Session: f2bff2d5-e9b2-4338-92ca-10282a927006
This commit is contained in:
parent
d90b0edd84
commit
40a876db99
3 changed files with 20 additions and 20 deletions
|
|
@ -19,7 +19,7 @@ spec_refs:
|
|||
- workplans/CE-WP-0003-form-binding-visual-guide.md
|
||||
- workplans/CE-WP-0007-capture-view-polish.md
|
||||
- docs/decisions/ADR-0004-pdf-viewer-library.md
|
||||
state_hub_workstream_id: "e03c5d0c-36f9-49ef-8c6d-1dafe1fc781b"
|
||||
state_hub_workstream_id: "e85902b9-b410-5728-b85c-0adf36f311e5"
|
||||
---
|
||||
|
||||
# CE-WP-0010 — Annotate & Attributes UX
|
||||
|
|
@ -116,7 +116,7 @@ T07 (tests + copy audit)
|
|||
id: CE-WP-0010-T01
|
||||
status: done
|
||||
priority: high
|
||||
state_hub_task_id: "acacc281-7cc3-4833-a123-593494cafe24"
|
||||
state_hub_task_id: "86d75416-2f69-573f-bf47-649e6276eea7"
|
||||
```
|
||||
|
||||
**Change:** In the session top bar tab list (`src/app/App.tsx`), set the
|
||||
|
|
@ -141,7 +141,7 @@ are updated in the same task.
|
|||
id: CE-WP-0010-T02
|
||||
status: done
|
||||
priority: high
|
||||
state_hub_task_id: "f8538031-3916-4f3b-a66c-2a5fd1d575f7"
|
||||
state_hub_task_id: "65274992-9e9f-5e9f-8e81-0f362da2dc4a"
|
||||
```
|
||||
|
||||
**UI copy (drop “form”):**
|
||||
|
|
@ -176,7 +176,7 @@ state_hub_task_id: "f8538031-3916-4f3b-a66c-2a5fd1d575f7"
|
|||
id: CE-WP-0010-T03
|
||||
status: done
|
||||
priority: high
|
||||
state_hub_task_id: "5ba0e6dd-e2c9-4167-87fb-2ac7a7d81933"
|
||||
state_hub_task_id: "728ead55-b636-5113-a9a3-e239a57e84e1"
|
||||
```
|
||||
|
||||
Next to the **Evidence** caption in the right column of Annotate (and the
|
||||
|
|
@ -214,7 +214,7 @@ id: CE-WP-0010-T04
|
|||
status: done
|
||||
priority: high
|
||||
depends_on: [T02]
|
||||
state_hub_task_id: "3ca351b4-a039-48ad-a2a1-d95cc202b04f"
|
||||
state_hub_task_id: "a1c5219d-8289-50fa-8233-c31b61fe0e30"
|
||||
```
|
||||
|
||||
Same interaction model as T03, next to the **Attributes** caption:
|
||||
|
|
@ -237,7 +237,7 @@ id: CE-WP-0010-T05
|
|||
status: done
|
||||
priority: critical
|
||||
depends_on: [T02, T03]
|
||||
state_hub_task_id: "45e4a981-9985-49cd-bdbf-4ce8e29ae243"
|
||||
state_hub_task_id: "13364730-287f-5b37-965b-821c79a32b5c"
|
||||
```
|
||||
|
||||
**Problem:** Capture mode currently uses Collection | Viewer | FormPane with
|
||||
|
|
@ -290,7 +290,7 @@ id: CE-WP-0010-T06
|
|||
status: done
|
||||
priority: high
|
||||
depends_on: [T05]
|
||||
state_hub_task_id: "3451fe43-2909-4bf6-aa7c-72805239245b"
|
||||
state_hub_task_id: "22684020-82a7-5bb9-aa7d-e89bfdf8d52c"
|
||||
```
|
||||
|
||||
**Behaviour:** When an evidence item is active, draw a guide line from the
|
||||
|
|
@ -330,7 +330,7 @@ id: CE-WP-0010-T07
|
|||
status: done
|
||||
priority: medium
|
||||
depends_on: [T01, T02, T03, T04, T05, T06]
|
||||
state_hub_task_id: "cc6802be-c910-4b5b-aa36-0ba970aff4c4"
|
||||
state_hub_task_id: "2b9e85a5-e6b3-5363-b8c6-cb9eb8b5625c"
|
||||
```
|
||||
|
||||
**Tests (prefer DOM / integration where layout matters):**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue