OperationCode / operationcode_backend

This is the backend repo for the Operation Code website
https://operationcode.org
MIT License
62 stars 110 forks source link

293 tiered admin access #300

Closed hpjaj closed 6 years ago

hpjaj commented 6 years ago

Description of changes

Currently in order to give a user access to the admin dashboard, we have to grant them "super admin" privileges.

We want to be able to give people access to view and filter, but not the ability to create or update any records.

This PR establishes the foundation for this tiered access to the admin dashboard's offerings. Namely it:

Issue Resolved

Fixes #293