Updates to documentation

This commit is contained in:
Kumi 2023-03-26 20:08:18 +00:00
parent 5937651c80
commit 1830f37161
Signed by: kumi
GPG key ID: ECBCC9082395383F
2 changed files with 25 additions and 15 deletions

View file

@ -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```
~~```python3 manage.py telegramwebhook```~~

36
TODO.md
View file

@ -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
- [_] CO2 accounting
- [_] CO2 offsetting
## mood module
- [_] Revisit statistics / graphs
- [_] Make statistics work properly on mobile devices
- [_] Better pagination