Make expiryDate an internal concern, auto-set to event date + 7 days #25

Merged
nitrix merged 1 commits from auto-expiry-date into master 2026-03-09 21:33:43 +01:00
Owner

Summary

  • Remove expiryDate from the public API (OpenAPI spec, create request, frontend form)
  • Backend auto-calculates expiry as eventDate + 7 days in the service layer
  • Clean up all related frontend/backend tests (~400 lines removed)

Test plan

  • Backend unit + integration tests pass
  • Frontend unit + E2E tests pass
  • Creating an event no longer requires/shows expiry date field

🤖 Generated with Claude Code

## Summary - Remove `expiryDate` from the public API (OpenAPI spec, create request, frontend form) - Backend auto-calculates expiry as `eventDate + 7 days` in the service layer - Clean up all related frontend/backend tests (~400 lines removed) ## Test plan - [ ] Backend unit + integration tests pass - [ ] Frontend unit + E2E tests pass - [ ] Creating an event no longer requires/shows expiry date field 🤖 Generated with [Claude Code](https://claude.com/claude-code)
nitrix added 1 commit 2026-03-09 21:30:07 +01:00
Make expiryDate an internal concern, auto-set to event date + 7 days
All checks were successful
CI / backend-test (push) Successful in 58s
CI / frontend-test (push) Successful in 23s
CI / frontend-e2e (push) Successful in 1m12s
CI / build-and-publish (push) Has been skipped
0441ca0c33
The expiry date is no longer user-facing: it is removed from the API
(request and response) and the frontend. The backend now automatically
calculates it as the event date plus 7 days. The expired banner and
RSVP-bar filtering by expired status are also removed from the UI,
since expiry is purely an internal data-retention mechanism.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
nitrix merged commit 2a6a658df9 into master 2026-03-09 21:33:43 +01:00
nitrix deleted branch auto-expiry-date 2026-03-09 21:33:43 +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#25