uclaacm / membership-portal

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

Use getPublicProfile in leaderboard API #29

Open alexanderqchen opened 5 years ago

alexanderqchen commented 5 years ago

Motivation

The leaderboard API currently uses getUserProfile, which has some non-public data. This should not be accessible by non-admins, so use getPublicProfile instead.

Todo