This commit is contained in:
Joshua Perry 2023-02-03 20:16:28 +00:00
parent 2af9ae727a
commit 4be4160eaa
2 changed files with 21 additions and 1 deletions

View File

@ -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';
}

20
todo
View File

@ -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