issues
search
21pstem
/
OfflineWebApp
0
stars
4
forks
source link
create database tables in rails for demo functionality
#2
Closed
tayloredwebsites
closed
5 years ago
tayloredwebsites
commented
5 years ago
From the Capstones Prototype:
create the database tables needed for the demo:
users with roles: student, teacher, evaluator). Initially without devise gem Authentication or Authorization (will add this complication to offline functioning later).
evaluation_assignments
journal_evaluations
team_evaluations
From the Capstones Prototype: