Clean up files

This commit is contained in:
Joscha 2022-03-03 01:10:22 +01:00
parent 5c6047c533
commit f456d4f1ec

31
room.md
View file

@ -1,31 +0,0 @@
- Determine room name
- Connect for the first time
- If connection fails: Show error, done
- Set room
- If room is invalid: Show error, done
- If no nick is set by default: Let user choose nick
- Identify yourself
- If nick is invalid: Show error, let user edit nick
- If identity is invalid: Show error, done
- Listen to events, send commands
- Reconnect
- If connection fails: Show error, done
- Set room
- If room is invalid: Show error, done
- Identify yourself
- If nick is invalid: Show error, let user edit nick
- If identity is invalid: Show error, done
- Listen to events, send commands
General state:
- Initial nick (optional)
- A way to stop the entire room
State present when WS connection exists:
- Connection itself
- Next command id
- Replies
State present when fully connected:
- Own session
- Others