thomasweld / ticket_win

1 stars 1 forks source link

Free Event Dashboard #23

Open thomasweld opened 9 years ago

thomasweld commented 9 years ago

emails + rsvps / tickets "sold" available in a dashboard and for download for free events

thomasweld commented 9 years ago

@akshayrajj - When creating an event, the user / event manager can choose whether or not to have a paid event or a free event. If the user creates a free event, they want to collect email addresses in exchange for RSVP's or tickets. We want to create a dashboard for event managers of free events so that they can see a list of how many tickets have been reserved and see a list of the email addresses associated with those tickets and be able to download a list of the emails + ticket SKUs

kyledcline commented 9 years ago

This is essentially a table summary of the event. There are two tables:

Table 1: Summary of Event

Tier name, # tickets provisioned, # of tickets sold, # of tickets pending action (held for order), total revenue for event, total fees

Table 2: Event Checkin (for sold tickets only)

Date of purchase, ticket SKU, delivery email, tier name, purchase price, checkbox for

Table 2 has two front end requirements:

1) Live updating 2) Dynamic searching by any populated field in the table