26 lines
509 B
JSON
26 lines
509 B
JSON
[
|
|
{
|
|
"id": "1",
|
|
"content": "创建通知数据库表和RLS策略",
|
|
"status": "completed",
|
|
"priority": "high"
|
|
},
|
|
{
|
|
"id": "2",
|
|
"content": "创建通知组件和通知中心",
|
|
"status": "in_progress",
|
|
"priority": "high"
|
|
},
|
|
{
|
|
"id": "3",
|
|
"content": "在流程节点完成时发送通知",
|
|
"status": "pending",
|
|
"priority": "high"
|
|
},
|
|
{
|
|
"id": "4",
|
|
"content": "在Dashboard添加通知入口",
|
|
"status": "pending",
|
|
"priority": "medium"
|
|
}
|
|
] |