From 1830f37161e9a4395935ff2f9bd501e31acbbb79 Mon Sep 17 00:00:00 2001 From: Kumi Date: Sun, 26 Mar 2023 20:08:18 +0000 Subject: [PATCH] Updates to documentation --- INSTALL.md | 4 ++-- TODO.md | 36 +++++++++++++++++++++++------------- 2 files changed, 25 insertions(+), 15 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index b7ae0ef..7d55723 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -53,6 +53,6 @@ To set up the Telegram integration, create a new bot by talking to the @BotFathe ```python3 manage.py telegram``` -If you wish to receive incoming messages through the Telegram gateway, your server must be reachable from the Internet. Configure a public IP/domain name as well as an HTTPS certificate, then run: +~~If you wish to receive incoming messages through the Telegram gateway, your server must be reachable from the Internet. Configure a public IP/domain name as well as an HTTPS certificate, then run:~~ -```python3 manage.py telegramwebhook``` \ No newline at end of file +~~```python3 manage.py telegramwebhook```~~ \ No newline at end of file diff --git a/TODO.md b/TODO.md index a5b6eb4..ec7690d 100644 --- a/TODO.md +++ b/TODO.md @@ -2,37 +2,47 @@ ## General -[_] Make sure users can't access other users' data -[_] User profiles / names / gateway config / time zone settings +- [_] Make sure users can't access other users' data +- [_] User profiles / names / gateway config / time zone settings +- [_] Implement a proper logging system +- [_] Implement a proper API ## cbt module -[_] Complete thought record creation -[_] Thought record editing (?) -[_] Thought record deletion +- [_] Complete thought record creation +- [_] Thought record editing (?) +- [_] Thought record deletion ## msgio module -[_] Implement Telegram webhooks -[_] Implement Matrix messaging +- [_] Implement Telegram webhooks +- [_] Implement Matrix messaging ## health module -[_] Implement medication tracker -[_] Implement supply / refill system +- [_] Implement medication tracker +- [_] Implement supply / refill system ## habits module -[_] Implement regular habit tracker +- [_] Implement regular habit tracker ## friends module -[_] Implement basic personal relationship manager +- [_] Implement basic personal relationship manager ## Frontend -[_] Fix buttons on mobile devices (?) +- [_] Fix / improve the existing frontend +- [_] Fix buttons on mobile devices (?) ## environment module -[_] CO2 accounting \ No newline at end of file +- [_] CO2 accounting +- [_] CO2 offsetting + +## mood module + +- [_] Revisit statistics / graphs +- [_] Make statistics work properly on mobile devices +- [_] Better pagination \ No newline at end of file