Skip to content

Use iteration dates as primary display attribute

euko requested to merge 349612-deemphasize-iteration-title into master

What does this MR do and why?

We are going to use iterations dates as the primary display attributes over title as users often think of iterations in terms of their dates. Title is also going to be an optional attribute and we will gray out the title attribute to give it less prominence. #349612 (closed)

How to validate and screenshots

Check out the following places with and without the FF :iteration_cadences.

- The iteration cadence list page
- The iteration show page

Before vs After for iterations lists/show

With :iteration_cadences FF enabled:

Location Before After
Iteration cadences image image (note the absence of titles)
Iteration (show) image image

with :iteration_cadences FF disabled:

Location Before After
Iteration cadences Screen_Shot_2022-01-26_at_6.25.48_PM Screen_Shot_2022-01-26_at_6.26.15_PM
Iteration (show) Screen_Shot_2022-01-26_at_6.27.18_PM Screen_Shot_2022-01-26_at_6.26.38_PM

Before vs After for board and issues list filtered search

Visit any board or issues list and use the filtered search for iterations AFTER enabling the below FFs:

Feature.enable(:issue_boards_filtered_search)
Feature.enable(:vue_issues_list)

:iteration_cadences FF do not affect the next changes:

Location Before After
Board Filtered Search (requires FF :issue_boards_filtered_search) Screen_Shot_2022-01-26_at_6.09.35_PM Screen_Shot_2022-01-26_at_6.06.30_PM
Issues List Filtered Search (requires FF :vue_issues_list) Screen_Shot_2022-01-26_at_6.14.13_PM Screen_Shot_2022-01-26_at_6.14.57_PM

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by euko

Merge request reports