docs: update TODO

This commit is contained in:
Andy Burke 2025-07-04 15:21:32 -07:00
parent ee152a514c
commit 5d6183305f

View file

@ -26,10 +26,14 @@
## TODO ## TODO
These are in no particular order. Pull requests updating this section welcome for
feature discussions.
- [ ] should everything be an event in a room? - [ ] should everything be an event in a room?
- [X] sign up - [X] sign up
- [X] check for logged in user session - [X] check for logged in user session
- [X] log in - [X] log in
- [X] refactor login/sessions/totp
- [X] chat rooms - [X] chat rooms
- [ ] gif support - [ ] gif support
- [ ] media uploads - [ ] media uploads
@ -38,6 +42,7 @@
- [ ] try to select immediate sibling messages from the same user and hide mulitple avatars - [ ] try to select immediate sibling messages from the same user and hide mulitple avatars
- [X] chat messages - [X] chat messages
- [X] user profile page - [X] user profile page
- [X] logout button
- [ ] profile editing - [ ] profile editing
- [ ] avatar uploads - [ ] avatar uploads
- [ ] local upload support (keep it simple for small instances) - [ ] local upload support (keep it simple for small instances)
@ -54,3 +59,6 @@
- [ ] simple wiki for resources - [ ] simple wiki for resources
- [ ] simple calendar with public/private event tracking - [ ] simple calendar with public/private event tracking
- [ ] caldav support - [ ] caldav support
- [X] smart forms
- [X] use the api for forms so requests will be authenticated
- [X] support multiple methods