Skip to content

Todo model

Field Type Description
_id string Database ID (optional when creating a todo)
text string Todo's content
completed bool Whether the todo is completed
frog bool Whether the todo is a frog
frogFails int int of times frog was failed
skipped bool Whether this task was skipped
order int Task order within this day
monthAndYear string Assigned month and year in the format "2019-01"
date string Optional. Assigned date in the format "01"
time string Optional. Exact time in the format "23:01"
goFirst bool Optional. Overwriting the user setting when adding todos