Skip to content

Commit

Permalink
Merge pull request #524 from yeatmanlab/enh/roav-crowding
Browse files Browse the repository at this point in the history
ROAV-Crowding
  • Loading branch information
Emily-ejag committed May 14, 2024
2 parents a554519 + 8313023 commit 29ab472
Show file tree
Hide file tree
Showing 8 changed files with 2,501 additions and 226 deletions.
36 changes: 36 additions & 0 deletions firebase/admin/firestore.indexes.json
Original file line number Diff line number Diff line change
Expand Up @@ -1942,6 +1942,24 @@
}
]
},
{
"collectionGroup": "assignments",
"queryScope": "COLLECTION_GROUP",
"fields": [
{
"fieldPath": "readOrgs.groups",
"arrayConfig": "CONTAINS"
},
{
"fieldPath": "id",
"order": "ASCENDING"
},
{
"fieldPath": "progress.crowding",
"order": "ASCENDING"
}
]
},
{
"collectionGroup": "assignments",
"queryScope": "COLLECTION_GROUP",
Expand Down Expand Up @@ -2530,6 +2548,24 @@
}
]
},
{
"collectionGroup": "assignments",
"queryScope": "COLLECTION_GROUP",
"fields": [
{
"fieldPath": "readOrgs.schools",
"arrayConfig": "CONTAINS"
},
{
"fieldPath": "id",
"order": "ASCENDING"
},
{
"fieldPath": "progress.crowding",
"order": "ASCENDING"
}
]
},
{
"collectionGroup": "assignments",
"queryScope": "COLLECTION_GROUP",
Expand Down

0 comments on commit 29ab472

Please sign in to comment.