chore(backlog): mark TASK-30 and TASK-31 as Done
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
e207b18adf
commit
cccd0a09f7
|
|
@ -1,9 +1,10 @@
|
||||||
---
|
---
|
||||||
id: TASK-30
|
id: TASK-30
|
||||||
title: Port folk-holon shape (H3 geospatial hex hierarchy)
|
title: Port folk-holon shape (H3 geospatial hex hierarchy)
|
||||||
status: To Do
|
status: Done
|
||||||
assignee: []
|
assignee: []
|
||||||
created_date: '2026-02-18 19:50'
|
created_date: '2026-02-18 19:50'
|
||||||
|
updated_date: '2026-03-12 05:54'
|
||||||
labels:
|
labels:
|
||||||
- shape-port
|
- shape-port
|
||||||
- phase-3
|
- phase-3
|
||||||
|
|
@ -45,3 +46,9 @@ Dependencies: h3-js (TASK-24), /api/holon/* endpoints (TASK-25)
|
||||||
- [ ] #4 Geospatial props sync across clients
|
- [ ] #4 Geospatial props sync across clients
|
||||||
- [ ] #5 Toolbar button added to canvas.html
|
- [ ] #5 Toolbar button added to canvas.html
|
||||||
<!-- AC:END -->
|
<!-- AC:END -->
|
||||||
|
|
||||||
|
## Implementation Notes
|
||||||
|
|
||||||
|
<!-- SECTION:NOTES:BEGIN -->
|
||||||
|
Completed 2026-03-11. Ported as folk-holon.ts (718 lines) + holon-service.ts (263 lines) with Automerge-backed CRDT storage replacing dead HoloSphere/GunDB stub. Commit 21b31c4 on dev.
|
||||||
|
<!-- SECTION:NOTES:END -->
|
||||||
|
|
|
||||||
|
|
@ -1,9 +1,10 @@
|
||||||
---
|
---
|
||||||
id: TASK-31
|
id: TASK-31
|
||||||
title: Port folk-holon-browser shape (Holon network browser)
|
title: Port folk-holon-browser shape (Holon network browser)
|
||||||
status: To Do
|
status: Done
|
||||||
assignee: []
|
assignee: []
|
||||||
created_date: '2026-02-18 19:50'
|
created_date: '2026-02-18 19:50'
|
||||||
|
updated_date: '2026-03-12 05:54'
|
||||||
labels:
|
labels:
|
||||||
- shape-port
|
- shape-port
|
||||||
- phase-3
|
- phase-3
|
||||||
|
|
@ -34,3 +35,9 @@ Features: Network visualization, search, filtering through Holon data. Companion
|
||||||
- [ ] #3 Can open individual Holons from browser
|
- [ ] #3 Can open individual Holons from browser
|
||||||
- [ ] #4 Toolbar button added to canvas.html
|
- [ ] #4 Toolbar button added to canvas.html
|
||||||
<!-- AC:END -->
|
<!-- AC:END -->
|
||||||
|
|
||||||
|
## Implementation Notes
|
||||||
|
|
||||||
|
<!-- SECTION:NOTES:BEGIN -->
|
||||||
|
Completed 2026-03-11. Ported as folk-holon-browser.ts (436 lines) — search by H3 cell ID or numeric ID, lens badges, open-holon CustomEvent. Commit 21b31c4 on dev.
|
||||||
|
<!-- SECTION:NOTES:END -->
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue