Update task task-041

This commit is contained in:
Jeff Emmett 2025-12-05 22:24:37 -08:00
parent 14bf688b60
commit 037e232b85
1 changed files with 13 additions and 1 deletions

View File

@ -1,9 +1,10 @@
--- ---
id: task-041 id: task-041
title: User Networking & Social Graph Visualization title: User Networking & Social Graph Visualization
status: To Do status: In Progress
assignee: [] assignee: []
created_date: '2025-12-06 06:17' created_date: '2025-12-06 06:17'
updated_date: '2025-12-06 06:24'
labels: labels:
- feature - feature
- social - social
@ -43,3 +44,14 @@ Architecture: Extends existing presence system in open-mapping/presence/ and tru
- [ ] #6 Real-time updates when connections change - [ ] #6 Real-time updates when connections change
- [ ] #7 Privacy-respecting (honors trust circle permissions) - [ ] #7 Privacy-respecting (honors trust circle permissions)
<!-- AC:END --> <!-- AC:END -->
## Implementation Notes
<!-- SECTION:NOTES:BEGIN -->
Design decisions made:
- Binary connections only: 'connected' or 'not connected'
- All usernames publicly searchable
- One-way following allowed (no acceptance required)
- Graph scope: full network in grey, room participants colored by presence
- Edge metadata private to the two connected parties
<!-- SECTION:NOTES:END -->