Skip to content

Organize entries by userID in response when getting entries by group #37

@RobertWetzler

Description

@RobertWetzler

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    backendInvolves the Spring backendenhancementNew feature or request

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions