feat: implement AI checkpoint and task suggestion UI with approval flow
This commit is contained in:
@@ -24,6 +24,8 @@ export type TaskItem = {
|
||||
priority: string | null;
|
||||
assignee: string | null;
|
||||
dueDate: number | null;
|
||||
isAiSuggested: number;
|
||||
isApproved: number;
|
||||
projectName: string | null;
|
||||
clientName: string | null;
|
||||
subClientName: string | null;
|
||||
|
||||
Reference in New Issue
Block a user