100% found this document useful (3 votes)
15K views

Job Portal Full Documentation

The document describes a job portal application that allows employers to post jobs and job seekers to search for jobs. Key features include registration for employers and job seekers, profile creation, resume uploading, job searching and applying. The application uses a Rapid Application Development model and includes various user roles like guest, job seeker, employer and administrator. Entity relationship diagrams and data flow diagrams are also included to describe the database and application design.

Uploaded by

Shubhangi
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPT, PDF, TXT or read online on Scribd
100% found this document useful (3 votes)
15K views

Job Portal Full Documentation

The document describes a job portal application that allows employers to post jobs and job seekers to search for jobs. Key features include registration for employers and job seekers, profile creation, resume uploading, job searching and applying. The application uses a Rapid Application Development model and includes various user roles like guest, job seeker, employer and administrator. Entity relationship diagrams and data flow diagrams are also included to describe the database and application design.

Uploaded by

Shubhangi
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPT, PDF, TXT or read online on Scribd
You are on page 1/ 57

Under the guidance of Prof. S.

Pushplatha
 Employer, Job Seeker & Admin has to register
themselves to the system
 Employer provide their requirements for the

candidates
 Job seekers provide their requirements for

the expected job


 Employer can see the desired Job Seekers’

Profile & also the Job Seeker can view the


Company profile before applying for the Job
 Application will provide the ability to job
seekers to create their public profile, upload
resumes, search for jobs & apply for multiple
jobs
 Application will provide the employers to

create their accounts, search candidates,


create various job postings, & track the
applied candidates
 Shubhangi Satishchandra Desai (09)
 Anilkumar Hasmukhbhai Patel (32)
 Vidhi Bharatbhai Patel (86)
 Job Portal is an application which connects
employer & job seekers where employers are
the sources of the resources and the job
seekers can find and apply for their targeted
jobs
 Guest User
◦ Searches Job
 Job Seeker
◦ Searches job
◦ Apply for Job & Keep track on applied jobs
◦ Upload Resume
 Employer
◦ Search candidate
◦ Post new job
◦ Scrutinize candidates list for interview calling
 Admin
◦ De activate job seeker
◦ Approve new posted jobs
◦ Generate various reports
◦ Add or Update various details to parameter tables
 We have observed many sites some are...
◦ www.naukri.com
◦ www.shine.com
◦ www.placementindia.com
◦ www.carrerbulls.com
 RAPID APPLICATION DEVELOPMENT MODEL
 Reason for choosing RAD Model

◦ Work can be divided in Modules


◦ Can be done independently and later on all
modules will be integrated
◦ Comparatively system is large...
 JR : Job Seeker Registration
 ER : Employer Registration
 L : Login
 J : Job Seeker
 E : Employer
 A : Admin
 C : Change Password
 AP : Admin Parameter Table
 AN : Admin Notifications
 AR : Admin Reports
