Srivatsav Auswin
Srivatsav Auswin
This might be a possible solution for this issue Both of the QR codes when scanned gives a single string (From the example below) **Ticket Code :** 5uhbd49wms2fakafn5nzq7pcqpbjun2v **Lead Scanning...
This PR focuses on unifying two QR codes into one. In Open Event Checkin, the QR code will only be scanned after the device is authenticated and the event is...
I have modified it so that it now includes the eventname. The response would now look like ```json { "event": "EventName", "ticket": "5uhbd49wms2fakafn5nzq7pcqpbjun2v", "lead": "PZD97WTMFJ" } ```
Since there is no particular "event_id" for events in eventyay-tickets can `event-slug` and `organiser` be used instead, as they are unique values and by checking both of them it can...
> ``` > class Meta: > verbose_name = _("Order position") > verbose_name_plural = _("Order positions") > ordering = ("positionid", "id") > constraints = [ > # Make secrets unique only...
This feature needs to be implemented in eventyay-tickets along with modifications to the check-in api
Could you add a screen shot of the notification, also once checked it must be a pop-up that shows the attendee info with buttons to manually print the badge not...
I have added the required frontend component to select a server in the LoginForm Component #### Screen Shots ---
A "/eventyayevents" page has been added from where the events can be selected to perform checkin actions from a list of events the device has access to. This PR has...
This PR covers most of the functionalities required to integrate the Eventyay component with Open Event Checkin. I’ve also resolved the requested changes. Kindly review this.