-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Description
In order for the Search and Checkin page to work properly the processEventyayCheckIn.js
and BadgePrintPreview.vue
requires a few changes.
Current Implementation:
- The
checkIn()
function inprocessEventyayCheckIn.js
takes the secret(ticket code) directly from the QR - The
printBadge()
function is called when "Generate Badge is clicked inEventyayEventCheckIn.vue
Modification
- The
checkIn()
function must be modified to accept parameters so that both QR scan and the Search feature can access it - The
printBadge()
function has too be called with the badge URL fromEventyaySearchCheckIn.vue
- The
BadgePrintPreview.vue
has to be used inEventyaySearchCheckIn.vue
similar to the way it is used inEventyayEventCheckIn.vue
Metadata
Metadata
Assignees
Labels
No labels