Opened 10 years ago
Closed 10 years ago
#595 closed enhancement (maybelater)
Remind unconfirmed attendees to complete their registration
Reported by: | nvwd | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Component: | WordCamp Site & Plugins | Keywords: | has-patch |
Cc: |
Description
When multiple tickets are purchased, only the first will have complete data. Each additional ticket will not be completed. Send reminders for these non-completed/unconfirmed attendee tickets.
Attachments (2)
Change History (4)
Note: See
TracTickets for help on using
tickets.
I spent some time building on what @nvwd did in
559.patch
, but eventually realized that therequire-login
addon is fighting against some inherent design decisions in CampTix, and we're just digging ourselves deeper in that hole by adding this on to it.So, I gave up on merging this and instead used parts of it to write some quick bin scripts that served our immediate needs well enough.
What we should really do at some point is refactor CampTix to decouple the ticket buyer from the ticket holder, decouple the ticket itself from the attendee, and support many-to-one relationships between tickets and attendees. Once that's done, we'll be in a much better position to revisit this.