Have an admin page to show all stats from the event. Stats can be exported into some sort of stats sheet.
Requirements
- Should display at least the following stats
- Total event registrations, RSVPs, checkins
- Stats regarding demographic makeup of attendees (gender, age, classification)
- Stats regarding side-event/meal popularity, projects submitted (recorded by directors)?
under hacktki apps/web/src/app/admin make a stats folder to make a stats page to display mini users and mini events page
this stats page is only to sort/filter information to display and export into csvs
-> either show both users and events, and should be able to go to a full users and full events page
Parallel routes-> next js component to display users and events next to each other
(make stats url) -> there should be a way to get the url stuff in config
website.stats
-> make stats/users and stats/events
read admin for how things works
-> admin/layout.tsx
-> DashNavItem function
hackkit/packages/config/hackkit.config.ts
-> look for admin line 922
-> to add new elements to navbar and the url
Have an admin page to show all stats from the event. Stats can be exported into some sort of stats sheet.
Requirements
under hacktki apps/web/src/app/admin make a stats folder to make a stats page to display mini users and mini events page
this stats page is only to sort/filter information to display and export into csvs
-> either show both users and events, and should be able to go to a full users and full events page
Parallel routes-> next js component to display users and events next to each other
(make stats url) -> there should be a way to get the url stuff in config
website.stats
-> make stats/users and stats/events
read admin for how things works
-> admin/layout.tsx
-> DashNavItem function
hackkit/packages/config/hackkit.config.ts
-> look for admin line 922
-> to add new elements to navbar and the url