Add cancel RSVP feature #35

Merged
nitrix merged 1 commits from 014-cancel-rsvp into master 2026-03-12 17:49:34 +01:00
Owner

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

## 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)
nitrix added 1 commit 2026-03-12 17:46:07 +01:00
Add cancel RSVP feature (backend DELETE endpoint + frontend UI)
All checks were successful
CI / backend-test (push) Successful in 59s
CI / frontend-test (push) Successful in 24s
CI / frontend-e2e (push) Successful in 1m18s
CI / build-and-publish (push) Has been skipped
41bb17d5c9
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 master 2026-03-12 17:49:34 +01:00
nitrix deleted branch 014-cancel-rsvp 2026-03-12 17:49:35 +01:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: nitrix/fete#35