Add events tracking to to-dos snoozing feature
What does this MR do and why?
Add events tracking to to-dos snoozing feature
Defines some events to be tracked when interacting with the to-dos snoozing feature.
Tracked events
Action | Event action | Event label |
---|---|---|
User clicks on the For one hour snooze option |
click_todo_item_action |
snooze_for_one_hour |
User clicks on the Until later today snooze option |
click_todo_item_action |
snooze_until_later_today |
User clicks on the Until tomorrow snooze option |
click_todo_item_action |
snooze_until_tomorrow |
User clicks on the Remove snooze button |
click_todo_item_action |
remove_snooze |
References
Please include cross links to any resources that are relevant to this MR. This will give reviewers and future readers helpful context to give an efficient review of the changes introduced.
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.
How to set up and validate locally
- Setup Snowplow debugging locally: https://docs.gitlab.com/ee/development/internal_analytics/internal_event_instrumentation/local_setup_and_debugging.html.
- Perform the aforementioned actions.
Related to #17712
Edited by Paul Gascou-Vaillancourt