ACMWM / hardwarecheckout

Hardware Checkout
https://wmacmhardware.herokuapp.com/
MIT License
0 stars 0 forks source link

User ID vs User Email #21

Open Tookmund opened 5 years ago

Tookmund commented 5 years ago

Right now we reference users by their email throughout the application. This means we’re wasting the space of the full email string every time someone checks something out.

We could switch to user id’s but that would mean we could never delete users ever and that could be a problem if the authorized users list changes every year

Tookmund commented 5 years ago

We’d need to drop users checkouts and flask dance oauth tables and revert

7bdc526

05d7957 ?

5fa1175

c22a1ee

6898fda

5f8dd54