From 61a51017a3bb00ef6318a82fb6cca40048c2e63f Mon Sep 17 00:00:00 2001 From: Andy Burke Date: Tue, 1 Jul 2025 16:08:53 -0700 Subject: [PATCH] docs: update readme --- README.md | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index d257a32..5ad591b 100644 --- a/README.md +++ b/README.md @@ -26,15 +26,22 @@ ## TODO -- [x] sign up -- [x] check for logged in user session -- [x] log in -- [ ] chat rooms -- [ ] chat messages +- [X] sign up +- [X] check for logged in user session +- [X] log in +- [X] chat rooms +- [X] chat messages - [ ] bulletin board instead of exchange/work? +- [ ] should everything be an event in a room? - [ ] post-it style notes with tag and keyword filtering? - [ ] simple wiki for resources - [ ] simple calendar with public/private event tracking - [ ] caldav support? -- [ ] user profile page +- [ ] add an optional env var where you can specify a list of + "directory servers" (;-separated urls?) to ping with this + server's existence - the idea being these central servers + could be distributed directories - your town might run one, + your state, your country, or you could publish to a public + one that is organized around interests +- [X] user profile page - [ ] user profile editing