diff options
Diffstat (limited to 'readme.md')
| -rw-r--r-- | readme.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |
