diff --git a/jobs/controllers/User.php b/jobs/controllers/User.php index 5bbd46e..777b61c 100644 --- a/jobs/controllers/User.php +++ b/jobs/controllers/User.php @@ -50,7 +50,7 @@ class User { $this->vars['response'] .= "No Username was entered \n"; } if ($_POST['password'] == '') { - $this->vars['response'] .= "No Username was entered \n"; + $this->vars['response'] .= "No Password was entered \n"; } $this->vars['response'] .= 'Login Unsuccessful'; } diff --git a/todo b/todo index d0524be..0718926 100644 --- a/todo +++ b/todo @@ -30,3 +30,23 @@ Assignment 2: - Show job name at top of applicant_table - Seperate jobs section from nav template - find where the 1 had come from @done + - PHPUnit tests + - Technical Documentation + - Check list of requested changes (See brief for example table) + - Evidence of tests + - Test logs + - Output of PHPUnit + - coverage report + - Source code + - commented + - look into php-doc comments + - zip of websites dir + - word doc containing all php code + - make sure to include database.sql + - must be able to run + - do not not include video in zip + - include technical documentation in zip + - Video demo + - demonstrate changes as if I was showing the client the completed changes + - 10 mins max +