From ef2da9f4badd230358b34e3611de1daca075130b Mon Sep 17 00:00:00 2001 From: Joshua Perry <45966243+jpez-development@users.noreply.github.com> Date: Sun, 5 Feb 2023 12:07:41 +0000 Subject: [PATCH] count added to job table --- templates/job_table.html.php | 2 +- todo | 13 ++++++++----- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/templates/job_table.html.php b/templates/job_table.html.php index 63ee4a3..4be1a25 100644 --- a/templates/job_table.html.php +++ b/templates/job_table.html.php @@ -26,7 +26,7 @@ salary?> getCat()->name?> Edit - View applicants (count) + View applicants (getApps())?>)
diff --git a/todo b/todo index 2b4ae61..bf6518e 100644 --- a/todo +++ b/todo @@ -11,10 +11,13 @@ Assignment 2: - Add filter to be able to filter by cat @done - Allow customers to filter by location @done - Move new framework into project @done - - Add admin user control to admin panel + - Fix Adding categories + - Archive jobs instead of delete + - Add admin user control to admin portal + - User accounts made in admin portal - Client user accounts - restricted admin panel @done - - add and remove jobs + - add and archive jobs - see who has applied for jobs @done - Client can only see their jobs @done - Homepage has 10 jobs that are about to reach closing date @done @@ -26,9 +29,9 @@ Assignment 2: - Create entity classes for database entities (topic 18) @done - page 37-38 for implementation @done - Restrict categories by jobs available past current date @done - - Limit applications to jobs to 1 per email - - Show number of applicants on job_table - - Show job name at top of applicant_table + - Limit applications to jobs to 1 per email @done + - Show number of applicants on job_table @done + - Show job name at top of applicant_table @done - Seperate jobs section from nav template @done - find where the 1 had come from @done - PHPUnit tests