Update 'Data Design'

2022-12-30 16:03:40 -05:00
parent 7dd119a721
commit 5dcfb5a5a6

@@ -21,8 +21,8 @@ Design for the data in recklist
- String: todo: used to hold the actual todo item - String: todo: used to hold the actual todo item
- Boolean: done: is done - Boolean: done: is done
- Date: due_by: due date - u64: due_by: utc due date
- Date: completed_on: date it was checked off - u64: completed_on: utc date it was checked off
- Vector: todos: sublist of todos - Vector: todos: sublist of todos
## Saving ## Saving