Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ticket Request logical delete + CSV generation #176

Merged
merged 8 commits into from
May 18, 2024

Conversation

kigster
Copy link
Collaborator

@kigster kigster commented May 17, 2024

Description

  • Added the gem paranoia so that we logically delete TicketRequests, not physically
  • Extracted CSV generation to TicketRequest class methods with passing specs
  • Added specs to the #destroy action of the TicketRequestController — still failing.
  • Handing adult and kid guests
  • Fixing style sizes on different screens
  • Fixing the Cancel My Ticket Request
  • Showing Payment button only afte all guests are filled out
  • Properly showing error messages on some redirects
  • Bump version
  • Upgraded gems
  • Changed ticket request form to have max limits match the server

@kigster kigster self-assigned this May 17, 2024
@kigster kigster force-pushed the kig/fix-csv-and-ticket-request-delete branch from 3bf538e to c0207bf Compare May 17, 2024 00:37
kigster added 7 commits May 18, 2024 09:15
 * Handing adult and kid guests
 * Fixing style sizes on different screens
 * Fixing the Cancel My Ticket Request
 * Showing Payment button only afte all guests are filled out
 * Properly showing error messages on some redirects
@kigster kigster merged commit d19ed0f into main May 18, 2024
3 checks passed
@kigster kigster deleted the kig/fix-csv-and-ticket-request-delete branch May 18, 2024 20:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Ticket requesters cannot delete their own ticket requests Modify the Guest List CSV
1 participant