Add endpoint to update priority

This commit is contained in:
Mo Tarbin 2024-11-03 22:47:03 -05:00
parent 3cad5f8d71
commit 493d9264d3
3 changed files with 64 additions and 0 deletions

View file

@ -249,6 +249,7 @@ func (r *ChoreRepository) GetChoreDetailByID(c context.Context, choreID int, cir
chores.next_due_date,
chores.assigned_to,
chores.created_by,
chores.priority,
recent_history.last_completed_date,
recent_history.notes,
recent_history.last_assigned_to as last_completed_by,