Update task task-038
This commit is contained in:
parent
f28bfd9340
commit
c0f30ea29a
|
|
@ -4,6 +4,7 @@ title: Real-Time Location Presence with Privacy Controls
|
||||||
status: Done
|
status: Done
|
||||||
assignee: []
|
assignee: []
|
||||||
created_date: '2025-12-05 02:00'
|
created_date: '2025-12-05 02:00'
|
||||||
|
updated_date: '2025-12-05 02:00'
|
||||||
labels:
|
labels:
|
||||||
- feature
|
- feature
|
||||||
- open-mapping
|
- open-mapping
|
||||||
|
|
@ -49,10 +50,10 @@ presence.setTrustLevel(aliceKey, 'intimate'); // ~2.4m precision
|
||||||
|
|
||||||
## Acceptance Criteria
|
## Acceptance Criteria
|
||||||
<!-- AC:BEGIN -->
|
<!-- AC:BEGIN -->
|
||||||
- [ ] #1 Location presence types defined
|
- [x] #1 Location presence types defined
|
||||||
- [ ] #2 PresenceManager with broadcasting
|
- [x] #2 PresenceManager with broadcasting
|
||||||
- [ ] #3 Trust-based precision controls
|
- [x] #3 Trust-based precision controls
|
||||||
- [ ] #4 React hook for canvas integration
|
- [x] #4 React hook for canvas integration
|
||||||
- [ ] #5 Map visualization components
|
- [x] #5 Map visualization components
|
||||||
- [ ] #6 Proximity detection without exact location
|
- [x] #6 Proximity detection without exact location
|
||||||
<!-- AC:END -->
|
<!-- AC:END -->
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue