[][src]Module cqrs_todo_core::commands

Commands for the to-do system.

Structs

CancelReminder

Cancel any reminder set for a to-do item

CreateTodo

Create a new to-do item

MarkCompleted

Mark a to-do item as completed

ResetCompleted

Mark a to-do item as not completed

SetReminder

Set the reminder for a to-do item

ToggleCompletion

Toggle the completion status of a to-do item

UpdateDescription

Update the description of a to-do item