Skip to content

Commit

Permalink
Merge pull request #28 from sahsisunny/add/is-collapsed
Browse files Browse the repository at this point in the history
Add isCollapsed boolean property
  • Loading branch information
ankushdharkar authored Apr 8, 2023
2 parents 1b57fef + 9ebe8ff commit 2b68584
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 3 additions & 2 deletions contributions/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@
img: string,
username: string
}],
isNoteworthy: boolean
isNoteworthy: boolean,
isCollapsed: boolean
},
prList: [{
title: string,
Expand All @@ -58,4 +59,4 @@
}
}
```
```
1 change: 1 addition & 0 deletions tasks/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ Firestore Tasks collection data model
dinero: number
},
isNoteworthy: boolean,
isCollapsed: boolean,
createdBy: string,
assignee: string,
participants: [userId, userId]
Expand Down

0 comments on commit 2b68584

Please sign in to comment.