List of People Who are Online/Active
Open
enhancement
- Dominant language
- Elixir
- Stars
- 65
- Forks
- 8
- PR merge metrics
- No merged PRs in 30d
Description
As a person using the "chat" app
I would like to see who is available/online
so that I can converse with that person.
# Acceptance Criteria
+ [ ] when a user registers into the chat `emit joined` their name back to the server
+ [ ] when the server receives the `joined` message (_with the username_):
+ [ ] add the user to the list of available people
+ [ ] broadcast that list (_or just the new joiner_) to everyone who is connected
+ [ ] display the name of the joiner in the UI
@finnhodgkin / @ZooeyMiller is this enough criteria to go on?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.