When getting entries by group across multiple dates, we don't want the response to be a jumbled list including entries from all the users in that group.
Instead the response should be something like:
[
user1: [{entry1},
{entry2}]
user2: [{entry1},
{entry2}]
]
Note that this is not necessary for a query of a group's entries for just one date
When getting entries by group across multiple dates, we don't want the response to be a jumbled list including entries from all the users in that group.
Instead the response should be something like:
[
user1: [{entry1},
{entry2}]
user2: [{entry1},
{entry2}]
]
Note that this is not necessary for a query of a group's entries for just one date