CSY2028-assignment-2/todo

54 lines
2.2 KiB
Plaintext
Raw Normal View History

2023-01-21 23:12:42 +00:00
Assignment 2:
- Copyright updates to current year @done
2023-01-23 19:07:43 +00:00
- Add FAQs page @done
- Placeholder text ('FAQs coming soon') @done
- Menu link @done
2023-01-23 18:59:46 +00:00
- Admin can update categories but are not visable on site @done
- Add cats to Jobs page @done
- Add cats to nav bar @done
2023-01-25 16:16:23 +00:00
- Job list in admin area lists all jobs @done
2023-01-25 16:16:14 +00:00
- Add cat name as new column in table @done
2023-01-25 16:16:23 +00:00
- Add filter to be able to filter by cat @done
2023-01-25 17:03:03 +00:00
- Allow customers to filter by location @done
2023-02-04 21:34:17 +00:00
- Move new framework into project @done
2023-01-21 23:12:42 +00:00
- Add admin user control to admin panel
- Client user accounts
2023-01-25 17:03:03 +00:00
- restricted admin panel @done
2023-01-21 23:12:42 +00:00
- add and remove jobs
2023-01-25 17:03:03 +00:00
- see who has applied for jobs @done
- Client can only see their jobs @done
2023-02-04 21:34:17 +00:00
- Homepage has 10 jobs that are about to reach closing date @done
2023-01-21 23:12:42 +00:00
- Contact form on contact page
- forms store data in db
- stored enquiries can be accessed from admin panel
- can mark enquieries as Completed once admin has responded
- Keep list of all previous enquieries and which admin dealt with it
2023-01-23 16:08:24 +00:00
- Create entity classes for database entities (topic 18) @done
- page 37-38 for implementation @done
2023-02-04 22:20:08 +00:00
- Restrict categories by jobs available past current date @done
2023-01-23 18:59:46 +00:00
- Limit applications to jobs to 1 per email
2023-01-25 14:25:37 +00:00
- Show number of applicants on job_table
- Show job name at top of applicant_table
2023-02-04 21:34:17 +00:00
- Seperate jobs section from nav template @done
2023-01-25 18:16:41 +00:00
- find where the 1 had come from @done
2023-02-03 20:16:28 +00:00
- 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