rewrite the function to get the attendies of an event #2
Labels
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: Nikurasu/pretix-proxy#2
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Currently the api works by by quering pretix everitime someone requests the attendies. To query pretix less often I'm going to rewrite that function in that manner:
By now I have done most of the rewriting, the only things missing are:
The GetAttendiesFromPretixJson function is finished now. And uh for the frontend I maybe make something that renders it on the server side in this application. A complete new frontend project is out of scope for this weekend