We need to see if we can automate the application opening and closing process to happen from the Admin dashboard, not through commits to the codebase and static variables.
Currently, to open/close applications we need to:
update $accepting_applications variable in Dashboard.php
We need to see if we can automate the application opening and closing process to happen from the Admin dashboard, not through commits to the codebase and
static
variables.Currently, to open/close applications we need to:
$accepting_applications
variable inDashboard.php