Skip to content

Adding reminder timestamp to Work Item Progresses

Darby Frey requested to merge add-reminder-notification-timestamp into master

What does this MR do and why?

This MR adds a last_reminder_sent_at column to the work_item_progresses table. This column will used to ensure OKR checkin notifications aren't delivered too frequently. This change is related to the https://gitlab.com/gitlab-org/incubation-engineering/okr/meta/-/issues/19+ feature.

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.

MR acceptance checklist

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

Merge request reports