working #18

Merged
derek merged 19 commits from working into main 2025-08-04 21:16:01 -07:00
Showing only changes of commit 23e3028d62 - Show all commits
+3 -15
View File
@@ -5,23 +5,17 @@ Server:
When a company is created:
Send email -> verify ownership of the email
Need to timeout email reset tokens:
Client:
jobs/new:
Want to add Required skills to help with filtering
When enter is pressed it tries to submit the form
Should run the whole carosel on enter before the submit is sent
Need to validate input before allowing next step
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
database:
Add Applied Jobs Table
Task:
Block API Access as much as possible [ Rate limit | Auth Req | CORS | Disallow AI keyword filters ]
Block API Access as much as possible [ Disallow AI keyword filters ]
Resume builder minimal user input [ Dont allow AI input ]
Auto unlist jobs after a month of no activity [ Multiple offenders marked ]
Dont allow external applications for users on company sites from the start
@@ -31,10 +25,6 @@ Task:
Mark ghost listings to allow users to be informed and put companies on blast
Create advanced filtering tools for company lookup and resume lookup
Create and Auth Database based on the docker compose
Create a server table inside the auth database
Point all requests after auth to the correct regional server. -> Currently only Mistox-West exists
CompanyConnect | need to lookup company before making a new one
Finish Auth setup
@@ -42,5 +32,3 @@ Task:
Jobs/editor w/ Querystring JobID=# is not implimented yet
Company -> Edit employees not implimented yet
Resume fields in angular models need to be public