From 57d0c57f73130c6a2bfd225a6fbcf40491a7f2f8 Mon Sep 17 00:00:00 2001 From: liamcottle Date: Mon, 29 Apr 2024 04:44:42 +1200 Subject: [PATCH] add todos --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 7b64a6c..bd652a5 100644 --- a/README.md +++ b/README.md @@ -24,3 +24,11 @@ cd reticulum-webchat python web.py ``` +## TODO + +- [ ] serve `index.html` from `web.py` on the same port as websocket +- [ ] allow passing in a custom Reticulum config file via cli args +- [ ] create/import/export identities in the web ui +- [ ] ui to configure custom name to send in announcement app data +- [ ] ui to view announcements, with names from app data +- [ ] support saving conversation history across page reloads