add todos

This commit is contained in:
liamcottle
2024-04-29 04:44:42 +12:00
parent b09ef88b3c
commit 57d0c57f73

View File

@@ -24,3 +24,11 @@ cd reticulum-webchat
python web.py 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