You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the todo_item has a completed field. It would be beneficial for reporting reasons, to have a completed_date or completed_timestamp as part of the todo_item.
The text was updated successfully, but these errors were encountered:
Yep, I remember asking myself if I should just have a completed date instead of a boolean. I don't remember what the reason was that I chose boolean. Either way, this does make sense.
Currently the todo_item has a
completed
field. It would be beneficial for reporting reasons, to have acompleted_date
orcompleted_timestamp
as part of the todo_item.The text was updated successfully, but these errors were encountered: