focus-flow/test/fixtures/migration/task_v0_full.json

38 lines
1.1 KiB
JSON

{
"_id": "task-v0-full",
"title": "Legacy full task",
"projectId": "project-v0-home",
"type": "freeSlot",
"status": "noLongerRelevant",
"priority": "veryHigh",
"reward": "veryLow",
"difficulty": "veryHard",
"durationMinutes": 45,
"scheduledStart": "2026-06-23T16:00:00.000Z",
"scheduledEnd": "2026-06-23T16:45:00.000Z",
"actualStart": "2026-06-23T16:05:00.000Z",
"actualEnd": "2026-06-23T16:35:00.000Z",
"completedAt": "2026-06-23T16:35:00.000Z",
"parentTaskId": "parent-task",
"backlogTags": [
"wishlist"
],
"reminderOverride": "persistent",
"createdAt": "2026-06-21T08:00:00.000Z",
"updatedAt": "2026-06-23T17:00:00.000Z",
"stats": {
"skippedDuringBurnoutCount": 1,
"manuallyPushedCount": 2,
"autoPushedCount": 3,
"movedToBacklogCount": 4,
"restoredFromBacklogCount": 5,
"missedCount": 6,
"cancelledCount": 7,
"completedLateCount": 8,
"completedDuringLockedHoursCount": 9,
"completedDuringLockedHoursMinutes": 10,
"completedAfterShieldCount": 11,
"completedAfterPushCount": 12,
"totalPushesBeforeCompletion": 13
}
}