A-Team-Rowan-University / a-team-website

Servers and database to manage the A-Team
https://a-team-rowan-university.github.io/a-team-website/webdev_lib/
4 stars 5 forks source link

Store users in a dict indexed by user id #63

Closed timothyhollabaugh closed 5 years ago

timothyhollabaugh commented 5 years ago

This makes it easier to have a 'single source of truth' for users, and makes it easy for other things that need to reference users to index into. It also ensures that there is only one of each user loaded.