From 292b50be02a4a47d8d42bcbd665c94ffdfc324a1 Mon Sep 17 00:00:00 2001 From: Derek Holloway Date: Tue, 5 Aug 2025 19:12:58 -0700 Subject: [PATCH] Update routes for all the changes --- ToDo.yaml | 21 ++++++++++++--------- src/Client/src/app/app.html | 6 +++--- src/Client/src/app/app.routes.ts | 7 +++---- 3 files changed, 18 insertions(+), 16 deletions(-) diff --git a/ToDo.yaml b/ToDo.yaml index 3f213f4..5b512f4 100755 --- a/ToDo.yaml +++ b/ToDo.yaml @@ -18,15 +18,10 @@ Server: Need to update notification email Client: - jobs/new: + jobs/editor: Job Listing Skills exists but isn't implimented in the UI Tab doesnt do anything Want to add completed job listing preview at end of carosel - Edit employees not implimented yet - - Jobs/editor: - Jobs/editor w/ Querystring JobID=# is not implimented yet - Edit employees not implimented yet Resume: Resume builder minimal user input [ Dont allow AI input ] @@ -38,9 +33,17 @@ Client: Allow users to look up jobs and apply [ Boost visibility | Completely manual ] Mark ghost listings to allow users to be informed and put companies on blast - CompanyConnect: - need to lookup company before making a new one - + company/editor: + Need to lookup company before making a new one + Tab key does nothing + Format phone number for database + Check DataType's for email and phone. + Setup QueryParam's for Edit and New + Edit employees not implimented yet + + Company: + No employees for table yet + database: Add Applied Jobs Table \ No newline at end of file diff --git a/src/Client/src/app/app.html b/src/Client/src/app/app.html index 369369b..c02f3a9 100644 --- a/src/Client/src/app/app.html +++ b/src/Client/src/app/app.html @@ -1,8 +1,8 @@