Create task task-039

This commit is contained in:
Jeff Emmett 2025-12-04 18:12:01 -08:00
parent 3829ae2c52
commit b3be1863ae
1 changed files with 30 additions and 0 deletions

View File

@ -0,0 +1,30 @@
---
id: task-039
title: 'MapShape Integration: Connect Subsystems to Canvas Shape'
status: In Progress
assignee: []
created_date: '2025-12-05 02:12'
labels:
- feature
- mapping
- integration
dependencies:
- task-024
priority: high
---
## Description
<!-- SECTION:DESCRIPTION:BEGIN -->
Evolve MapShapeUtil.tsx to integrate the 6 implemented subsystems (privacy, mycelium, lenses, conics, discovery, presence) into the canvas map shape. Currently the MapShape is a standalone map viewer - it needs to become the central hub for all open-mapping features.
<!-- SECTION:DESCRIPTION:END -->
## Acceptance Criteria
<!-- AC:BEGIN -->
- [ ] #1 MapShape props extended for subsystem toggles
- [ ] #2 Presence layer integrated with opt-in location sharing
- [ ] #3 Lens system accessible via UI
- [ ] #4 Route/waypoint visualization working
- [ ] #5 Collaboration sync via Automerge
- [ ] #6 Discovery game elements visible on map
<!-- AC:END -->