Skip to content

Fixed summary data for closed iterations

Simon Knox requested to merge psi-iteration-summary-fixed into master

What does this MR do?

FE for #233707 (closed)

Change iterations summary query to use report.stats, which means the values are fixed once the iteration is closed.

  1. Move iteration_report_summary.vue => iteration_report_summary_open.vue, still uses the old query
  2. Create iteration_report_summary_closed.vue for closed iterations, uses the new report.stats query
  3. Add shared iteration_report_summary_cards template to render cards for each of the above 2 items
  4. Conditionally render open/closed component based on iteration.state

Doesn't do the following:

Leaving those two tasks for followup issue as I need resolve some iteration/burnup dependencies

Screenshots (strongly suggested)

before after
Screen_Shot_2020-11-17_at_10.28.02_pm Screen_Shot_2020-11-17_at_10.27.02_pm

Does this MR meet the acceptance criteria?

Conformity

Edited by Simon Knox

Merge request reports