UoaWDCC / uabc-portal

Project for UOA Badminton Club. Established in 2023.
https://uoawdcc.github.io/uabc-portal/
10 stars 0 forks source link

[Feature] View attendees list #238

Closed FlowerPower400 closed 1 week ago

FlowerPower400 commented 2 months ago

User story:

As an admin, I want to be able to view the attendees for each session, So that I can see who is attending the session.

Description:

We want to keep the download attendees button, but also give admins the option of just immediately viewing who is attending that particular session.

Instead of the download attendees button, we want to have a page that shows a table of the list of members attending that sessions. The download button should also be retained (maybe in the corner of the table?)

It may be interesting to use intercepting routes https://nextjs.org/docs/app/building-your-application/routing/intercepting-routes with responsive layouts.

Acceptance Criteria:

Definition of Done:

Notes / Links