gantt-board/scripts/examples/task-full.json

67 lines
2.2 KiB
JSON

[
{
"title": "Implement user authentication",
"description": "Add OAuth2-based authentication with Google and GitHub providers. Include JWT token handling and refresh token mechanism.",
"type": "task",
"status": "todo",
"priority": "high",
"project": "Gantt Board",
"sprint": "current",
"assignee": "Max",
"due_date": "2026-03-01",
"tags": ["auth", "security", "backend"],
"comments": "Initial research completed. Ready to implement."
},
{
"title": "Fix drag-and-drop performance",
"description": "Tasks stutter when dragging in the Gantt board with >50 items. Need to optimize rendering and use virtual scrolling.",
"type": "bug",
"status": "open",
"priority": "urgent",
"project": "Gantt Board",
"sprint": "current",
"assignee": "Max",
"due_date": "2026-02-28",
"tags": ["performance", "ui", "frontend"],
"comments": "Reported by multiple users. Priority fix needed."
},
{
"title": "Evaluate React Query vs SWR",
"description": "Compare React Query and SWR for data fetching. Document pros/cons and migration path.",
"type": "research",
"status": "open",
"priority": "medium",
"project": "Gantt Board",
"sprint": "current",
"assignee": "Matt",
"due_date": "2026-03-05",
"tags": ["research", "architecture"],
"comments": "Part of the Q1 tech stack review."
},
{
"title": "Q2 roadmap planning",
"description": "Create detailed roadmap for Q2 including milestones, resource allocation, and key deliverables.",
"type": "plan",
"status": "todo",
"priority": "high",
"project": "Gantt Board",
"sprint": "current",
"assignee": "Max",
"due_date": "2026-03-10",
"tags": ["planning", "roadmap"],
"comments": "Due before end of Q1 review meeting."
},
{
"title": "Dark mode theme",
"description": "Implement dark mode toggle with proper contrast ratios and system preference detection.",
"type": "idea",
"status": "open",
"priority": "low",
"project": "Gantt Board",
"sprint": "",
"assignee": "Matt",
"tags": ["ui", "ux", "feature"],
"comments": "Nice to have feature for accessibility."
}
]