Skip to content
GitLab
Next
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • GitLab GitLab
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 44,761
    • Issues 44,761
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 1,331
    • Merge requests 1,331
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Metrics
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • GitLab.orgGitLab.org
  • GitLabGitLab
  • Issues
  • #204994
Closed
Open
Issue created Feb 11, 2020 by Keanon O'Keefe@kokeefe🚀Contributor

Filter Roadmap view by set dates instead of infinite horizontal scrolling [Iteration 1]

Problem to solve

Parker: When reporting on my team's progress, I want to view my team's planned work from from a high level down to a very granular view so that I can craft the right view for the right audience.

Per discussions in #6802 (closed) and #12887 (closed), to resolve current performance issues and concerns we should limit the Roadmap view to a set of Dates provided by the user, rather than an infinite scrolling timeline showing all epics and milestones.

Benefits:

  • Reduce scrolling interactions when possible
  • Reduce loading times on scroll
  • Reduce number of extraneous epics loaded into roadmap

MVC solution

Add a datepicker with 3 options (for MVC):
  • This quarter (the current fiscal quarter the user is in) This is the default option.
  • This year (the current year the user is in)
  • Within 3 years (today's date - 1.5 years and + 1.5 years)
Date picker Default view
View options
  • When the time range is This quarter, the roadmap is segmented by Weeks and there is no other option available for MVC
  • When the time range is This year, the views available are Months and Weeks
  • When the time range is Within 3 years the views available are Quarters Months, and Weeks

Ranges

Available views by resolution
  • For MVC, there are 6 ways the user can segment their roadmap for MVC
1 quarter/week 1 year/month 1 year/week 3 years/quarter 3 years/month 3 years/week
image image image image image image

This page may contain information related to upcoming products, features and functionality. It is important to note that the information presented is for informational purposes only, so please do not rely on the information for purchasing or planning purposes. Just like with all projects, the items mentioned on the page are subject to change or delay, and the development, release, and timing of any products, features, or functionality remain at the sole discretion of GitLab Inc.

Edited Nov 08, 2021 by 🤖 GitLab Bot 🤖
Assignee
Assign to
Time tracking