Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Per-event attendance #45

Open
4 tasks
nkansal96 opened this issue May 1, 2018 · 0 comments
Open
4 tasks

Per-event attendance #45

nkansal96 opened this issue May 1, 2018 · 0 comments
Assignees

Comments

@nkansal96
Copy link
Contributor

nkansal96 commented May 1, 2018

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

  • 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants