chrisvans / onbaristawebapp

Web App for Baristas to check in when they are on bar
0 stars 1 forks source link

added an admin page stub #53

Closed AJLeonardi closed 11 years ago

AJLeonardi commented 11 years ago

for users with the new attribute "isCompanyAdmin" set to true on their user_profile, the app will display a nav item for "Admin Panel". those users can navigate to the panel, and will be able to update/add/delete/etc companies, locations, etc...

In the view manager I've built in a security check so if a user without that flag tries to access it, they get the 403 permission denied error.