Actions
Bug #228
openediting start/end times for sessions does not edit the start/end times on their commitment
Start date:
06/26/2026
Due date:
% Done:
0%
Estimated time:
Engineering Effort:
small
App Component:
API
Feature:
Commitments
Description
After editing the start/end times on some sessions, I ended up with this:
"commitments": [
{
"created_at": "2026-06-26T14:21:23.478364-05:00",
"due_at": "2026-06-26T07:00:00-05:00",
"id": 38,
"notes": null,
"start_at": "2026-06-26T06:00:00-05:00",
"status": "planned",
"target": {
"calendar_color": "#34893e",
"created_at": "2026-06-26T19:21:23.383239+00:00",
"duration_minutes": 60.0,
"end_time": "2026-06-27T08:00:00",
"id": 38,
"notes": "Auto-generated from routine",
"principles": [],
"routine_id": 6,
"routine_name": "Morning Routine",
"rpe": null,
"start_time": "2026-06-27T07:00:00",
"status": "completed",
"tags": [],
"timezone": "America/Chicago",
"updated_at": "2026-06-26T19:24:26.975721+00:00",
"user_id": 1
},
"target_id": 38,
"target_type": "session",
"timeframe_id": 5,
"updated_at": "2026-06-26T14:21:23.478371-05:00",
"user_id": 1
},
Note the differing start times
Updated by Sam Pearson 16 days ago
- Has duplicate Bug #233: updating a session's start and end times does not update the start and end times for that session's commitment added
Actions