Update TODO

This commit is contained in:
2025-08-01 21:34:00 -07:00
parent 14d7bf7587
commit 23e3028d62
+5 -17
View File
@@ -5,23 +5,17 @@ Server:
When a company is created: When a company is created:
Send email -> verify ownership of the email Send email -> verify ownership of the email
Need to timeout email reset tokens:
Client: Client:
jobs/new: jobs/new:
Want to add Required skills to help with filtering Job Listing Skills exists but isn't implimented in the UI
When enter is pressed it tries to submit the form Tab doesnt do anything
Should run the whole carosel on enter before the submit is sent
Need to validate input before allowing next step
Want to add completed job listing preview at end of carosel Want to add completed job listing preview at end of carosel
database: database:
Add Applied Jobs Table Add Applied Jobs Table
Task: 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 ] Resume builder minimal user input [ Dont allow AI input ]
Auto unlist jobs after a month of no activity [ Multiple offenders marked ] Auto unlist jobs after a month of no activity [ Multiple offenders marked ]
Dont allow external applications for users on company sites from the start Dont allow external applications for users on company sites from the start
@@ -31,16 +25,10 @@ Task:
Mark ghost listings to allow users to be informed and put companies on blast 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 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 CompanyConnect | need to lookup company before making a new one
Finish Auth setup Finish Auth setup
Make sure autorenew works Make sure autorenew works
Jobs/editor w/ Querystring JobID=# is not implimented yet Jobs/editor w/ Querystring JobID=# is not implimented yet
Company -> Edit employees not implimented yet Company -> Edit employees not implimented yet
Resume fields in angular models need to be public