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
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