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

Modify Stores to work with Search and Checkin #19

Open
Sak1012 opened this issue Nov 11, 2024 · 0 comments
Open

Modify Stores to work with Search and Checkin #19

Sak1012 opened this issue Nov 11, 2024 · 0 comments

Comments

@Sak1012
Copy link
Member

Sak1012 commented Nov 11, 2024

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 in processEventyayCheckIn.js takes the secret(ticket code) directly from the QR
  • The printBadge() function is called when "Generate Badge is clicked in EventyayEventCheckIn.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 from EventyaySearchCheckIn.vue
  • The BadgePrintPreview.vue has to be used in EventyaySearchCheckIn.vue similar to the way it is used in EventyayEventCheckIn.vue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant