job portal full documentation

Post on 05-Apr-2015

7.284 Views

Category:

Documents

44 Downloads

Preview:

Click to see full reader

TRANSCRIPT

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

Flow of E

mploye

r

Registra

tion

Flow of Employer’sControl Panel

Flow of J

ob Seeker

Registra

tion

Flow of Job Seeker’s

Control Panel

Flow of Login

Flow of Change Password

Flow of Administrator’sControl 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 KeyCityName 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 NullType 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 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

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

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

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)

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)

FIELD NAME DATA TYPE CONSTRAINTS ApplyId int Primary Key

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

ApplyDate datetime Not Null

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

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…

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

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

SpId varchar(6) Foreign Key

top related