CDLUC3 / dmsp_rails_prototype

Prototype DMSP Rails7 API app
0 stars 0 forks source link

Build out User model #3

Open briri opened 8 months ago

briri commented 8 months ago

Setup Devise and Doorkeeper for the system. Here is an article about how Devise and Cognito can work together.

Build the users table in RDS and the corresponding scaffolding (Model, Controller, Policy).

Define a roles enum that has 'user', 'admin', 'super'.

Refer to the Define Data Model ticket on the dmsp_aws_prototype repo.

Build RSpec tests!