Add Admin-view Panel/Dashboard and Register logic #2107
Add Admin-view Panel/Dashboard and Register logic #2107KhoaNguyen706 wants to merge 1 commit intodevfrom
Conversation
adarshm11
left a comment
There was a problem hiding this comment.
what happened to the docker-compose file......
steeevin88
left a comment
There was a problem hiding this comment.
there's some changes that should not be here... let's remove them as per comments
please actually review your changes before you push a PR lol, i'm sure you would have caught a lot of these first. obv this is a club setting so it's not super serious but if you push unreviewed code for a company, your mentors would be very unhappy 😅
let's also rebase again, i think you missed a few changes
2846217 to
61f8b78
Compare
- Reset branch onto origin/dev; keep dev Events list/registration pages - Add EventAttendeesDashboard, route /events/:id/admin/attendees - Extend SCEvents API client (registrations, registerForEvent, registerForSCEvent alias, getMyEventRegistrationState) and improve fetch error payloads - CalendarView: admin attendees link, registration state for published events - Gate Create/Edit event pages and admin nav SCEvents links on config.SCEvents.ENABLED - UserNavbar: optional Events link when SCEvents enabled Made-with: Cursor
61f8b78 to
9b7d6e6
Compare
steeevin88
left a comment
There was a problem hiding this comment.
can you update the screenshots? it doens't look like it's the correct admin view, we should see the admin sidebar + not the regular navbar
| { title: 'About', route: '/about' }, | ||
| { title: 'Projects', route: '/projects' }, | ||
| { title: 'Summer Internship', route: '/s/internship', newTab: true }, | ||
| ...(config.SCEvents?.ENABLED ? [{ title: 'Events', route: '/events' }] : []), |
There was a problem hiding this comment.
this shouldn't be here yet + the config you are using is outdated
| { title: 'Printing', route: '/2DPrinting' }, | ||
| { title: 'Chat', route: '/messaging' }, | ||
| { title: 'LED Sign', route: '/led-sign' }, | ||
| ...(config.SCEvents?.ENABLED ? [{ title: 'Events', route: '/events' }] : []), |
Admin of the event can see the list of attendee now!!!!
-Dashboard when failed to load attendee:

-Admin of the event have a button to see the list of attendee right now:

-Dashboard when successfully fetch the list of attendee:
