Skip to content

Data endpoint for tasks by type chart

Adam Hegyi requested to merge 32454-tasks-by-type-chart-backend into master

What does this MR do?

Expose a dummy API response for the tasks by type chart. This change is behind a feature flag, the second MR will contain the real query object implementation.

The feature will consists of two charts, this MR sets up the first one, a few notes:

  • Feature name: type of work analytics
  • Charts: tasks by type AND tasks by stage (not included in this MR)
  • Analytics features are EE only
  • Each feature/component should have a feature flag

Screenshots

Does this MR meet the acceptance criteria?

Conformity

Closes #32454 (closed)

Edited by Adam Hegyi

Merge request reports