You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
VALUES('task_pg693qFgE6sfLZ0m', 'sch_zbM4UwQ1M45Fo02Ij', 'Review Sprint Progress', 'Review completed tasks from current sprint and update progress in project management tool', 'completed'::public.task_status_enum, '2025-09-15 09:15:00.000', NULL, 'Sprint is 80% complete. All major features are done, working on bug fixes.', '2025-09-15 09:00:00.000', '2025-09-15 09:15:00.000', NULL);
37
+
VALUES('task_pg693qFgE6sfLZ0m', 'sch_zbM4UwQ1M45Fo02Ij', 'Review Sprint Progress', 'Review completed tasks from current sprint and update progress in project management tool', 'not_started'::public.task_status_enum, '2025-09-15 09:15:00.000', NULL, 'Sprint is 80% complete. All major features are done, working on bug fixes.', clock_timestamp(), NULL, NULL);
VALUES('task_8vHUD2byDpWv6tJc', 'sch_zbM4UwQ1M45Fo02Ij', 'Plan Upcoming Tasks', 'Plan and assign tasks for the upcoming week based on sprint goals', 'completed'::public.task_status_enum, '2025-09-15 09:45:00.000', NULL, 'Assigned 3 new tasks. Focus on testing and deployment preparation.', '2025-09-15 09:30:00.000', '2025-09-15 09:45:00.000', NULL);
43
+
VALUES('task_8vHUD2byDpWv6tJc', 'sch_zbM4UwQ1M45Fo02Ij', 'Plan Upcoming Tasks', 'Plan and assign tasks for the upcoming week based on sprint goals', 'not_started'::public.task_status_enum, '2025-09-15 09:45:00.000', NULL, 'Assigned 3 new tasks. Focus on testing and deployment preparation.', clock_timestamp(), NULL, NULL);
VALUES('task_LUOVv5W0re4WZoWQ', 'sch_usw06crHj0wcCyaqI', 'Doctor Consultation', 'Meet with Dr. Smith to review lab results and overall health check', 'not_started'::public.task_status_enum, NULL, NULL, NULL, '2025-09-20 16:30:00.000', '2025-09-20 16:30:00.000', NULL);
52
+
VALUES('task_LUOVv5W0re4WZoWQ', 'sch_usw06crHj0wcCyaqI', 'Doctor Consultation', 'Meet with Dr. Smith to review lab results and overall health check', 'not_started'::public.task_status_enum, NULL, NULL, NULL, clock_timestamp(), NULL, NULL);
VALUES('task_7CmwlIVi4xkMXELG', 'sch_dnozJ1bNjOqbZbVP5', 'Update Slides', 'Revise presentation slides based on latest project data', 'in_progress'::public.task_status_enum, NULL, NULL, 'Waiting for final data from analytics team', '2025-09-20 16:30:00.000', '2025-09-20 16:30:00.000', NULL);
61
+
VALUES('task_7CmwlIVi4xkMXELG', 'sch_dnozJ1bNjOqbZbVP5', 'Update Slides', 'Revise presentation slides based on latest project data', 'not_started'::public.task_status_enum, NULL, NULL, 'Waiting for final data from analytics team', clock_timestamp(), NULL, NULL);
0 commit comments