From ac6e09f0572e631d28a1cc2fecd5797420f5cc06 Mon Sep 17 00:00:00 2001 From: bronsen Date: Fri, 14 Mar 2025 14:24:19 +0100 Subject: [PATCH] [todo] move completed items to "done" section --- TODO.txt | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/TODO.txt b/TODO.txt index 4eee157..7d0abbe 100644 --- a/TODO.txt +++ b/TODO.txt @@ -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