66 lines
2.1 KiB
YAML
Executable File
66 lines
2.1 KiB
YAML
Executable File
Server:
|
|
Emails:
|
|
Dont follow theme of website
|
|
|
|
When a company is created:
|
|
Send email -> verify ownership of the email
|
|
|
|
Resume:
|
|
Block API Access as much as possible [ Disallow AI keyword filters ]
|
|
|
|
Auth:
|
|
Make sure autorenew works
|
|
|
|
When Job Posting Closes Successful:
|
|
Update the company rating
|
|
|
|
JobCleanupService:
|
|
Need to update notification email
|
|
|
|
CompanyEmailVerify:
|
|
Need to update notification email
|
|
Create page to notify cx that their work email has been verified
|
|
|
|
Server.csproj:
|
|
Find a way to keep all the libraries up to date
|
|
|
|
DbDriver:
|
|
Make getConnection() -> Based on a connection pool so that more than a specific number of connections cannot be made [ 30 connections max -> else wait for connection to open ]
|
|
|
|
Client:
|
|
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
|
|
|
|
Resume:
|
|
Resume builder minimal user input [ Dont allow AI input ]
|
|
Allow company to look up users if their resume is public [ Maybe auto with notify ]
|
|
Allow multiple resume's for job specific work
|
|
Create advanced filtering tools for company lookup and resume lookup
|
|
|
|
Job Board:
|
|
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
|
|
|
|
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
|
|
|
|
resume/editor:
|
|
Not fully tested yet
|
|
When adding new fields the fields above it glitch out and disappear
|
|
There is no data validation
|
|
|
|
Company:
|
|
Need to impliment Add employee
|
|
Need to impliment Remove employee
|
|
Edit Company -> Dont allow edit of company email due to it being verified
|
|
|
|
|
|
database:
|
|
Add Applied Jobs Table |