## Summary
- Backend: DELETE endpoint for cancelling RSVPs via guestToken
- Frontend: Cancel button in RsvpBar, clears local storage on success
- Full test coverage: unit tests, integration tests, and E2E spec
## Test plan
- [ ] Backend integration tests pass (cancel existing RSVP, 404 for unknown token)
- [ ] Frontend unit tests pass
- [ ] E2E cancel-rsvp spec passes
- [ ] Manual: RSVP to event, then cancel — confirm UI resets to allow new RSVP
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Allows guests to cancel their RSVP via a DELETE endpoint using their
guestToken. Frontend shows cancel button in RsvpBar and clears local
storage on success. Includes unit tests, integration tests, and E2E spec.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
nitrix
merged commit 7ab9068c14 into master2026-03-12 17:49:34 +01:00
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Summary
Test plan
🤖 Generated with Claude Code