kalevias / MyCollege

CSI 4999 - Senior Capstone Project
1 stars 1 forks source link

Implement user permission controls #54

Closed kalevias closed 6 years ago

kalevias commented 6 years ago

User permission controls are required as per #38 and #39. See design specification in UC17 and UC18.

Permission control system doesn't need to be completely extensive, but at minimum able to distinguish between when a user is or isn't a site administrator. Working with @FlamingFoxNinja with regards to how the database design accommodates permissions and @NabaShauk with regards to how we communicate different permission levels to users may be helpful.

Deliverable: PHP code for permission control committed to GitHub.

kalevias commented 6 years ago

Work in https://github.com/jnick1/MyCollege/commit/325ba47e33e455a16d3f6a7e02196dce7ad6a6c7 closes out this issue.