From 037e232b85e9753cce5b0b224048654f0fac99a7 Mon Sep 17 00:00:00 2001 From: Jeff Emmett Date: Fri, 5 Dec 2025 22:24:37 -0800 Subject: [PATCH] Update task task-041 --- ...User-Networking-&-Social-Graph-Visualization.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/backlog/tasks/task-041 - User-Networking-&-Social-Graph-Visualization.md b/backlog/tasks/task-041 - User-Networking-&-Social-Graph-Visualization.md index 0ffac6d..375a9c8 100644 --- a/backlog/tasks/task-041 - User-Networking-&-Social-Graph-Visualization.md +++ b/backlog/tasks/task-041 - User-Networking-&-Social-Graph-Visualization.md @@ -1,9 +1,10 @@ --- id: task-041 title: User Networking & Social Graph Visualization -status: To Do +status: In Progress assignee: [] created_date: '2025-12-06 06:17' +updated_date: '2025-12-06 06:24' labels: - feature - social @@ -43,3 +44,14 @@ Architecture: Extends existing presence system in open-mapping/presence/ and tru - [ ] #6 Real-time updates when connections change - [ ] #7 Privacy-respecting (honors trust circle permissions) + +## Implementation Notes + + +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 +