Commit graph

17 commits

Author SHA1 Message Date
1d20377ee6
Add function for Erding Event
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2024-06-14 00:44:28 +02:00
8206d16be0
feat(view): add view and backend for regulars tables
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/tag/woodpecker Pipeline was successful
2024-05-26 01:14:46 +02:00
5e2fc7f87b
fix(get-attendies): get all orders from pretix
Pretix paginates if there are over 50 orders in one request, request the following orders
2024-03-10 13:05:39 +01:00
123f9c5957
feat(display-attendies): save in db
The waiting list is now saved in the db because before doing so the wating list was calculated on each request on the ui AFTER getting only the attendies that allowed the display which leads to false results. And it is now possible to get if an attendie is on the waiting list even if we only want do get one attendie via the API
2024-03-09 20:19:11 +01:00
0965f9e115
feat(display-attendies): split list
Split up suiter list in attendies and suiterWaitingList

and added localization with goi18n, btw
2024-03-03 22:55:50 +01:00
5c69c91c4e
feat(display-attendies): new function for role-product 2024-02-25 18:54:49 +01:00
cdd5e74693
feat(display-attendies): finish getting public attendies as JSON 2024-02-24 11:40:11 +01:00
411d51122a
feat(display-attendies): Begin fuction to get attendies
Begin writing the function to get the attendies in an array from the pretix json
2024-02-22 21:58:42 +01:00
5b247d39a3
feat(display-attendies): add seeder 2024-02-22 18:57:50 +01:00
459ccba0e8
feat(display-attendies): create CRUD routes for role 2024-02-22 15:11:59 +01:00
78968c7199
feat(pretix-webook): Add webhook route, db-entity 2024-02-19 21:51:27 +01:00
407deace22
FEATURE: Add Route for Public Event Info 2023-11-26 20:59:07 +01:00
f814888f1e
Add login route 2023-11-19 16:37:52 +01:00
525bfc59d2
Return JWT at user creation 2023-11-19 11:32:57 +01:00
82b335c8cb
Method to createUsers, beginning og JWTMiddleware 2023-11-18 11:03:26 +01:00
b6d19f9109
Use seperate ApiKey from the Pretix one 2023-10-17 15:57:57 +02:00
ae014d1950
Initial Commit :3 2023-10-16 21:28:25 +02:00