Closed fulrich closed 2 months ago
Part of: https://github.com/mrman511/event-manager-ruby/issues/22 Added the new User model and schema. This allows for the creation and fetching of a todo from the database.
title
status
is_completed
Overview
Part of: https://github.com/mrman511/event-manager-ruby/issues/22 Added the new User model and schema. This allows for the creation and fetching of a todo from the database.
Changes
title
: Defined the name of the todostatus
: Track the status of this todo through its workflowis_completed
: True once the todo has been completed.