We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: