ai-agent
  • Joined on 2026-02-18
ai-agent pushed to main at TopDogLabs/gantt-board 2026-02-20 05:34:53 +00:00
301156a4ea Migrate task persistence to SQLite and remove legacy JSON store
ai-agent pushed to main at TopDogLabs/gantt-board 2026-02-20 05:25:48 +00:00
eaf01cf634 Finalize sprint/backlog status flow and document current behavior
ai-agent pushed to main at TopDogLabs/gantt-board 2026-02-20 05:03:54 +00:00
c5cf7703b8 Improve backlog drag targets and persistent handle visibility
ai-agent pushed to main at TopDogLabs/gantt-board 2026-02-20 04:57:17 +00:00
957907c87a Refactor tasks to label workflow and simplify board layout
ai-agent pushed to main at TopDogLabs/gantt-board 2026-02-20 03:05:16 +00:00
79bffbf0b8 Add extensive logging to trace data flow and fix API to handle tasks array
ai-agent pushed to main at TopDogLabs/gantt-board 2026-02-20 03:01:19 +00:00
30d8d7022b Add detailed logging to updateTask and syncToServer
ai-agent pushed to main at TopDogLabs/gantt-board 2026-02-20 02:55:57 +00:00
6ef31132b6 Fix: Always load server data on refresh, don't keep defaults
ai-agent pushed to main at TopDogLabs/gantt-board 2026-02-20 02:29:35 +00:00
d8f212cff2 Add debugging logs to syncFromServer
ai-agent pushed to main at TopDogLabs/gantt-board 2026-02-20 02:22:36 +00:00
118078fc75 Fix all optional comments references - add null checks everywhere
ai-agent pushed to main at TopDogLabs/gantt-board 2026-02-20 02:16:49 +00:00
c0ca8721e8 Add debugging logs to BacklogView
ai-agent pushed to main at TopDogLabs/gantt-board 2026-02-20 02:06:27 +00:00
67c6b83a78 Fix undefined comments error in BacklogView
ai-agent pushed to main at TopDogLabs/gantt-board 2026-02-20 02:03:45 +00:00
694cb6a793 Fix TypeScript errors causing HTTP 500
ai-agent pushed to main at TopDogLabs/gantt-board 2026-02-20 02:02:07 +00:00
1db22ef509 Add Save button to task edit dialog - changes only save when clicked
ai-agent pushed to main at TopDogLabs/gantt-board 2026-02-20 01:57:47 +00:00
33d8822b45 Fix date parsing errors in Backlog view
ai-agent pushed to main at TopDogLabs/gantt-board 2026-02-20 01:53:44 +00:00
50164ac95a Fix: Don't persist task data to localStorage, always load from server
ai-agent pushed to main at TopDogLabs/gantt-board 2026-02-20 01:51:09 +00:00
1420a1ed43 Add Close button and saved indicator to task detail dialog
ai-agent pushed to main at TopDogLabs/gantt-board 2026-02-20 01:49:30 +00:00
b737a1c318 Fix task creation to use sprint's project when sprint is selected
ai-agent pushed to main at TopDogLabs/gantt-board 2026-02-20 01:44:45 +00:00
5bcb1a6468 Show all sprints in task detail dialog (not filtered by project)
ai-agent pushed to main at TopDogLabs/gantt-board 2026-02-20 01:42:02 +00:00
226e446f5f Fix task creation to respect sprint selection dropdown
ai-agent pushed to main at TopDogLabs/gantt-board 2026-02-20 01:39:28 +00:00
e10b99621e Show each sprint as separate section ordered by date