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

Complete Order Page: Implement Per Ticket Download #5623

Closed
mariobehling opened this issue Nov 14, 2020 · 4 comments · Fixed by #5806 or #5732
Closed

Complete Order Page: Implement Per Ticket Download #5623

mariobehling opened this issue Nov 14, 2020 · 4 comments · Fixed by #5806 or #5732

Comments

@mariobehling
Copy link
Member

mariobehling commented Nov 14, 2020

The complete order page currently shows a button "Download Tickets" for all tickets in an order. This is useful for many cases. However it might be difficult if e.g. a company representative gets tickets for a number of people and then wants to send them their specific ticket or if we want to share rights to access (permissions to) a specific ticket to another account in future.

Therefore please implement a per ticket download additionally to the "Download Tickets" (which downloads all tickets of an order).

Implement this as follows:

  • In the "Order Summary SUCCESS" box add a column "Download Tickets" on the very right of the table
  • Show a button Download for each ticket (If there are several tickets sold, we need several download buttons)
  • Each download button should consist of two areas
    • a) an icon "Ticket" and
    • b) the name of the ticket holder.
  • If there is more than one ticket in the ticket type then show several buttons with a Ticket icon and the name of the ticket holder. Example: The quantity of tickets sold is - two "Community Tickets", then show two Download buttons with a Ticket icon and the name of the ticket holder.
  • Finally change the existing "Download Tickets" button to "All Tickets"

Screenshot from 2020-11-13 22-29-04

@iamareebjamal
Copy link
Member

Blocked on fossasia/open-event-server#7397

@mariobehling
Copy link
Member Author

To be tested:

  • When resolving resolving this issue, please check if the attendee information for different tickets and attendees shows up correctly here in the box "Ticket Holder's Information".

@divyamtayal
Copy link
Member

divyamtayal commented Nov 15, 2020

I am working on this.
I think after the server side is completed I will come back to this issue

@divyamtayal
Copy link
Member

I am working on this now

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment