[todo] move completed items to "done" section

This commit is contained in:
bronsen 2025-03-14 14:24:19 +01:00
parent 91028bb7e4
commit ac6e09f057

View file

@ -1,7 +1,11 @@
[ ] export CSV/excel/markdown for printing
[ ] improve handling of settings for prod, test, and dev: avoid all those if statements
[ ] set up logging properly
done:
=====
[x] export data
[x] import exported data
[x] display Teil-number
[ ] export CSV/excel/markdown for printing
[x] split requirements into prod, test, dev
[ ] improve handling of settings for prod, test, and dev: avoid all those if statements
[ ] set up logging properly