MyWorkTime/example-data.json
2025-07-28 01:04:18 +08:00

88 lines
2.2 KiB
JSON

{
"tasks": [
{
"id": 1703123456789,
"text": "分析用户需求文档",
"projectId": "project-1",
"type": "requirement",
"completed": false,
"priority": "high",
"startTime": "2023-12-20T09:00",
"endTime": "2023-12-20T11:00",
"timerRunning": false,
"timerStartTime": null,
"timerDuration": null,
"createdAt": "2023-12-20T09:00:00.000Z",
"editing": false
},
{
"id": 1703123456790,
"text": "编写API接口文档",
"projectId": "project-1",
"type": "documentation",
"completed": true,
"priority": "medium",
"startTime": "2023-12-20T14:00",
"endTime": "2023-12-20T17:00",
"timerRunning": false,
"timerStartTime": null,
"timerDuration": null,
"createdAt": "2023-12-20T14:00:00.000Z",
"editing": false
},
{
"id": 1703123456791,
"text": "实现用户登录功能",
"projectId": "project-1",
"type": "development",
"completed": false,
"priority": "high",
"startTime": null,
"endTime": null,
"timerRunning": false,
"timerStartTime": null,
"timerDuration": 3600,
"createdAt": "2023-12-20T10:00:00.000Z",
"editing": false
},
{
"id": 1703123456792,
"text": "进行单元测试",
"projectId": "project-2",
"type": "testing",
"completed": true,
"priority": "medium",
"startTime": null,
"endTime": null,
"timerRunning": false,
"timerStartTime": null,
"timerDuration": 1800,
"createdAt": "2023-12-20T15:00:00.000Z",
"editing": false
},
{
"id": 1703123456793,
"text": "部署到生产环境",
"projectId": "project-2",
"type": "operation",
"completed": false,
"priority": "low",
"startTime": null,
"endTime": null,
"timerRunning": false,
"timerStartTime": null,
"timerDuration": null,
"createdAt": "2023-12-20T16:00:00.000Z",
"editing": false
}
],
"projects": [
{
"id": "SPMS",
"name": "SPMS项目",
"createdAt": "2023-12-18T10:00:00.000Z"
}
],
"exportDate": "2023-12-20T16:30:00.000Z",
"version": "1.0.0"
}