diff --git a/tasks/README.md b/tasks/README.md index 104f86c..b41a219 100644 --- a/tasks/README.md +++ b/tasks/README.md @@ -25,7 +25,15 @@ Firestore Tasks collection data model isCollapsed: boolean, createdBy: string, assignee: string, - participants: [userId, userId] + participants: [userId, userId], + github: { + issue: { + status: "closed | open", + assignee: string, + id: number, + closedAt: string + } + } } -``` \ No newline at end of file +```