Create back-end status tracking #177

Closed
opened 2025-09-16 20:30:33 -04:00 by rainbownapkin · 3 comments
rainbownapkin commented 2025-09-16 20:30:33 -04:00 (Migrated from gitlab.com)

Add RAM-backed map of current status of each user.

Each entry in the map should be keyed by username, and contain an array of all connectedUser objects across all channels.

Item should be unset once all connected users have been disconnected.

This should both improve performance, and also enable features like visible status on profile pages.

Add RAM-backed map of current status of each user. Each entry in the map should be keyed by username, and contain an array of all connectedUser objects across all channels. Item should be unset once all connected users have been disconnected. This should both improve performance, and also enable features like visible status on profile pages.
rainbownapkin commented 2025-09-16 20:30:33 -04:00 (Migrated from gitlab.com)

added #176 as parent issue

added #176 as parent issue
rainbownapkin commented 2025-09-16 21:20:58 -04:00 (Migrated from gitlab.com)

changed the description

changed the description
rainbownapkin (Migrated from gitlab.com) closed this issue 2025-09-17 20:22:34 -04:00
rainbownapkin commented 2025-09-17 20:22:35 -04:00 (Migrated from gitlab.com)

Created back-end status tracking map of connectedUser objects: 6222535c47

Created back-end status tracking map of connectedUser objects: 6222535c4790d37b263407a43e950e011179e394
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: rainbownapkin/canopy#177
No description provided.