Closed rbento1096 closed 7 months ago
I implemented both the proposed scenarios.
The feature is online for testing in the development environment. Note: since there aren't many registrations in the dev environment, I tested by registering my user to "How I Enforced my Inclusion in an Unfriendly Environment" (random session). It will also need to be tested with higher volumes of data in the production environment.
A few notes:
The feature is available in three areas of the app:
The Manage menu (download ALL sessions registrations):
The sessions list, with a "current session" selected:
The detail of a session:
I will now open the PR.
It is working perfectly with production data as well! We'll keep the rows for sessions without registration, can be useful for the programme team as well.
Thanks a lot!
As an admin I'd like to be able to download the details about the participants for each session so I can share it with the speakers.
This data is saved on the registrations table and the most useful one is the
name
of the participant his esn country (if existent)For this feature I'm thinking of 2 ways this can be processed:
sessionId
to get all users registered in a session). This would be simpler but would require more manual work from the organizers. Excel should have a name = session.code or session.name if code is not defined.Ideally we could have both.