Skip to content

Use burnup data to generate burndown charts

Simon Knox requested to merge psi-burnup-burndown into master

What does this MR do?

  1. Use burnup data to generate burndown charts (if burnup_charts feature flag enabled).
  2. Add toggle to load old data. Add a boolean flag to ensure we only fetch burndown data once
  3. We now also render the charts before making the network request for both cases, which speeds up the rendering of charts

Screenshots

burnup_charts feature disabled enabled
Screen_Shot_2020-09-15_at_3.16.19_pm Screen_Shot_2020-10-01_at_3.56.52_pm

Screen_Recording_2020-09-15_at_3.18.43_pm

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • Label as security and @ mention @gitlab-com/gl-security/appsec
  • The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • Security reports checked/validated by a reviewer from the AppSec team
Edited by Simon Knox

Merge request reports