- Fix scrolling issues / improve general ux
- Changing background changes background for everybody, but always comes back to original bg after 30 seconds (req backend persistence, localstorage?)
- Blackboard
- Persistence
- Clear blackboard button allowing people to decline the clear if they say so within 10 seconds (like league surrender vote)
- Undo/redo
- Login & signup buttons in console
- Autogenerated changelog (from git, tags, commits or special commit format)
What's your username?
\> [username]
What's your password?
\> [password]
Can you type that again please?
\> [password]
- Server-sided commands integrated with client-sided ones, command information aggregates server commands & client commands with little UI differentiation
- Server-sided admin commands
- Create command command? (write js) konami enhanced console
- Server-sided admin commands
- Perhaps socket payloads must be interfaces due to them being serialized (functions will be lost)
- Command event-sourcing (history)
- Command modularization