Add progress changes to activity
What does this MR do and why?
Display progress changes in System Notes
reference: #386868 (closed)
Screenshots or screen recordings
Screenshots are required for UI changes, and strongly recommended for all other merge requests.

How to set up and validate locally
- Open rails console by running
bin/rails consolewithin GDK directory. - Enable the feature flag
:hierarchy_db_restrictionson a project;Feature.enable(:hierarchy_db_restrictions). - Enable the feature flag
:okrs_mvcon the same project;Feature.enable(:okrs_mvc). - Visit issues list page for the project by navigating to
http://gdk.test:3000/gitlab-org/gitlab-test/-/issues. - Create an objective by clicking on dropdown button next to
New issueand selectingNew objectivefrom the dropdown. - Once objective is created, click on it to visit its Work Item page, you should be able to see Tree View below the description.
- Use
Adddropdown button create/add key results. 1.Try changing the progress for the Objective and you should see the relevant change in the activity timeline below - Click on any KR to go to it's page and repeat the step
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.