As a registered user, I want to modify an approved routine and request re-approval so that my updates are validated.
Acceptance Criteria
Given I have a ROUTINE with status = “approved” When I click “Edit,” change tasks or durations, and click “Request Changes” Then a ROUTINE_MOD_REQUEST is created with status = “pending”, capturing my changes and requested_at
As a registered user, I want to modify an approved routine and request re-approval so that my updates are validated.
Acceptance Criteria
Given I have a ROUTINE with status = “approved” When I click “Edit,” change tasks or durations, and click “Request Changes” Then a ROUTINE_MOD_REQUEST is created with status = “pending”, capturing my changes and requested_at