Skip to content

Barmen statistics #389

@corentingiraud

Description

@corentingiraud

Is your feature request related to a problem? Please describe.
Application doesn't provide any stats on barmen services

Describe the solution you'd like
A simple endpoint GET /api/v1/barmen/:id/statistics with the following response body:

{
  hoursOfService: number;
  barmenWhichSpendTheMostTimeWith: {
    barman: Barman;
    nbHours: number;
  }[];
  barmenWhichSpendTheLessTimeWith: {
    barman: Barman;
    nbHours: number;
  }[];
}

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions