Skip to content

Draft: Remove duplicated rolledup dates services

What does this MR do and why?

Remove duplicated rolledup dates services

While creating the work items rolledup dates widget, we end up creating two way to rolled up the dates:

  • WorkItems::Widgets::RolledupDatesService::HierarchyUpdateService
    • Updates only one WorkItem hierarchy tree at once
  • WorkItems::Widgets::RolledupDatesService::HierarchiesUpdateService
    • Updates multiple WorkItems hierarchies tree at once

Now, with more knowledge about this feature, we noticed we don't need these duplicated services, therefore we'll keep only the multiple hierarchies update version, since it can do both.

Related to: #478300

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Before After

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

Merge request reports