Sa Report
Sa Report
( SA I )
Lecturer: CHHAY SAMOEUNN
2
SETEC INSTITUTE
01.System Requirement
Introduction
Control
• Website should provide strong security for protecting job seeker application information.
• Privacy data should be protected.
Performance
Input
• User can search bar to enter job titles or keywords, and filters like location, job type,
experience level, salary range.
• User can apply for jobs by Submitting their resume or CV, cover letter and any other
required document.
Process
• Website should be able to allow User can apply their job application to the company to via website.
• Website should be able to make the searching meet the user requirement.
• Website should be able to check candidate information as per employer requirement also
for the job seeker too.
Output
• When job seekers use the search function with specific criteria, the website presents them with
search results matching their preferences.
• After job seekers apply for a job, they receive a confirmation message or email indicating that
their application was successfully submitted.
3
SETEC INSTITUTE
Level 0
4
SETEC INSTITUTE
5
SETEC INSTITUTE
User_ID Int 10 PK
Job_seeker_ID Int 10 Fk
Table User
Job_seeker_ID int 10 FK
6
SETEC INSTITUTE
Table Job
Field Name Data Type Field length Constraint Description
Job_ID Int 10 FK
Cate_ID int 10 Fk
Job_type_ID int 10 FK
User_ID Int 10 PK
Table Category
Field Name Data Type Field length Constraint Description
Cate_ID Int 10 PK
Table Job_type
SETEC INSTITUTE
Job_type_ID Int 10 PK
8
SETEC INSTITUTE
9
SETEC INSTITUTE
10