Skip to content

✨ Deleting a recurring someday event, should delete the entire series #1162

@victor-enogwe

Description

@victor-enogwe

Title

✨ Deleting a recurring someday event, should delete the entire series

Description

Currently, when deleting a recurring "someday" event in Compass, deleting one occurrence does not delete the entire series. We want the entire series to be deleted if one of the someday events is deleted.

Scope

  • Alter the RecurringEventUpdateScope sent in the request payload to ensure deletion targets the entire series, not just a single occurrence.
  • Add/adjust relevant tests to verify that deleting any instance of the series removes all related occurrences.

Acceptance criteria

  • When a user deletes any occurrence of a recurring "someday" event, the entire series is deleted from the calendar.
  • No orphaned or residual events should remain after deletion.
  • Tests verify that deleting any event in a series removes all recurrences.

Business use case

Users expect a consistent and predictable experience when managing recurring events. Being able to delete an entire recurring series with a single action enhances usability and prevents clutter or confusion in the calendar.

Additional context

Metadata

Metadata

Assignees

Labels

webFrontend/web related issue

Projects

Status

Done

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions