uclaacm / membership-portal

The ACM Membership Portal
Mozilla Public License 2.0
8 stars 1 forks source link

Create admin endpoint to get users that attended an event #22

Open alexanderqchen opened 5 years ago

alexanderqchen commented 5 years ago

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

alexanderqchen commented 5 years ago

Hey so I just realized that this endpoint already exists here. But it is currently accessible by non-admins. I updated the description with what I want you to do now.