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