aboutsummaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
authordam <dam@gudinoff>2022-08-24 01:09:46 +0000
committerdam <dam@gudinoff>2022-08-24 01:09:46 +0000
commit75079ac9713a9937d489adbdc300d66a1290d177 (patch)
tree2511cd2cb494b1734c939f2b83d32d0e7008e9e0 /readme.md
parent3424cbe5dfa45342305e3c9b97efa6deeb48a0ab (diff)
downloadtask-time-tracker-75079ac9713a9937d489adbdc300d66a1290d177.tar.zst
task-time-tracker-75079ac9713a9937d489adbdc300d66a1290d177.zip
Add modified_on field to task_t.
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/readme.md b/readme.md
index 8489b9f..5f40c50 100644
--- a/readme.md
+++ b/readme.md
@@ -11,7 +11,7 @@ Task Time Tracker
- [x] Decide once for all if I'll be using uint8_t or char for strings: use char.
- [x] maybe rename to task-time-tracker?
- [x] Remove hash stuff;
-- [ ] Tasks should have a `modified_on` timestamp field;
+- [x] Tasks should have a `modified_on` timestamp field;
- [ ] Status of task will allow to keep counting time even when the process gets terminated forcefully;
- [ ] Make sure task names don't include commas ',';
- [ ] Review code: char !uint8_t;