Skip to content

Modify Stores to work with Search and Checkin #19

@Sak1012

Description

@Sak1012

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions