Calvin1581 / CS321-Milestone4

0 stars 0 forks source link

[3.] make data accessible #11

Closed mlanicaputo closed 2 years ago

mlanicaputo commented 2 years ago
tamsinrogers commented 2 years ago

Create database for user data. I think that having a unique id as a primary key, email as a primary key, password, name, type(athlete, coach...), and permissions. Maybe multiple permissions columns I'm not sure. That way athlete data can be accessed by their id/email and can be changed by dates. Here is a video on SQLdatabase that I think we will use: https://www.youtube.com/watch?v=uZnp21fu8TQ&list=PLzMcBGfZo4-n4vJJybUVV3Un_NFS5EOgX&index=7

mlanicaputo commented 2 years ago

Implemented in #22