job portal full documentation

57
Under the guidance of Prof. S. Pushplatha

Upload: shubhangi

Post on 05-Apr-2015

7.284 views

Category:

Documents


44 download

TRANSCRIPT

Page 1: Job Portal Full Documentation

Under the guidance of Prof. S. Pushplatha

Page 2: Job Portal Full Documentation
Page 3: Job Portal Full Documentation

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

Page 4: Job Portal Full Documentation

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

Page 5: Job Portal Full Documentation
Page 6: Job Portal Full Documentation

Shubhangi Satishchandra Desai (09) Anilkumar Hasmukhbhai Patel (32) Vidhi Bharatbhai Patel (86)

Page 7: Job Portal Full Documentation

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

Page 8: Job Portal Full Documentation

Guest User◦ Searches Job

Job Seeker◦ Searches job◦ Apply for Job & Keep track on applied jobs◦ Upload Resume

Page 9: Job Portal Full Documentation

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

Page 10: Job Portal Full Documentation
Page 11: Job Portal Full Documentation

We have observed many sites some are...◦ www.naukri.com◦ www.shine.com◦ www.placementindia.com◦ www.carrerbulls.com

Page 12: Job Portal Full Documentation

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...

Page 13: Job Portal Full Documentation
Page 14: Job Portal Full Documentation

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

Page 15: Job Portal Full Documentation

Flow of Home Page

Page 16: Job Portal Full Documentation

Flow of E

mploye

r

Registra

tion

Page 17: Job Portal Full Documentation

Flow of Employer’sControl Panel

Page 18: Job Portal Full Documentation

Flow of J

ob Seeker

Registra

tion

Page 19: Job Portal Full Documentation

Flow of Job Seeker’s

Control Panel

Page 20: Job Portal Full Documentation

Flow of Login

Page 21: Job Portal Full Documentation

Flow of Change Password

Page 22: Job Portal Full Documentation

Flow of Administrator’sControl Panel

Page 23: Job Portal Full Documentation

Flow of Administrator’s

Notifications

Page 24: Job Portal Full Documentation

Flow of Administrator’s

Parameter Table Details

Page 25: Job Portal Full Documentation

Flow of Administrator’s

Report Generation

Page 26: Job Portal Full Documentation
Page 27: Job Portal Full Documentation
Page 28: Job Portal Full Documentation
Page 29: Job Portal Full Documentation
Page 30: Job Portal Full Documentation
Page 31: Job Portal Full Documentation
Page 32: Job Portal Full Documentation

Sequence Diagram : Role of Guest User

Page 33: Job Portal Full Documentation

Sequence Diagram : Role of Employer

Page 34: Job Portal Full Documentation

Sequence Diagram : Role of Job Seeker

Page 35: Job Portal Full Documentation

Sequence Diagram : Role of Administrator

Page 36: Job Portal Full Documentation
Page 37: Job Portal Full Documentation
Page 38: Job Portal Full Documentation
Page 39: Job Portal Full Documentation

FIELD NAME DATA TYPE CONSTRAINTS UniId varchar(5) Primary Key

UniName varchar(50) Allow Null

Page 40: Job Portal Full Documentation

FIELD NAME DATA TYPE CONSTRAINTS StateId varchar(3) Primary Key

StateName varchar(30) Allow Null

Page 41: Job Portal Full Documentation

FIELD NAME DATA TYPE CONSTRAINTS CityId varchar(5) Primary Key

StateId varchar(3) Foreign KeyCityName varchar(30) Allow Null

Page 42: Job Portal Full Documentation

FIELD NAME DATA TYPE CONSTRAINTS AreaId varchar(4) Primary Key

AreaName varchar(50) Allow Null

Page 43: Job Portal Full Documentation

FIELD NAME DATA TYPE CONSTRAINTS IndustryId varchar(5) Primary Key

IndustryName varchar(80) Allow Null

Page 44: Job Portal Full Documentation

FIELD NAME DATA TYPE CONSTRAINTS DegreeId varchar(5) Primary Key

DegreeName varchar(10) Allow NullType char(2) Allow Null

Page 45: Job Portal Full Documentation

FIELD NAME DATA TYPE CONSTRAINTS SpId varchar(6) Primary Key

SpName varchar(50) Allow Null

Page 46: Job Portal Full Documentation

FIELD NAME DATA TYPE CONSTRAINTS DegreeId varchar(5) Foreign Key

SpId varchar(6) Foreign Key

Page 47: Job Portal Full Documentation

FIELD NAME DATA TYPE CONSTRAINTS LoginId int Composite KeyEmail varchar(50) Composite Key

Password varchar(30) Not NullQuestion varchar(40) Not NullAnswer varchar(20) Not Null

UserType char(1) Not NullStatus Boolean Not Null

AdNote Char(1) Not NullLastLoginDate Datetime Not Null

Page 48: Job Portal Full Documentation

FIELD NAME DATA TYPE CONSTRAINTS JSId varchar(5) Primary Key

LoginId int Foreign KeyStateId varchar(3) Foreign KeyCityId varchar(5) Foreign Key

FirstName varchar(30) Not NullLastName varchar(30) Not NullAddress varchar(200) Allow Null

DOB datetime Allow NullMobileNo varchar(10) Allow Null

ResidenceNo varchar(15) Allow NullMailAlerts Boolean Allow Null

DOReg Datetime Not Null

Page 49: Job Portal Full Documentation

FIELD NAME DATA TYPE CONSTRAINTS ProfId int Primary Key

JSId varchar(5) Foreign KeyAreaId varchar(4) Foreign Key

IndustryId varchar(5) Foreign KeyPreStateId varchar(3) Foreign KeyPreCityId varchar(5) Foreign KeyKeySkills varchar(100) Allow NullJobType char(1) Allow Null

ExpectedSalary varchar(10) Allow NullExperience varchar(90) Allow Null

ResumeHeadLine varchar(100) Allow NullResumePath varchar(MAX) Allow Null

Page 50: Job Portal Full Documentation

FIELD NAME DATA TYPE CONSTRAINTS QualiId int Primary Key

JSId varchar(5) Foreign KeyDegreeId varchar(5) Foreign Key

SpId varchar(6) Foreign KeyUniId varchar(5) Foreign KeyYOP varchar(4)

Percentage varchar(5)

Page 51: Job Portal Full Documentation

FIELD NAME DATA TYPE CONSTRAINTS EmployId int Primary Key

JSId varchar(5) Foreign KeyStateId varchar(3) Foreign KeyCityId varchar(5) Foreign Key

CompanyName varchar(50)Designation varchar(60)FromPeriod varchar(10)

ToPeriod varchar(10)

Page 52: Job Portal Full Documentation

FIELD NAME DATA TYPE CONSTRAINTS ApplyId int Primary Key

JSId varchar(5) Foreign KeyJobCode varchar(10) Foreign Key

ApplyDate datetime Not Null

Page 53: Job Portal Full Documentation

FIELD NAME DATA TYPE CONSTRAINTS EmpId varchar(5) Primary KeyLoginId int Foreign KeyStateId varchar(3) Foreign KeyCityId varchar(5) Foreign KeyAreaId varchar(4) Foreign Key

IndustryId varchar(5) Foreign KeyCompanyName varchar(50) Not Null

Address varchar(MAX) Allow NullLogoPath varchar(MAX) Allow Null

DOReg datetime Not Null

Cont….

Page 54: Job Portal Full Documentation

FIELD NAME DATA TYPE CONSTRAINTS URL varchar(20) Allow Null

FirstName varchar(30) Not NullLastName varchar(30) Allow Null

Designation varchar(MAX) Not NullMobileNo varchar(10) Allow Null

Cont…

Page 55: Job Portal Full Documentation

FIELD NAME DATA TYPE CONSTRAINTS JobCode varchar(10) Primary Key

EmpId varchar(5) Foreign KeyStateId varchar(3) Foreign KeyCityId varchar(5) Foreign KeyAreaId varchar(4) Foreign Key

IndustryId varchar(5) Foreign KeyJobTitle varchar(50) Not Null

PostDate datetime Not NullExpiryDate datetime Allow Null

KeySkills varchar(200) Allow NullDescription varchar(MAX) Allow NullExperience varchar(5) Allow Null

Status Boolean Not Null

Page 56: Job Portal Full Documentation

FIELD NAME DATA TYPE CONSTRAINTS JobCode varchar(10) Foreign KeyDegreeId varchar(5) Foreign Key

SpId varchar(6) Foreign Key

Page 57: Job Portal Full Documentation