-
-
Notifications
You must be signed in to change notification settings - Fork 360
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Waiting queue export (download) #549
Comments
Hi, I've taken a moment to read the attendees data download implementation (frontend and backend) and I think that I can work on this issue. @syjer I saw that you worked on the current implementation of the backend for attendees data download (EventApiController.java). Do you prefer me to follow the same skeleton (same way of implementation) or can I handle it the way I want ? |
hi @NassimBounouas, thank you for taking the interest in this issue 👍 Feel free to implement it in the way you want (I'm quite sure that my code can be improved, maybe we can refactor it with your version) :). When you will do the PR we can do a review together. |
Thank you @syjer, I'm taking this issue and will try to suggest an implementation in few days. |
Get available fields from backend and populate a modal dedicated to waiting queue download
Get available fields from backend and populate a modal dedicated to waiting queue download
Get available fields from backend and populate a modal dedicated to waiting queue download
… iterate over the object to display fields
…s for each requested fields
merged in master with PR #635 |
Describe the solution you'd like
It would be useful to be able to export (download) the Waiting queue, just like you can Download > Attendees Data.
Describe alternatives you've considered
I've just manually copy pasted the email addressses of 12 waiters, but that seems sub-optimal 😺
The text was updated successfully, but these errors were encountered: