Skip to content

Draft: Add time tracking to work items

Coung Ngo requested to merge 339759-add-time-tracking into master

What does this MR do and why?

This MR adds the time tracking widget UI to work items. No backend API calls are made since backend work is in progress, so time entries are not persisted.

Future MRs will add ability to persist time tracking entries, and edit and delete existing entries.

Behind feature flag work_items_mvc_2 default disabled, so no changelog required.

Issue: #339759 (closed)

Screenshots or screen recordings

Screen_Recording_2023-01-27_at_1.25.40_pm

How to set up and validate locally

  1. In rails console enable the experiment fully
    Feature.enable(:work_items_mvc_2)
  2. Create a task in an issue and open it
  3. Test the time tracking widget

MR acceptance checklist

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

Related to #339759 (closed)

Edited by Coung Ngo

Merge request reports