Commit graph

25 commits

Author SHA1 Message Date
nikurasu 3fde58c143
feat(ci): add ci
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2024-05-10 08:01:17 +02:00
nikurasu 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
nikurasu 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
nikurasu bd6e60d461
fix(display-attendies): fix template 2024-03-09 05:19:51 +01:00
nikurasu be03226aa4
fix(display-attendies): fix template 2024-03-09 05:15:38 +01:00
nikurasu 151151e39e
feat(display-attendies): display restaurant 2024-03-09 05:06:13 +01:00
nikurasu 84eff374ee
fix(localization): small fixes in the localization
Add missing ungendered German forms and remove sadly/leider in a string, because it doesn't sound good
2024-03-05 21:18:02 +01:00
nikurasu deee8e82b2
feat(translation): fully translated to german 2024-03-04 18:54:18 +01:00
nikurasu 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
nikurasu a914d6a328
fix(error-handling): Handle the .env not found error
Dont panic at that error
2024-02-25 19:23:55 +01:00
nikurasu 5c69c91c4e
feat(display-attendies): new function for role-product 2024-02-25 18:54:49 +01:00
nikurasu c0f4455d05
feat(display-attendies): finish ui 2024-02-24 15:48:02 +01:00
nikurasu cdd5e74693
feat(display-attendies): finish getting public attendies as JSON 2024-02-24 11:40:11 +01:00
nikurasu 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
nikurasu 5b247d39a3
feat(display-attendies): add seeder 2024-02-22 18:57:50 +01:00
nikurasu 459ccba0e8
feat(display-attendies): create CRUD routes for role 2024-02-22 15:11:59 +01:00
nikurasu 78968c7199
feat(pretix-webook): Add webhook route, db-entity 2024-02-19 21:51:27 +01:00
nikurasu 304f706dd6
FEATURE: Add Cors 2023-11-26 21:46:50 +01:00
nikurasu 407deace22
FEATURE: Add Route for Public Event Info 2023-11-26 20:59:07 +01:00
nikurasu f814888f1e
Add login route 2023-11-19 16:37:52 +01:00
nikurasu 525bfc59d2
Return JWT at user creation 2023-11-19 11:32:57 +01:00
nikurasu 82b335c8cb
Method to createUsers, beginning og JWTMiddleware 2023-11-18 11:03:26 +01:00
nikurasu b6d19f9109
Use seperate ApiKey from the Pretix one 2023-10-17 15:57:57 +02:00
nikurasu b0ec1761fb
Add Bearer Auth Middleware 2023-10-17 15:52:33 +02:00
nikurasu ae014d1950
Initial Commit :3 2023-10-16 21:28:25 +02:00