Updates to documentation
This commit is contained in:
parent
f5582d2a0d
commit
5b0ef75396
2 changed files with 25 additions and 15 deletions
|
@ -53,6 +53,6 @@ To set up the Telegram integration, create a new bot by talking to the @BotFathe
|
||||||
|
|
||||||
```python3 manage.py telegram```
|
```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
36
TODO.md
|
@ -2,37 +2,47 @@
|
||||||
|
|
||||||
## General
|
## General
|
||||||
|
|
||||||
[_] Make sure users can't access other users' data
|
- [_] Make sure users can't access other users' data
|
||||||
[_] User profiles / names / gateway config / time zone settings
|
- [_] User profiles / names / gateway config / time zone settings
|
||||||
|
- [_] Implement a proper logging system
|
||||||
|
- [_] Implement a proper API
|
||||||
|
|
||||||
## cbt module
|
## cbt module
|
||||||
|
|
||||||
[_] Complete thought record creation
|
- [_] Complete thought record creation
|
||||||
[_] Thought record editing (?)
|
- [_] Thought record editing (?)
|
||||||
[_] Thought record deletion
|
- [_] Thought record deletion
|
||||||
|
|
||||||
## msgio module
|
## msgio module
|
||||||
|
|
||||||
[_] Implement Telegram webhooks
|
- [_] Implement Telegram webhooks
|
||||||
[_] Implement Matrix messaging
|
- [_] Implement Matrix messaging
|
||||||
|
|
||||||
## health module
|
## health module
|
||||||
|
|
||||||
[_] Implement medication tracker
|
- [_] Implement medication tracker
|
||||||
[_] Implement supply / refill system
|
- [_] Implement supply / refill system
|
||||||
|
|
||||||
## habits module
|
## habits module
|
||||||
|
|
||||||
[_] Implement regular habit tracker
|
- [_] Implement regular habit tracker
|
||||||
|
|
||||||
## friends module
|
## friends module
|
||||||
|
|
||||||
[_] Implement basic personal relationship manager
|
- [_] Implement basic personal relationship manager
|
||||||
|
|
||||||
## Frontend
|
## Frontend
|
||||||
|
|
||||||
[_] Fix buttons on mobile devices (?)
|
- [_] Fix / improve the existing frontend
|
||||||
|
- [_] Fix buttons on mobile devices (?)
|
||||||
|
|
||||||
## environment module
|
## environment module
|
||||||
|
|
||||||
[_] CO2 accounting
|
- [_] CO2 accounting
|
||||||
|
- [_] CO2 offsetting
|
||||||
|
|
||||||
|
## mood module
|
||||||
|
|
||||||
|
- [_] Revisit statistics / graphs
|
||||||
|
- [_] Make statistics work properly on mobile devices
|
||||||
|
- [_] Better pagination
|
Loading…
Reference in a new issue