Open Sak1012 opened 3 weeks ago
In order for the Search and Checkin page to work properly the processEventyayCheckIn.js and BadgePrintPreview.vue requires a few changes.
processEventyayCheckIn.js
BadgePrintPreview.vue
Current Implementation:
checkIn()
printBadge()
EventyayEventCheckIn.vue
Modification
EventyaySearchCheckIn.vue
In order for the Search and Checkin page to work properly the
processEventyayCheckIn.js
andBadgePrintPreview.vue
requires a few changes.Current Implementation:
checkIn()
function inprocessEventyayCheckIn.js
takes the secret(ticket code) directly from the QRprintBadge()
function is called when "Generate Badge is clicked inEventyayEventCheckIn.vue
Modification
checkIn()
function must be modified to accept parameters so that both QR scan and the Search feature can access itprintBadge()
function has too be called with the badge URL fromEventyaySearchCheckIn.vue
BadgePrintPreview.vue
has to be used inEventyaySearchCheckIn.vue
similar to the way it is used inEventyayEventCheckIn.vue