From 5d6183305fd4639b146430f5d82c61c693550808 Mon Sep 17 00:00:00 2001 From: Andy Burke Date: Fri, 4 Jul 2025 15:21:32 -0700 Subject: [PATCH] docs: update TODO --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index c9c8ac9..593dc5b 100644 --- a/README.md +++ b/README.md @@ -26,10 +26,14 @@ ## TODO +These are in no particular order. Pull requests updating this section welcome for +feature discussions. + - [ ] should everything be an event in a room? - [X] sign up - [X] check for logged in user session - [X] log in +- [X] refactor login/sessions/totp - [X] chat rooms - [ ] gif support - [ ] media uploads @@ -38,6 +42,7 @@ - [ ] try to select immediate sibling messages from the same user and hide mulitple avatars - [X] chat messages - [X] user profile page +- [X] logout button - [ ] profile editing - [ ] avatar uploads - [ ] local upload support (keep it simple for small instances) @@ -54,3 +59,6 @@ - [ ] simple wiki for resources - [ ] simple calendar with public/private event tracking - [ ] caldav support +- [X] smart forms +- [X] use the api for forms so requests will be authenticated +- [X] support multiple methods