You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This will help with allowing officers to get a list of people who attended an event. This is a feature that has been requested a lot and has been fulfilled by manually running sql queries, so this will automate that process.
To Do
Create a reducer to hit the GET /app/api/v1/attendance/:uuid? endpoint and store the data in the state
Show the number of attendees on each event
Under the Event Analytics section, show the number of attendees on each event card
Show a modal with a table that displays the attendees for each event
When you click on the number of attendees on the event card, a modal with all the attendees should appear. The table should include name, major, year, points.
Look into how to perform join operations using the Sequelize ORM
The text was updated successfully, but these errors were encountered:
Motivation
This will help with allowing officers to get a list of people who attended an event. This is a feature that has been requested a lot and has been fulfilled by manually running sql queries, so this will automate that process.
To Do
GET /app/api/v1/attendance/:uuid?
endpoint and store the data in the stateUnder the Event Analytics section, show the number of attendees on each event card
When you click on the number of attendees on the event card, a modal with all the attendees should appear. The table should include name, major, year, points.
The text was updated successfully, but these errors were encountered: