From 9436308ae8d4695dd575d4f97e3d22a8621b7b7b Mon Sep 17 00:00:00 2001 From: OpenClaw Bot Date: Thu, 19 Feb 2026 18:45:09 -0600 Subject: [PATCH] Fix sprint data: activate Sprint 1 and attach all tasks --- data/tasks.json | 32 ++++++++++++++++++-------------- 1 file changed, 18 insertions(+), 14 deletions(-) diff --git a/data/tasks.json b/data/tasks.json index aa966ad..d2578c1 100644 --- a/data/tasks.json +++ b/data/tasks.json @@ -31,6 +31,7 @@ "status": "in-progress", "priority": "high", "projectId": "2", + "sprintId": "sprint-1", "createdAt": "2026-02-18T17:01:23.109Z", "updatedAt": "2026-02-18T17:01:23.109Z", "comments": [ @@ -76,6 +77,7 @@ "status": "done", "priority": "medium", "projectId": "2", + "sprintId": "sprint-1", "createdAt": "2026-02-18T17:01:23.109Z", "updatedAt": "2026-02-18T17:01:23.109Z", "comments": [ @@ -107,6 +109,7 @@ "status": "done", "priority": "high", "projectId": "2", + "sprintId": "sprint-1", "createdAt": "2026-02-18T17:01:23.109Z", "updatedAt": "2026-02-18T17:01:23.109Z", "comments": [ @@ -133,6 +136,7 @@ "status": "done", "priority": "medium", "projectId": "2", + "sprintId": "sprint-1", "createdAt": "2026-02-18T17:01:23.109Z", "updatedAt": "2026-02-18T17:01:23.109Z", "comments": [ @@ -164,6 +168,7 @@ "status": "done", "priority": "urgent", "projectId": "2", + "sprintId": "sprint-1", "createdAt": "2026-02-18T17:01:23.109Z", "updatedAt": "2026-02-18T17:01:23.109Z", "comments": [ @@ -190,6 +195,7 @@ "status": "done", "priority": "high", "projectId": "2", + "sprintId": "sprint-1", "createdAt": "2026-02-18T17:01:23.109Z", "updatedAt": "2026-02-18T17:01:23.109Z", "comments": [ @@ -215,6 +221,7 @@ "status": "done", "priority": "medium", "projectId": "2", + "sprintId": "sprint-1", "createdAt": "2026-02-18T17:01:23.109Z", "updatedAt": "2026-02-18T17:01:23.109Z", "comments": [ @@ -246,6 +253,7 @@ "status": "done", "priority": "high", "projectId": "2", + "sprintId": "sprint-1", "createdAt": "2026-02-18T17:01:23.109Z", "updatedAt": "2026-02-18T17:01:23.109Z", "comments": [ @@ -271,6 +279,7 @@ "status": "done", "priority": "high", "projectId": "2", + "sprintId": "sprint-1", "createdAt": "2026-02-18T17:01:23.109Z", "updatedAt": "2026-02-18T17:01:23.109Z", "comments": [ @@ -336,6 +345,7 @@ "status": "done", "priority": "high", "projectId": "2", + "sprintId": "sprint-1", "createdAt": "2026-02-18T17:01:23.109Z", "updatedAt": "2026-02-18T17:01:23.109Z", "comments": [ @@ -367,6 +377,7 @@ "status": "backlog", "priority": "medium", "projectId": "2", + "sprintId": "sprint-1", "createdAt": "2026-02-19T17:01:23.109Z", "updatedAt": "2026-02-19T17:01:23.109Z", "comments": [ @@ -400,6 +411,7 @@ "status": "done", "priority": "high", "projectId": "2", + "sprintId": "sprint-1", "createdAt": "2026-02-19T13:00:00.000Z", "updatedAt": "2026-02-19T13:00:00.000Z", "comments": [ @@ -443,6 +455,7 @@ "status": "in-progress", "priority": "high", "projectId": "2", + "sprintId": "sprint-1", "createdAt": "2026-02-19T13:45:00.000Z", "updatedAt": "2026-02-19T13:45:00.000Z", "comments": [ @@ -473,23 +486,14 @@ "sprints": [ { "name": "Sprint 1", - "goal": "", - "startDate": "2026-02-19", - "endDate": "2026-02-22", - "status": "planning", - "projectId": "1", - "id": "1771544832363", - "createdAt": "2026-02-19T23:47:12.363Z" - }, - { - "name": "Sprint 1", - "goal": "", + "goal": "Foundation and core features", "startDate": "2026-02-16", "endDate": "2026-02-22", - "status": "planning", + "status": "active", "projectId": "2", - "id": "1771546141285", - "createdAt": "2026-02-20T00:09:01.285Z" + "sprintId": "sprint-1", + "id": "sprint-1", + "createdAt": "2026-02-16T00:00:00.000Z" } ] } \ No newline at end of file