pyruse/TODO.md

7 lines
315 B
Markdown
Raw Normal View History

2018-02-11 13:17:48 +01:00
# Backlog
2017-12-15 19:36:50 +01:00
2018-02-11 13:17:48 +01:00
* Switch the `dailyReport` from a static layout to a light-weight template system.
* Maybe persist counters; they are currently lost on restart.
* Maybe switch from storing the daily journal in a file, to storing it in a database.
2017-12-15 19:36:50 +01:00
* Eventually make the code more elegant, as I learn more about Python…