Flow of Home Page
er
l o y
m p n
f E t io
o stra
l ow egi
F R
Flow of Employer’s
Control Panel
e r
e k
S e
o b ion
f J at
o str
ow g i
Fl Re
Fl
ow
Co of Jo
ntr b
ol See
Pa ke
ne r’s
l
Fl
ow
of
Lo
gin
Flow of Change
Password
Flow of Administrator’s
Control Panel
Flow of Administrator’s
Notifications
Flow of Administrator’s
Parameter Table Details
Flow of Administrator’s
Report Generation
Sequence Diagram : Role of Guest User
Sequence Diagram : Role of Employer
Sequence Diagram : Role of Job Seeker
Sequence Diagram : Role of Administrator
FIELD NAME DATA TYPE CONSTRAINTS
UniId varchar(5) Primary Key
UniName varchar(50) Allow Null
FIELD NAME DATA TYPE CONSTRAINTS
StateId varchar(3) Primary Key
StateName varchar(30) Allow Null
FIELD NAME DATA TYPE CONSTRAINTS
CityId varchar(5) Primary Key
StateId varchar(3) Foreign Key
CityName varchar(30) Allow Null
FIELD NAME DATA TYPE CONSTRAINTS
AreaId varchar(4) Primary Key
AreaName varchar(50) Allow Null
FIELD NAME DATA TYPE CONSTRAINTS
IndustryId varchar(5) Primary Key
IndustryName varchar(80) Allow Null
FIELD NAME DATA TYPE CONSTRAINTS
DegreeId varchar(5) Primary Key
DegreeName varchar(10) Allow Null
Type char(2) Allow Null
FIELD NAME DATA TYPE CONSTRAINTS
SpId varchar(6) Primary Key
SpName varchar(50) Allow Null
FIELD NAME DATA TYPE CONSTRAINTS
DegreeId varchar(5) Foreign Key
SpId varchar(6) Foreign Key
FIELD NAME DATA TYPE CONSTRAINTS
LoginId int Composite Key
Email varchar(50) Composite Key
Password varchar(30) Not Null
Question varchar(40) Not Null
Answer varchar(20) Not Null
UserType char(1) Not Null
Status Boolean Not Null
AdNote Char(1) Not Null
LastLoginDate Datetime Not Null
FIELD NAME DATA TYPE CONSTRAINTS
JSId varchar(5) Primary Key
LoginId int Foreign Key
StateId varchar(3) Foreign Key
CityId varchar(5) Foreign Key
FirstName varchar(30) Not Null
LastName varchar(30) Not Null
Address varchar(200) Allow Null
DOB datetime Allow Null
MobileNo varchar(10) Allow Null
ResidenceNo varchar(15) Allow Null
MailAlerts Boolean Allow Null
DOReg Datetime Not Null
FIELD NAME DATA TYPE CONSTRAINTS
ProfId int Primary Key
JSId varchar(5) Foreign Key
AreaId varchar(4) Foreign Key
IndustryId varchar(5) Foreign Key
PreStateId varchar(3) Foreign Key
PreCityId varchar(5) Foreign Key
KeySkills varchar(100) Allow Null
JobType char(1) Allow Null
ExpectedSalary varchar(10) Allow Null
Experience varchar(90) Allow Null
ResumeHeadLine varchar(100) Allow Null
ResumePath varchar(MAX) Allow Null
FIELD NAME DATA TYPE CONSTRAINTS
QualiId int Primary Key
JSId varchar(5) Foreign Key
DegreeId varchar(5) Foreign Key
SpId varchar(6) Foreign Key
UniId varchar(5) Foreign Key
YOP varchar(4)
Percentage varchar(5)
FIELD NAME DATA TYPE CONSTRAINTS
EmployId int Primary Key
JSId varchar(5) Foreign Key
StateId varchar(3) Foreign Key
CityId varchar(5) Foreign Key
CompanyName varchar(50)
Designation varchar(60)
FromPeriod varchar(10)
ToPeriod varchar(10)
FIELD NAME DATA TYPE CONSTRAINTS
ApplyId int Primary Key
JSId varchar(5) Foreign Key
JobCode varchar(10) Foreign Key
ApplyDate datetime Not Null
FIELD NAME DATA TYPE CONSTRAINTS
EmpId varchar(5) Primary Key
LoginId int Foreign Key
StateId varchar(3) Foreign Key
CityId varchar(5) Foreign Key
AreaId varchar(4) Foreign Key
IndustryId varchar(5) Foreign Key
CompanyName varchar(50) Not Null
Address varchar(MAX) Allow Null
LogoPath varchar(MAX) Allow Null
DOReg datetime Not Null

Cont….
Cont…

FIELD NAME DATA TYPE CONSTRAINTS


URL varchar(20) Allow Null
FirstName varchar(30) Not Null
LastName varchar(30) Allow Null
Designation varchar(MAX) Not Null
MobileNo varchar(10) Allow Null
FIELD NAME DATA TYPE CONSTRAINTS
JobCode varchar(10) Primary Key
EmpId varchar(5) Foreign Key
StateId varchar(3) Foreign Key
CityId varchar(5) Foreign Key
AreaId varchar(4) Foreign Key
IndustryId varchar(5) Foreign Key
JobTitle varchar(50) Not Null
PostDate datetime Not Null
ExpiryDate datetime Allow Null
KeySkills varchar(200) Allow Null
Description varchar(MAX) Allow Null
Experience varchar(5) Allow Null
Status Boolean Not Null
FIELD NAME DATA TYPE CONSTRAINTS
JobCode varchar(10) Foreign Key
DegreeId varchar(5) Foreign Key
SpId varchar(6) Foreign Key

You might also like