Google-IO-Extended-Grand-Rapids / conference_web

The conference app REST API
5 stars 1 forks source link

Adding tables to support ROLES in the database #45

Closed chenry closed 9 years ago

chenry commented 9 years ago

At this point, I am thinking that there are only two levels of security. Administrators and everyone else. Every user should at least have the one generic role. We will select which user accounts has admin privileges.

will1771 commented 9 years ago

Starting: now.

Hope to Finish: by end of tonight.

will1771 commented 9 years ago

We are thinking a Roles tables, and then a user_roles many-to-many table to connect users and roles.