Allow projects to auto-assign managers and reviewers

This commit is contained in:
Alex Cabal 2024-12-18 20:57:21 -06:00
parent e51cc4395e
commit 4596aeb007
12 changed files with 116 additions and 21 deletions

View file

@ -17,6 +17,7 @@ try{
// POSTing a new `Project`.
if($httpMethod == Enums\HttpMethod::Post){
$project = new Project();
$project->FillFromHttpPost();
$project->Create();