docs: update README TODOs

This commit is contained in:
Andy Burke 2025-07-25 23:12:36 -07:00
parent 9924abe542
commit f6a530dd86

View file

@ -22,6 +22,10 @@ feature discussions.
- [ ] avatar uploads - [ ] avatar uploads
- [X] chat rooms - [X] chat rooms
- [X] chat messages - [X] chat messages
- [ ] @-prefixing of users for notifications/highlighting
- [ ] chat input box should auto-complete users for you
- [ ] messages to you should be highlighted somehow
- [ ] chat message reactions
- [ ] clean up after initial implementation - [ ] clean up after initial implementation
- [X] split the monolithic talk.html up - [X] split the monolithic talk.html up
- [ ] chat message processing - [ ] chat message processing
@ -57,6 +61,10 @@ feature discussions.
- [ ] Notifications - [ ] Notifications
- [ ] if web notifications are not enabled, show a button to turn them on - [ ] if web notifications are not enabled, show a button to turn them on
- [ ] if web notifications are enabled, emit on events - [ ] if web notifications are enabled, emit on events
- [ ] ability to mute
- [ ] users
- [ ] rooms
- [ ] tags (#tags?)
- [ ] admin panel - [ ] admin panel
- [ ] add invite code generation - [ ] add invite code generation
- [ ] AC_REQUIRE_INVITE_CODE: boolean env var/setting - [ ] AC_REQUIRE_INVITE_CODE: boolean env var/setting