eventyay-tickets
eventyay-tickets copied to clipboard
https://tickets.eventyay.com
This PR adds CheckinAPI to the eventyay-tickets component that can be used by open-event-checkin to perform checkin Example Request >POST `http://localhost:8000/api/v1/organizers/admin/checkinrpc/redeem/` Request body ```json { "secret": "r7zxu7b65p38929a4da25hr6u39e29uu", "source_type": "barcode", "lists":["1","2"],...
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.24.9 to 7.25.8. Release notes Sourced from @babel/core's releases. v7.25.8 (2024-10-10) :bug: Bug Fix babel-core #16888 Restore public API of resolvePlugin/resolvePreset (@nicolo-ribaudo) :house: Internal babel-parser, babel-plugin-proposal-async-do-expressions, babel-plugin-proposal-destructuring-private,...
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.24.8 to 7.25.8. Release notes Sourced from @babel/preset-env's releases. v7.25.8 (2024-10-10) :bug: Bug Fix babel-core #16888 Restore public API of resolvePlugin/resolvePreset (@nicolo-ribaudo) :house: Internal babel-parser, babel-plugin-proposal-async-do-expressions, babel-plugin-proposal-destructuring-private,...
The organiser profile should be available from the organiser menu at "Billing Settings" at slug /profile, e.g. https://app-test.eventyay.com/tickets/control/event/conferenceorganiser/profile/ This URL currently shows an internal server error. If the feature is...
Updates the requirements on [sphinx](https://github.com/sphinx-doc/sphinx) to permit the latest version. Release notes Sourced from sphinx's releases. Sphinx 8.1.0 Changelog: https://www.sphinx-doc.org/en/master/changes.html Changelog Sourced from sphinx's changelog. Release 8.1.0 (released Oct 10,...
Currently there is no process to onboard organisers. Add an onboarding page at /signup Also implement linked basic pages with heading at /pricing /privacy /terms Find the onboarding form below....
**eventyay-common:** The system currently does not have a pricing structure for the event, e.g. 2.5% for tickets sold. Discuss the pricing structure with the team and implement it. Provide options...
eventyay-common: The ticket system already has a voucher system for tickets of an event. Implement the same kind of functionality a) for a voucher per event and b) for all...
Currently the system does not have an account system stating the current account debt or surplus, invoices and fee overview in eventyay-common. Implement a system based on the following FAQ....
This PR related to issue https://github.com/fossasia/eventyay-video/issues/240 Improve access logic and URL structure It implement point 2 + 3 of the issue (point 1 is implemented by update nginx) New button...