-
Notifications
You must be signed in to change notification settings - Fork 50
Closed
Copy link
Description
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
RecurringEventUpdateScopesent 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
- Solution: Alter the
RecurringEventUpdateScopesent in the request payload to delete the intended event series. - See original bug report and discussion: Fix weekly recurrence in month 1087 #1095 (comment)
- Reference Compass documentation: https://docs.compasscalendar.com/docs
- Roadmap: 🏗 Compass Roadmap
Copilot
Metadata
Metadata
Assignees
Labels
webFrontend/web related issueFrontend/web related issue
Type
Projects
Status
Done