jschuur / coworking.party

Virtual coworking communities to keep people motivated and have a little fun.
https://coworking.party
7 stars 1 forks source link

Feature: Replace 'online' user list with recent updates #76

Open jschuur opened 1 month ago

jschuur commented 1 month ago

Move away from the concept of being 'online' or 'away', to avoid complications of reliably tracking a user's presence, when they may not have the tab open or it might not be visible.

Instead, replace 'online' with a list of everyone who did any status update (text or drop down) in the last 24 hours, sorted by the time ('Recently'?).

'Away' could then become a separate segment ('Focused'?) for anyone who did a drop down status option change between, say 4/6 and 24 hours ago.

Users that are online get a green dot on their avatar again.

jschuur commented 1 month ago

Initial work done in ae41945910b0bbf813ac2cf5fc5586fb62a7df8e to refactor when the status update state is updated on reconnects and introduce updated away avatar UI.