mirror of
https://github.com/tabler/tabler.git
synced 2025-12-24 02:38:15 +04:00
316 lines
8.5 KiB
JSON
316 lines
8.5 KiB
JSON
{
|
|
"columns": [
|
|
{
|
|
"name": "Upcoming",
|
|
"tasks": [
|
|
{
|
|
"name": "Improve email marketing strategy",
|
|
"assigned_to": 5,
|
|
"due_date": "August 1, 2023",
|
|
"priority": "Medium",
|
|
"users": 1,
|
|
"users-offset": 4,
|
|
"comments": 2,
|
|
"image": "static/projects/dashboard-1.png",
|
|
"likes": 7
|
|
},
|
|
{
|
|
"name": "Develop new product video",
|
|
"assigned_to": 2,
|
|
"due_date": "July 15, 2023",
|
|
"priority": "High",
|
|
"description": "Dedicated form for a category of users that will perform actions.",
|
|
"users": 1,
|
|
"users-offset": 1,
|
|
"likes": 6
|
|
},
|
|
{
|
|
"name": "Conduct user interviews for new feature",
|
|
"assigned_to": 3,
|
|
"due_date": "June 20, 2023",
|
|
"priority": "Low",
|
|
"color": "yellow",
|
|
"favorite": true,
|
|
"comments": 4,
|
|
"likes": 34
|
|
},
|
|
{
|
|
"name": "Create social media content calendar",
|
|
"assigned_to": 6,
|
|
"due_date": "September 5, 2023",
|
|
"priority": "Medium",
|
|
"description": "Plan and schedule social media posts for Q3",
|
|
"users": 2,
|
|
"users-offset": 5,
|
|
"comments": 8,
|
|
"likes": 12
|
|
},
|
|
{
|
|
"name": "Review and update documentation",
|
|
"assigned_to": 4,
|
|
"due_date": "July 25, 2023",
|
|
"priority": "Medium",
|
|
"users": 1,
|
|
"users-offset": 3,
|
|
"comments": 5
|
|
},
|
|
{
|
|
"name": "Plan quarterly team meeting",
|
|
"assigned_to": 7,
|
|
"due_date": "August 20, 2023",
|
|
"priority": "Low",
|
|
"favorite": true,
|
|
"users": 3,
|
|
"users-offset": 8,
|
|
"likes": 9
|
|
},
|
|
{
|
|
"name": "Redesign product landing page",
|
|
"assigned_to": 8,
|
|
"due_date": "September 1, 2023",
|
|
"priority": "High",
|
|
"description": "Complete redesign based on user feedback",
|
|
"users": 2,
|
|
"users-offset": 6,
|
|
"comments": 15,
|
|
"likes": 23
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "In Progress",
|
|
"tasks": [
|
|
{
|
|
"name": "Implement new analytics tracking",
|
|
"assigned_to": 2,
|
|
"due_date": "July 1, 2023",
|
|
"priority": "Low",
|
|
"color": "green",
|
|
"comments": 11,
|
|
"subtasks": [
|
|
{
|
|
"name": "Implement new designs",
|
|
"done": true
|
|
},
|
|
{
|
|
"name": "Usability testing"
|
|
},
|
|
{
|
|
"name": "Design navigation changes"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Design new marketing campaign",
|
|
"assigned_to": 3,
|
|
"due_date": "August 15, 2023",
|
|
"priority": "High",
|
|
"description": "Dedicated form for a category of users that will perform actions.",
|
|
"starred": true,
|
|
"users": 2,
|
|
"users-offset": 7,
|
|
"comments": 6,
|
|
"likes": 11
|
|
},
|
|
{
|
|
"name": "Conduct A/B testing on landing page",
|
|
"assigned_to": 5,
|
|
"due_date": "June 30, 2023",
|
|
"priority": "Low",
|
|
"image": "static/projects/dashboard-3.png",
|
|
"comments": 11
|
|
},
|
|
{
|
|
"name": "Implement user authentication system",
|
|
"assigned_to": 9,
|
|
"due_date": "July 20, 2023",
|
|
"priority": "High",
|
|
"color": "red",
|
|
"description": "Add OAuth and JWT authentication",
|
|
"users": 3,
|
|
"users-offset": 4,
|
|
"comments": 18,
|
|
"likes": 14
|
|
},
|
|
{
|
|
"name": "Write blog post about product launch",
|
|
"assigned_to": 10,
|
|
"due_date": "August 5, 2023",
|
|
"priority": "Medium",
|
|
"users": 1,
|
|
"users-offset": 9,
|
|
"comments": 7,
|
|
"likes": 10
|
|
},
|
|
{
|
|
"name": "Update customer onboarding flow",
|
|
"assigned_to": 11,
|
|
"due_date": "July 12, 2023",
|
|
"priority": "Medium",
|
|
"starred": true,
|
|
"users": 2,
|
|
"users-offset": 2,
|
|
"comments": 12,
|
|
"likes": 8
|
|
},
|
|
{
|
|
"name": "Setup automated testing pipeline",
|
|
"assigned_to": 12,
|
|
"due_date": "August 25, 2023",
|
|
"priority": "High",
|
|
"color": "blue",
|
|
"users": 4,
|
|
"users-offset": 10,
|
|
"comments": 20,
|
|
"likes": 16,
|
|
"subtasks": [
|
|
{
|
|
"name": "Configure CI/CD",
|
|
"done": true
|
|
},
|
|
{
|
|
"name": "Write unit tests"
|
|
},
|
|
{
|
|
"name": "Setup code coverage"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Review customer support tickets",
|
|
"assigned_to": 13,
|
|
"due_date": "July 8, 2023",
|
|
"priority": "Low",
|
|
"users": 1,
|
|
"users-offset": 11,
|
|
"comments": 4
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Completed",
|
|
"tasks": [
|
|
{
|
|
"name": "Optimize website performance",
|
|
"assigned_to": 3,
|
|
"due_date": "June 15, 2023",
|
|
"priority": "Low",
|
|
"users": 1,
|
|
"users-offset": 7,
|
|
"likes": 1
|
|
},
|
|
{
|
|
"name": "Develop mobile app prototype",
|
|
"assigned_to": 5,
|
|
"due_date": "August 10, 2023",
|
|
"priority": "Medium",
|
|
"description": "This content is a little bit longer.",
|
|
"favorite": true,
|
|
"likes": 7,
|
|
"users": 5,
|
|
"subtasks": [
|
|
{
|
|
"name": "Find out the old contract documents",
|
|
"done": true
|
|
},
|
|
{
|
|
"name": "Organize meeting sales associates to understand need in detail"
|
|
},
|
|
{
|
|
"name": "Make sure to cover every small details"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Conduct user research interviews",
|
|
"assigned_to": 5,
|
|
"due_date": "July 20, 2023",
|
|
"priority": "Low",
|
|
"description": "Publishing industries for previewing layouts and visual <a href=\"#\">#family</a> 🔥",
|
|
"users": 2,
|
|
"likes": 4,
|
|
"users-offset": 10
|
|
},
|
|
{
|
|
"name": "Migrate database to new server",
|
|
"assigned_to": 14,
|
|
"due_date": "June 10, 2023",
|
|
"priority": "Medium",
|
|
"description": "Complete database migration with zero downtime",
|
|
"users": 5,
|
|
"users-offset": 12,
|
|
"comments": 25,
|
|
"likes": 18
|
|
},
|
|
{
|
|
"name": "Launch new marketing website",
|
|
"assigned_to": 15,
|
|
"due_date": "May 30, 2023",
|
|
"priority": "High",
|
|
"favorite": true,
|
|
"users": 3,
|
|
"users-offset": 14,
|
|
"comments": 30,
|
|
"likes": 45,
|
|
"image": "static/projects/dashboard-2.png"
|
|
},
|
|
{
|
|
"name": "Complete annual security audit",
|
|
"assigned_to": 16,
|
|
"due_date": "May 25, 2023",
|
|
"priority": "High",
|
|
"color": "red",
|
|
"users": 4,
|
|
"users-offset": 15,
|
|
"comments": 22,
|
|
"likes": 12
|
|
},
|
|
{
|
|
"name": "Design new company logo",
|
|
"assigned_to": 17,
|
|
"due_date": "April 15, 2023",
|
|
"priority": "Low",
|
|
"users": 2,
|
|
"users-offset": 16,
|
|
"comments": 9,
|
|
"likes": 21
|
|
},
|
|
{
|
|
"name": "Write technical documentation",
|
|
"assigned_to": 18,
|
|
"due_date": "June 5, 2023",
|
|
"priority": "Medium",
|
|
"description": "Document all API endpoints and integrations",
|
|
"users": 1,
|
|
"users-offset": 17,
|
|
"comments": 14,
|
|
"likes": 7,
|
|
"subtasks": [
|
|
{
|
|
"name": "Document REST API",
|
|
"done": true
|
|
},
|
|
{
|
|
"name": "Document GraphQL API",
|
|
"done": true
|
|
},
|
|
{
|
|
"name": "Create code examples"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Organize team building event",
|
|
"assigned_to": 19,
|
|
"due_date": "April 20, 2023",
|
|
"priority": "Low",
|
|
"favorite": true,
|
|
"users": 6,
|
|
"users-offset": 18,
|
|
"comments": 35,
|
|
"likes": 52
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |