Add todos regarding policies
This commit is contained in:
parent
3ef579d5ed
commit
5d46ffbf73
|
|
@ -9,6 +9,7 @@ use function is_null;
|
|||
|
||||
class SchoolPolicy
|
||||
{
|
||||
// TODO Blanket admin policy is not appropriate for schools as it may break things in the audition process
|
||||
/**
|
||||
* Grant admin users access to all functions
|
||||
*/
|
||||
|
|
|
|||
|
|
@ -9,6 +9,7 @@ use function is_null;
|
|||
|
||||
class StudentPolicy
|
||||
{
|
||||
// TODO Blanket admin policy is not appropriate for students as it may break things in the audition process
|
||||
/**
|
||||
* Grant admin users access to all functions
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in New Issue