gabrielshufelt / Real-Ratings-SOEN-341_Project_F24

0 stars 1 forks source link

Create User Model with Devise #6

Closed gabrielshufelt closed 4 weeks ago

gabrielshufelt commented 1 month ago

User model should have the following fields:

first_name:string, 
last_name:string, 
role:string [student or instructor], 
team_id:integer, 
cooperation_rating:float, 
conceptual_rating:float, 
practical_rating:float, 
work_ethic_rating:float