Add todos regarding policies

This commit is contained in:
Matt Young 2024-05-30 19:37:33 -05:00
parent 3ef579d5ed
commit 5d46ffbf73
2 changed files with 2 additions and 0 deletions

View File

@ -9,6 +9,7 @@ use function is_null;
class SchoolPolicy 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 * Grant admin users access to all functions
*/ */

View File

@ -9,6 +9,7 @@ use function is_null;
class StudentPolicy 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 * Grant admin users access to all functions
*/ */