Skip to content

Cycle analytics: events per stage

Description

We've shipped Cycle Analytics in 8.12 and we are going to make it better. It would be great to display all the events for each of the stage of Cycle analytics for a project.

Specification

The "events" per stage stay the same as previously defined.

  • Issue: list of issues created in the last XX days, that have been labeled or added to a milestone.
  • Plan: list of commits that reference for the fist time an issue from the last stage.
  • Code: list of MR created in this stage
  • Test: List of unique builds triggered by the commits.
  • Review: List of MR merged
  • Staging: List of deployed builds
  • Production: list of issues with the time from idea to production

Design

Issue

cycle-analytics--issue

Plan

cycle-analytics--plan

Code

cycle-analytics--code

Test

cycle-analytics--test

Review

cycle-analytics--review

Staging

cycle-analytics--staging

Production

cycle-analytics--production

Issue

issue

Plan

plan

Code

code

Test

test

Review

review

Staging

staging

Production

production

Tooltip pattern

cycle-analytics--tooltips