Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                

Campus Recruit

Download as pdf or txt
Download as pdf or txt
You are on page 1of 17

ABSTRACT

TOPIC : CAMPUS RECRUITMENT


SYSTEM
• INTRODUCTION
The campus Recruitment System is basically developed for IT companies to
recruit students who are freshers and well skilled so on that base if a college has
such online platform it will be easy for the students to seek job and earn while
studying as well as the companies will get employees with new ideas. The system
is a mutual place for student and company where both entities are getting profit.
This software is fully integrated with student and company relationship
management and developed in a manner that is easily manageable, time and cost
saving that shows getting ridden from manual works. This system allows the
students to go through several tests like automated technical screening, intellectual
evaluation, electronic mail integration to conduct recruitment. As the software
provides all the student details the recruiter can register their company on the site
and check student qualification, CGPA and other academic activities. The student
can apply for the job which are vacant provided by the companies.
• MODULE DESCRIPTION
The major modules are:
➢ User
➢ Company
➢ Admin
Here, the main module admin is for the college officials who can add student
details or remove any faulty information the overall system control is in the
hands of admin.
User sub modules
• Register
• Login
• View / Edit profile
• Skill / Portfolio management
• View companies
• View vacancies
• Apply as candidates
• View interview dates
• View shortlisted candidates
• View rating
• Send rating
• Change password
Company sub modules
• Register
• Login
• View / Edit profile
• Vacancy management
• Vacancy qualification management
• View candidates
• View portfolio
• Schedule interview dates
• Shortlist candidates
• View rating
• Change password
Admin sub modules
• Login
• Company Approval
• View approved company
• Qualification management
• View registered users
• View company ratings
• News management
• Change password
Conclusion
One of the major advantage of this system is that it provides the students a chance to
know their skills .
It reduces the man power to some extend. It also avoids redundancy of data . Finally
we can conclude it by saying that it gives a very good outlook to the college as
student get a good facility from college and at the same time company recruiters
need not to come and enquire they can just check the students details from the site.
Data Flow Diagram (DFD)

Level 0
Level 1
(Level 1.1)
(Level 1.2)
(Level 1.3)
Table Design
Login
Column name Datatype/Column size Description
id Integer Primary key, not null
username Varchar(200) Not null
password Varchar(200) Not null
usertype Varchar(200) Not null

User
Column name Datatype/Column size Description
id Integer Primary key, not null
LOGIN Integer Foreign key, not null
name Varchar(200) Not null
dob Varchar(200) Not null
age Integer Not null
house_name Varchar(200) Not null
place Varchar(200) Not null
post Varchar(200) Not null
pin Varchar(200) Not null
district Varchar(200) Not null
email Varchar(200) Not null
phoneno BigInt Not null
gender Varchar(200) Not null

Portfolio management
Column name Datatype/Column size Description
id Integer Primary key, not null
USER Integer Foreign key, not null
file Varchar(200) Not null
filetype Varchar(200) Not null
date Varchar(200) Not null

Company
Column name Datatype/Column size Description
id Integer Primary key, not null
LOGIN Integer Foreign key, not null
companyname Varchar(200) Not null
details Varchar(200) Not null
latitude Varchar(200) Not null
longtitude Varchar(200) Not null
email Varchar(200) Not null
Phoneno BigInt Not null

Skill_qualification
Column name Datatype/Column size Description
id Integer Primary key, not null
type Varchar(200) Not null
qualification_or_skill Varchar(200) Not null

user_qualification
Column name Datatype/Column size Description
id Integer Primary key, not null
college_school Varchar(200) Not null
SKILL_QUALIFICATION Integer Foreign key, not null
USER Integer Foreign key, not null
percentage Varchar(200) Not null

Experience
Column name Datatype/Column size Description
id Integer Primary key, not null
USER Integer Foreign key, not null
company Varchar(200) Not null
post Varchar(200) Not null
date Varchar(200) Not null
about Varchar(200) Not null

hobby_about_post_language
Column name Datatype/Column size Description
id Integer Primary key, not null
USER Integer Foreign key, not null
hobby_about_post Varchar(200) Not null
type Varchar(200) Not null
Skill
Column name Datatype/Column size Description
id Integer Primary key, not null
USER Integer Foreign key, not null
USER_QUALIFICATION Integer Foreign key, not null
name Varchar(200) Not null
board Varchar(200) Not null
percentage Varchar(200) Not null
year Varchar(200) Not null

Vacancy
Column name Datatype/Column size Description
id Integer Primary key, not null
COMPANY Integer Foreign key, not null
experience Varchar(200) Not null
language Varchar(200) Not null
Locate Varchar(200) Not null
salary_package Integer Not null
age_limit Integer Not null
details Varchar(200) Not null
last date Varchar(200) Not null

Candidate
Column name Datatype/Column size Description
id Integer Primary key, not null
USER Integer Foreign key, not null
VACANCY Integer Foreign key, not null
date Varchar(200) Not null
interview_date Varchar(200) Not null
interview_link Varchar(200) Not null
status Varchar(200) Not null
Rating
Column name Datatype/Column size Description
id Integer Primary key, not null
USER Integer Foreign key, not null
COMPANY Integer Foreign key, not null
rating Varchar(200) Not null
date Varchar(200) Not null

News management
Column name Datatype/Column size Description
id Integer Primary key, not null
date Varchar(200) Not null
details Varchar(200) Not null
heading Varchar(200) Not null
Vacancy_qualification
Column name Datatype/Column size Description
id Integer Primary key, not null
SKILL_QUALIFICATION Integer Foreign key, not null
VACANCY Integer Foreign key, not null

You might also like