Skip to content

Commit

Permalink
Refactor: firestore tasks collection model (#33)
Browse files Browse the repository at this point in the history
* refactor: firestore tasks collection model

Include GitHub issue details in the Firestore task collection model

* refactor docs: removed assigneeRdsInfo from model

* refactor: add GitHub issue status values
  • Loading branch information
bharati-21 authored Apr 24, 2023
1 parent 2b68584 commit 4957857
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions tasks/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
}
}
```
```

0 comments on commit 4957857

Please sign in to comment.