尊敬的 微信汇率:1円 ≈ 0.046215 元 支付宝汇率:1円 ≈ 0.046306元 [退出登录]
SlideShare a Scribd company logo
TRAINING AND PLACEMENT CELL PORTAL
SUBMITED BY
PANASA RAMAIAH
PROBLEM STATEMENT
The 'Training and Placement' is developed to maintain the details of student information, trace the
details of student also maintain the information about the company availability. Using this project
user may know all the details which are provided by the ‘Training and Placement’. Users can view
the availability of company and dates of passing. the tpo officers to control the upload events and
send notifications. all the customers have some common services like adjusting the password,
upgrading details, looking for details, checking the important points, mailing to the supervisor, and
studying the substance submitted by admin if the consumer is a student.
1. The earlier program is not computerized
2. All transactions in the system are performed personally sustaining records.
3. in the earlier program positioning official has to gather student details for placements. Signing these scholar
details requires lots of time
4. Positioning official and pupils have to consult each other straight if any data is needed. If any new
organization come for placements, positioning official and his team has to search the scholar details and they
have to get the eligible prospects for that specific organization placement
EXISTING SYSTEM
DRAWBACKS IN THE EXISTING SYSTEM
1. IT CONSUMES MORE TIME.
2. PAPER WASTAGE.
3. REPEATED WORK IS OBTAINED IN THE SYSTEM
4. REDUCE STORAGE AREA
PROPOSED SYSTEM
1. Training and Placement Cell is fully advanced, which removes most of the disadvantages of the present
system
2. Training and Placement Cell is web based application which can be seen through the entire company and
external as effectively with proper login provided.
3. This technique may be used as a software for the TPO to control the student data with regards to
placement
4. All the customers have some common services like adjusting the password, upgrading details, looking for
details, checking the important points, mailing to the supervisor, and studying the substance submitted by
admin if the consumer is a student.
5. The supervisor has to accomplish the services like putting activities, achievements and he can reply to the
messages sent by users.
6. They can add components, search for scholar details, and he has the best to approve the students
ADVANTAGES
1. Reduce the paperwork and storage area
2. Improve accuracy in results
3. Improve output of operations
4. Allow easy navigation through cv’s and company information
FUNCTIONAL REQUIREMENTS
1 STUDENT LOGIN:
1. View Profile
2. Forget password
3. Update Profile
4. View Training Events
5. View Placement Events
2.TPO LOGIN:
1. Upload Training Events
2. Upload Placement Events
3. View Training Events
4. View Placement Events
5. Send Notifications
6. Get Student Information
7. Change Password
3.STAFF LOGIN:
 get Student Information
 View Events
 Change Password
NON –FUNCTIONAL REQUIREMENTS
1. Usability
2. High Availability
3. Security
4. Performance
The web site must have a simple ,user-friendly interface so customers can save time and confusion
USE CASE DIAGRAM
The use case diagrams describe system functionality
as a set of tasks that the system must carry out and
actors who interact with the system to complete the
tasks.
.
SEQUENCE DIAGRAM
A sequence diagram describes an interaction among a set
of objects participated in a collaboration(or scenario),
arranged in a chronological order; it shows the objects
participating in the interaction by their "lifelines" and the
messages that they send to each other.
STUDENT LOGIN
STUDENT CHANGE PASSWORD
STUDENT CHANGE PASSWORD
STUDENT CHANGE PASSWORD
STUDENT PROFILE VIEW
TPO CHANGE PASSWORD
TPO LOGIN
VIEW TRAINING EVENTS
ENTER PLACEMENT EVENTS
ENTER TRAINING EVENTS
STAFF LOGIN
STAFF CHANGE PASSWORD
STAFF CHANGE PHONE NUMBER
STAFF CHANGE GMAIL
E-R DIAGRAM
An entity-relationship diagram (ERD) is a data modeling technique that graphically
illustrates an information system's entities and the relationships between those
entities. An ERD is a conceptual and representational model of data used to represent
the entity framework infrastructure.
CLASS DIAGRAM
A class diagram in the Unified Modeling
Language (UML) is a type of static
structure diagram that describes the
structure of a system by showing the
system's classes, their attributes,
operations (or methods),and the
relationships among objects.
MODULES:
1. TPO
2. Student
3. Staff
TPO
The TPO module has an authority to add student and Company to the system and provide their valid
user-id and password. The main user of the TPO module is TPO of the college. TPO of the college
will able to update details such as college name, college address, establish year, emp_id, branch,
number of student, email_id, contact number, web address, etc. The various events related to the
training and placement program is uploaded to the system by entering subject means event name and
text that contain detailed information about event. The user can able to change their password by
using change password field. Event option shows the event name, date of event, information about
the event. Company options display the company name and website of that company. The field about
us in the menu bar contains information about the admin module. After the completion of task user
will logout successfully by clicking on logout field at the top menu bar.
STUDENT
Student module deals with information of student. Student who has added by the
administrator to the system successfully can only able to access the system with their
valid user name and password provided by the administrator. First student should
login into the system by entering user name and password. Student can able to update
his information such as name, branch, year, aggregate marks, contact number, email,
etc. by clicking on Update Details option and also upload their CV. The change
password field is used by the student if he needs to change his password as same in
the admin module. After completing task successfully by click on the Logout, student
can successfully logout from the system.
COMPANY
Initially Company must need to login to the system by entering valid user_id and password provided
by the administrator module. The recruiter updates his details like his company name, working
criteria and information about itself. The Company will see the details about the college posted by
the tpo module to the system. The Company will also able to see the student details as name, branch,
aggregate marks, passed out year etc .Company can change his password if he required by using the
change password field. Mailing and messaging option is also available in Company module that
contain email /messages received and send by the TPO. The menu bar at the top can consist of same
field as previous module except that the about us field can contains information about the Company
module. By clicking on logout field the Company can successfully logout from the system
DATA INTEGRITY
Integrity Constraints are used to apply business rules for the database tables . The Constraints can be
specified immediately after the column definition.
Data Integrity is used to maintain accuracy and consistency of data in the table
1. .Primary Key
2. .Unique key
3. .default
STUDENT DATA BASE
Variable Datatype Constraint
Regno nvarchar(50) Primary key
Name nvarchar(50) not null
Password nvarchar(50) not null
Gmail nvarchar(50) not null
Branch nvarchar(50) not null
Phone nvarchar(50) Default null
Hobbies nvarchar(max) Default null
progLa nvarchar(max) Default null
Web nvarchar(max) Default null
Databases nvarchar(max) Default null
Peraddress nvarchar(max) not null
CourseSSC nvarchar(50) Default null
PercentageOfSSC nvarchar(50) Default null
inter_Dioploma nvarchar(50) Default null
PercentageOfInter nvarchar(50) Default null
CourseDEGree nvarchar(50) Default null
PercentageDegree nvarchar(50) Default null
CoursePG nvarchar(50) Default null
PercentagePg nvarchar(50) Default null
ProfileImage Image Default null
PLACEMENT EVENTS DATABASE DETAILS
Variable Datatype Constraint
Roll number Int Not null
Mode Of Event nvarchar(max) Not null
From date Date Not null
To date Date Not null
Title nvarchar(max) Default null
Purpose nvarchar(max) Default null
Target audience nvarchar(max) Default null
Link nvarchar(max) Default null
TRAINING EVENT DATABASE DETAILS
Variable Datatype Constraint
Rollnumber Int Not null
ModeOfEvent nvarchar(max) Not null
From date Date Not null
To date Date Not null
Title nvarchar(max) Default null
Purpose nvarchar(max) Default null
Target audience nvarchar(max) Default null
Link nvarchar(max) Default null
STAFF & TPO DATA BASE DETAILS
Variable Datatype Constraint
Username nvarchar(50) Primary key
Password nvarchar(max) Not null
Gmail nvarchar(50) Not null
Branch nvarchar(50) Not null
Mobile nvarchar(20) Default null
3.3.2 Staff Database
TPO database
Variable Datatype Constraint
Username nvarchar(50) Primary key
Password nvarchar(50) Not null
3.3.3 TPO Database
State diagrams
Staff state diagram Tpo state diagram
Student state diagram
USER INTERFACE DESIGN
STUDENT LOGIN
STUDENT HOME PAGE
STUDENT PROFILE VIEW
STUDENT TRAINING EVENTS CHECK
STUDENT CHANGE PASSWORD
STUDENT CHANGE EMAIL
STUDENT CHANGE PHONE NUMBER:
TPO LOGIN
TPO UPLOAD TRAINING EVENTS
TPO SEND MAIL:
COMPANY LOGIN
COMPANY CHANGE PASSWORD
STAFF LOGIN
STAFF CHECK TRAINING DETAILS
STAFF VIEW TRAINING DETAILS
STAFF CHANGE MAIL
SYSTEM ARCHITECTURE
Test cases
Test cases can be divided in to two types. First one is Positive test cases and second one is negative
test cases. In positive test cases are conducted by the developer intention is to get the output. In
negative test cases are conducted by the developer intention is to don’t get the output.
TPO TEST CASES
S
.No
Test case Description Actual value Expected value Result
1 Enter the username and
password
Verification of
login details.
Login Successfully true
2 Upload training events
,placement events
Enter event start
date , end date
and description
Update event start
date , end date
and description
into database
successfully
true
3 Change Password Enter old
password, and
new password
Successfully
change password
true
STUDENT TEST CASES
S
.No
Test case Description Actual value Expected value Result
1 Enter the username
and password
Verification of
login details.
Login
Successfully
true
2 View training events
,placement events
Enter event start
date , end date
and description
Display event
start date , end
date and
description from
database
successfully
true
3 Change Password Enter old
password, and
new password
Successfully
change
password
true
STAFF TEST CASES
S .No Test case Description Actual value Expected value Result
1 Enter the username
and password
Verification of
login details.
Login Successfully true
2 Upload training events
,placement events
Enter event start
date , end date
and description
Update event start
date , end date
and description
into database
successfully
true
3 Change Password Enter old
password, and
new password
Successfully
change password
true
Thank you

More Related Content

What's hot

Placement automation system
Placement automation systemPlacement automation system
Placement automation system
Mohit Dangwal
 
Training & Placement Database Management System
Training & Placement Database Management SystemTraining & Placement Database Management System
Training & Placement Database Management System
Rohit Mate
 
Placement Automation System
Placement Automation SystemPlacement Automation System
Placement Automation System
Tushar Dattu
 
Job Portal
Job PortalJob Portal
Job Portal
bijendra
 
296612332-College-Website-Presentation.ppt
296612332-College-Website-Presentation.ppt296612332-College-Website-Presentation.ppt
296612332-College-Website-Presentation.ppt
YogeshwarVashist1
 
Virtual Job Portal System
Virtual Job Portal SystemVirtual Job Portal System
Virtual Job Portal System
TAWSEEF AHMAD
 
placement management system.pptx
placement management system.pptxplacement management system.pptx
placement management system.pptx
PriyansuPradhan2
 
Student management system university erp
Student management system   university erpStudent management system   university erp
Student management system university erp
Mehul Thakkar
 
Student management system
Student management systemStudent management system
Student management system
Gaurav Subham
 
Student Information System ( S.I.S. )
Student Information System ( S.I.S.  )Student Information System ( S.I.S.  )
Student Information System ( S.I.S. )
Pulkiŧ Sharma
 
Online training & placement system
Online training & placement system Online training & placement system
Online training & placement system
PratikDhore
 
Leave management system
Leave management systemLeave management system
Leave management system
Ayushi Gaur
 
Job portal
Job portalJob portal
Job portal
Arman Ahmed
 
IRJET- Placement Management and Prediction System using Data Mining and Cloud...
IRJET- Placement Management and Prediction System using Data Mining and Cloud...IRJET- Placement Management and Prediction System using Data Mining and Cloud...
IRJET- Placement Management and Prediction System using Data Mining and Cloud...
IRJET Journal
 
Placement management system
Placement management systemPlacement management system
Placement management system
Mehul Ranavasiya
 
ONLINE BUS BOOKING SYSTEM
ONLINE BUS BOOKING SYSTEMONLINE BUS BOOKING SYSTEM
ONLINE BUS BOOKING SYSTEM
christ university
 
Student information system
Student information systemStudent information system
Student information system
Saqib Nadeem
 
Presentation on Online Admission System (OAS)
Presentation on Online Admission System (OAS)Presentation on Online Admission System (OAS)
Presentation on Online Admission System (OAS)
Tanvir Ahmad
 
Ppt of online job portal
Ppt of online job portalPpt of online job portal
Ppt of online job portal
Iqra Naseer
 
Sequence diagram for employee management system(EMS)
Sequence diagram for employee management system(EMS)Sequence diagram for employee management system(EMS)
Sequence diagram for employee management system(EMS)
Achal (अचल) Porwal
 

What's hot (20)

Placement automation system
Placement automation systemPlacement automation system
Placement automation system
 
Training & Placement Database Management System
Training & Placement Database Management SystemTraining & Placement Database Management System
Training & Placement Database Management System
 
Placement Automation System
Placement Automation SystemPlacement Automation System
Placement Automation System
 
Job Portal
Job PortalJob Portal
Job Portal
 
296612332-College-Website-Presentation.ppt
296612332-College-Website-Presentation.ppt296612332-College-Website-Presentation.ppt
296612332-College-Website-Presentation.ppt
 
Virtual Job Portal System
Virtual Job Portal SystemVirtual Job Portal System
Virtual Job Portal System
 
placement management system.pptx
placement management system.pptxplacement management system.pptx
placement management system.pptx
 
Student management system university erp
Student management system   university erpStudent management system   university erp
Student management system university erp
 
Student management system
Student management systemStudent management system
Student management system
 
Student Information System ( S.I.S. )
Student Information System ( S.I.S.  )Student Information System ( S.I.S.  )
Student Information System ( S.I.S. )
 
Online training & placement system
Online training & placement system Online training & placement system
Online training & placement system
 
Leave management system
Leave management systemLeave management system
Leave management system
 
Job portal
Job portalJob portal
Job portal
 
IRJET- Placement Management and Prediction System using Data Mining and Cloud...
IRJET- Placement Management and Prediction System using Data Mining and Cloud...IRJET- Placement Management and Prediction System using Data Mining and Cloud...
IRJET- Placement Management and Prediction System using Data Mining and Cloud...
 
Placement management system
Placement management systemPlacement management system
Placement management system
 
ONLINE BUS BOOKING SYSTEM
ONLINE BUS BOOKING SYSTEMONLINE BUS BOOKING SYSTEM
ONLINE BUS BOOKING SYSTEM
 
Student information system
Student information systemStudent information system
Student information system
 
Presentation on Online Admission System (OAS)
Presentation on Online Admission System (OAS)Presentation on Online Admission System (OAS)
Presentation on Online Admission System (OAS)
 
Ppt of online job portal
Ppt of online job portalPpt of online job portal
Ppt of online job portal
 
Sequence diagram for employee management system(EMS)
Sequence diagram for employee management system(EMS)Sequence diagram for employee management system(EMS)
Sequence diagram for employee management system(EMS)
 

Similar to training and placement cell portal

2. DD-sample.docx
2. DD-sample.docx2. DD-sample.docx
2. DD-sample.docx
dpgdpg
 
ERP on School Management System
ERP on School Management SystemERP on School Management System
ERP on School Management System
Amit Gandhi
 
Ijirstv1 i12005
Ijirstv1 i12005Ijirstv1 i12005
Ijirstv1 i12005
venusarva
 
CampusRecruitment Django.pptx
CampusRecruitment Django.pptxCampusRecruitment Django.pptx
CampusRecruitment Django.pptx
PoojaG86
 
PLANNOVA -PLACEMENT MANAGEMENT SOFTWARE
PLANNOVA -PLACEMENT MANAGEMENT SOFTWAREPLANNOVA -PLACEMENT MANAGEMENT SOFTWARE
PLANNOVA -PLACEMENT MANAGEMENT SOFTWARE
IRJET Journal
 
Academic management system PPT
Academic management system PPTAcademic management system PPT
Academic management system PPT
Nagaraj Kandoor
 
School Management System
School Management SystemSchool Management System
School Management System
Northeastern University
 
StudentInformationSystemAndroidbased.pptx
StudentInformationSystemAndroidbased.pptxStudentInformationSystemAndroidbased.pptx
StudentInformationSystemAndroidbased.pptx
SayantanMajhi2
 
StudentInformationSystemAndroidbased.pptx
StudentInformationSystemAndroidbased.pptxStudentInformationSystemAndroidbased.pptx
StudentInformationSystemAndroidbased.pptx
SayantanMajhi2
 
Abstract.ooad
Abstract.ooadAbstract.ooad
Abstract.ooad
saranya R
 
Job Portal
Job PortalJob Portal
Job Portal
NA
 
Project Report.pptx
Project Report.pptxProject Report.pptx
Project Report.pptx
jguuhxxxfp
 
Development of Web-based Job Fair Information System
Development of Web-based Job Fair Information SystemDevelopment of Web-based Job Fair Information System
Development of Web-based Job Fair Information System
Editor IJCATR
 
Ijcatr04071001
Ijcatr04071001Ijcatr04071001
Ijcatr04071001
Editor IJCATR
 
Development of Web-based Job Fair Information System
Development of Web-based Job Fair Information SystemDevelopment of Web-based Job Fair Information System
Development of Web-based Job Fair Information System
Editor IJCATR
 
Training and placement reportmsword
Training and placement reportmswordTraining and placement reportmsword
Training and placement reportmsword
Bhavesh Parmar
 
IRJET- Android Application for Employee Monitoring and Tracking System.
IRJET- Android Application for Employee Monitoring and Tracking System.IRJET- Android Application for Employee Monitoring and Tracking System.
IRJET- Android Application for Employee Monitoring and Tracking System.
IRJET Journal
 
Android Application For Employee Monitoring And Tracking System
Android Application For Employee Monitoring And Tracking SystemAndroid Application For Employee Monitoring And Tracking System
Android Application For Employee Monitoring And Tracking System
Sheila Sinclair
 
chapter 4.pptx
chapter 4.pptxchapter 4.pptx
chapter 4.pptx
kefiyalewkunta1
 
College mgmnt system
College mgmnt systemCollege mgmnt system
College mgmnt system
Sayali Birari
 

Similar to training and placement cell portal (20)

2. DD-sample.docx
2. DD-sample.docx2. DD-sample.docx
2. DD-sample.docx
 
ERP on School Management System
ERP on School Management SystemERP on School Management System
ERP on School Management System
 
Ijirstv1 i12005
Ijirstv1 i12005Ijirstv1 i12005
Ijirstv1 i12005
 
CampusRecruitment Django.pptx
CampusRecruitment Django.pptxCampusRecruitment Django.pptx
CampusRecruitment Django.pptx
 
PLANNOVA -PLACEMENT MANAGEMENT SOFTWARE
PLANNOVA -PLACEMENT MANAGEMENT SOFTWAREPLANNOVA -PLACEMENT MANAGEMENT SOFTWARE
PLANNOVA -PLACEMENT MANAGEMENT SOFTWARE
 
Academic management system PPT
Academic management system PPTAcademic management system PPT
Academic management system PPT
 
School Management System
School Management SystemSchool Management System
School Management System
 
StudentInformationSystemAndroidbased.pptx
StudentInformationSystemAndroidbased.pptxStudentInformationSystemAndroidbased.pptx
StudentInformationSystemAndroidbased.pptx
 
StudentInformationSystemAndroidbased.pptx
StudentInformationSystemAndroidbased.pptxStudentInformationSystemAndroidbased.pptx
StudentInformationSystemAndroidbased.pptx
 
Abstract.ooad
Abstract.ooadAbstract.ooad
Abstract.ooad
 
Job Portal
Job PortalJob Portal
Job Portal
 
Project Report.pptx
Project Report.pptxProject Report.pptx
Project Report.pptx
 
Development of Web-based Job Fair Information System
Development of Web-based Job Fair Information SystemDevelopment of Web-based Job Fair Information System
Development of Web-based Job Fair Information System
 
Ijcatr04071001
Ijcatr04071001Ijcatr04071001
Ijcatr04071001
 
Development of Web-based Job Fair Information System
Development of Web-based Job Fair Information SystemDevelopment of Web-based Job Fair Information System
Development of Web-based Job Fair Information System
 
Training and placement reportmsword
Training and placement reportmswordTraining and placement reportmsword
Training and placement reportmsword
 
IRJET- Android Application for Employee Monitoring and Tracking System.
IRJET- Android Application for Employee Monitoring and Tracking System.IRJET- Android Application for Employee Monitoring and Tracking System.
IRJET- Android Application for Employee Monitoring and Tracking System.
 
Android Application For Employee Monitoring And Tracking System
Android Application For Employee Monitoring And Tracking SystemAndroid Application For Employee Monitoring And Tracking System
Android Application For Employee Monitoring And Tracking System
 
chapter 4.pptx
chapter 4.pptxchapter 4.pptx
chapter 4.pptx
 
College mgmnt system
College mgmnt systemCollege mgmnt system
College mgmnt system
 

Recently uploaded

INTRODUCTION TO HOSPITALS & AND ITS ORGANIZATION
INTRODUCTION TO HOSPITALS & AND ITS ORGANIZATION INTRODUCTION TO HOSPITALS & AND ITS ORGANIZATION
INTRODUCTION TO HOSPITALS & AND ITS ORGANIZATION
ShwetaGawande8
 
The basics of sentences session 8pptx.pptx
The basics of sentences session 8pptx.pptxThe basics of sentences session 8pptx.pptx
The basics of sentences session 8pptx.pptx
heathfieldcps1
 
220711130083 SUBHASHREE RAKSHIT Internet resources for social science
220711130083 SUBHASHREE RAKSHIT  Internet resources for social science220711130083 SUBHASHREE RAKSHIT  Internet resources for social science
220711130083 SUBHASHREE RAKSHIT Internet resources for social science
Kalna College
 
Andreas Schleicher presents PISA 2022 Volume III - Creative Thinking - 18 Jun...
Andreas Schleicher presents PISA 2022 Volume III - Creative Thinking - 18 Jun...Andreas Schleicher presents PISA 2022 Volume III - Creative Thinking - 18 Jun...
Andreas Schleicher presents PISA 2022 Volume III - Creative Thinking - 18 Jun...
EduSkills OECD
 
8+8+8 Rule Of Time Management For Better Productivity
8+8+8 Rule Of Time Management For Better Productivity8+8+8 Rule Of Time Management For Better Productivity
8+8+8 Rule Of Time Management For Better Productivity
RuchiRathor2
 
Creative Restart 2024: Mike Martin - Finding a way around “no”
Creative Restart 2024: Mike Martin - Finding a way around “no”Creative Restart 2024: Mike Martin - Finding a way around “no”
Creative Restart 2024: Mike Martin - Finding a way around “no”
Taste
 
Project- Comparison among Chhattisgarh and kerala.pptx
Project- Comparison among Chhattisgarh and kerala.pptxProject- Comparison among Chhattisgarh and kerala.pptx
Project- Comparison among Chhattisgarh and kerala.pptx
jeevankraghuraman
 
BỘ BÀI TẬP TEST THEO UNIT - FORM 2025 - TIẾNG ANH 12 GLOBAL SUCCESS - KÌ 1 (B...
BỘ BÀI TẬP TEST THEO UNIT - FORM 2025 - TIẾNG ANH 12 GLOBAL SUCCESS - KÌ 1 (B...BỘ BÀI TẬP TEST THEO UNIT - FORM 2025 - TIẾNG ANH 12 GLOBAL SUCCESS - KÌ 1 (B...
BỘ BÀI TẬP TEST THEO UNIT - FORM 2025 - TIẾNG ANH 12 GLOBAL SUCCESS - KÌ 1 (B...
Nguyen Thanh Tu Collection
 
How to Fix [Errno 98] address already in use
How to Fix [Errno 98] address already in useHow to Fix [Errno 98] address already in use
How to Fix [Errno 98] address already in use
Celine George
 
Data Structure using C by Dr. K Adisesha .ppsx
Data Structure using C by Dr. K Adisesha .ppsxData Structure using C by Dr. K Adisesha .ppsx
Data Structure using C by Dr. K Adisesha .ppsx
Prof. Dr. K. Adisesha
 
Brand Guideline of Bashundhara A4 Paper - 2024
Brand Guideline of Bashundhara A4 Paper - 2024Brand Guideline of Bashundhara A4 Paper - 2024
Brand Guideline of Bashundhara A4 Paper - 2024
khabri85
 
Dreamin in Color '24 - (Workshop) Design an API Specification with MuleSoft's...
Dreamin in Color '24 - (Workshop) Design an API Specification with MuleSoft's...Dreamin in Color '24 - (Workshop) Design an API Specification with MuleSoft's...
Dreamin in Color '24 - (Workshop) Design an API Specification with MuleSoft's...
Alexandra N. Martinez
 
Observational Learning
Observational Learning Observational Learning
Observational Learning
sanamushtaq922
 
220711130082 Srabanti Bag Internet Resources For Natural Science
220711130082 Srabanti Bag Internet Resources For Natural Science220711130082 Srabanti Bag Internet Resources For Natural Science
220711130082 Srabanti Bag Internet Resources For Natural Science
Kalna College
 
Elevate Your Nonprofit's Online Presence_ A Guide to Effective SEO Strategies...
Elevate Your Nonprofit's Online Presence_ A Guide to Effective SEO Strategies...Elevate Your Nonprofit's Online Presence_ A Guide to Effective SEO Strategies...
Elevate Your Nonprofit's Online Presence_ A Guide to Effective SEO Strategies...
TechSoup
 
220711130100 udita Chakraborty Aims and objectives of national policy on inf...
220711130100 udita Chakraborty  Aims and objectives of national policy on inf...220711130100 udita Chakraborty  Aims and objectives of national policy on inf...
220711130100 udita Chakraborty Aims and objectives of national policy on inf...
Kalna College
 
Diversity Quiz Finals by Quiz Club, IIT Kanpur
Diversity Quiz Finals by Quiz Club, IIT KanpurDiversity Quiz Finals by Quiz Club, IIT Kanpur
Diversity Quiz Finals by Quiz Club, IIT Kanpur
Quiz Club IIT Kanpur
 
CapTechTalks Webinar Slides June 2024 Donovan Wright.pptx
CapTechTalks Webinar Slides June 2024 Donovan Wright.pptxCapTechTalks Webinar Slides June 2024 Donovan Wright.pptx
CapTechTalks Webinar Slides June 2024 Donovan Wright.pptx
CapitolTechU
 
BÀI TẬP BỔ TRỢ TIẾNG ANH LỚP 8 - CẢ NĂM - FRIENDS PLUS - NĂM HỌC 2023-2024 (B...
BÀI TẬP BỔ TRỢ TIẾNG ANH LỚP 8 - CẢ NĂM - FRIENDS PLUS - NĂM HỌC 2023-2024 (B...BÀI TẬP BỔ TRỢ TIẾNG ANH LỚP 8 - CẢ NĂM - FRIENDS PLUS - NĂM HỌC 2023-2024 (B...
BÀI TẬP BỔ TRỢ TIẾNG ANH LỚP 8 - CẢ NĂM - FRIENDS PLUS - NĂM HỌC 2023-2024 (B...
Nguyen Thanh Tu Collection
 
bryophytes.pptx bsc botany honours second semester
bryophytes.pptx bsc botany honours  second semesterbryophytes.pptx bsc botany honours  second semester
bryophytes.pptx bsc botany honours second semester
Sarojini38
 

Recently uploaded (20)

INTRODUCTION TO HOSPITALS & AND ITS ORGANIZATION
INTRODUCTION TO HOSPITALS & AND ITS ORGANIZATION INTRODUCTION TO HOSPITALS & AND ITS ORGANIZATION
INTRODUCTION TO HOSPITALS & AND ITS ORGANIZATION
 
The basics of sentences session 8pptx.pptx
The basics of sentences session 8pptx.pptxThe basics of sentences session 8pptx.pptx
The basics of sentences session 8pptx.pptx
 
220711130083 SUBHASHREE RAKSHIT Internet resources for social science
220711130083 SUBHASHREE RAKSHIT  Internet resources for social science220711130083 SUBHASHREE RAKSHIT  Internet resources for social science
220711130083 SUBHASHREE RAKSHIT Internet resources for social science
 
Andreas Schleicher presents PISA 2022 Volume III - Creative Thinking - 18 Jun...
Andreas Schleicher presents PISA 2022 Volume III - Creative Thinking - 18 Jun...Andreas Schleicher presents PISA 2022 Volume III - Creative Thinking - 18 Jun...
Andreas Schleicher presents PISA 2022 Volume III - Creative Thinking - 18 Jun...
 
8+8+8 Rule Of Time Management For Better Productivity
8+8+8 Rule Of Time Management For Better Productivity8+8+8 Rule Of Time Management For Better Productivity
8+8+8 Rule Of Time Management For Better Productivity
 
Creative Restart 2024: Mike Martin - Finding a way around “no”
Creative Restart 2024: Mike Martin - Finding a way around “no”Creative Restart 2024: Mike Martin - Finding a way around “no”
Creative Restart 2024: Mike Martin - Finding a way around “no”
 
Project- Comparison among Chhattisgarh and kerala.pptx
Project- Comparison among Chhattisgarh and kerala.pptxProject- Comparison among Chhattisgarh and kerala.pptx
Project- Comparison among Chhattisgarh and kerala.pptx
 
BỘ BÀI TẬP TEST THEO UNIT - FORM 2025 - TIẾNG ANH 12 GLOBAL SUCCESS - KÌ 1 (B...
BỘ BÀI TẬP TEST THEO UNIT - FORM 2025 - TIẾNG ANH 12 GLOBAL SUCCESS - KÌ 1 (B...BỘ BÀI TẬP TEST THEO UNIT - FORM 2025 - TIẾNG ANH 12 GLOBAL SUCCESS - KÌ 1 (B...
BỘ BÀI TẬP TEST THEO UNIT - FORM 2025 - TIẾNG ANH 12 GLOBAL SUCCESS - KÌ 1 (B...
 
How to Fix [Errno 98] address already in use
How to Fix [Errno 98] address already in useHow to Fix [Errno 98] address already in use
How to Fix [Errno 98] address already in use
 
Data Structure using C by Dr. K Adisesha .ppsx
Data Structure using C by Dr. K Adisesha .ppsxData Structure using C by Dr. K Adisesha .ppsx
Data Structure using C by Dr. K Adisesha .ppsx
 
Brand Guideline of Bashundhara A4 Paper - 2024
Brand Guideline of Bashundhara A4 Paper - 2024Brand Guideline of Bashundhara A4 Paper - 2024
Brand Guideline of Bashundhara A4 Paper - 2024
 
Dreamin in Color '24 - (Workshop) Design an API Specification with MuleSoft's...
Dreamin in Color '24 - (Workshop) Design an API Specification with MuleSoft's...Dreamin in Color '24 - (Workshop) Design an API Specification with MuleSoft's...
Dreamin in Color '24 - (Workshop) Design an API Specification with MuleSoft's...
 
Observational Learning
Observational Learning Observational Learning
Observational Learning
 
220711130082 Srabanti Bag Internet Resources For Natural Science
220711130082 Srabanti Bag Internet Resources For Natural Science220711130082 Srabanti Bag Internet Resources For Natural Science
220711130082 Srabanti Bag Internet Resources For Natural Science
 
Elevate Your Nonprofit's Online Presence_ A Guide to Effective SEO Strategies...
Elevate Your Nonprofit's Online Presence_ A Guide to Effective SEO Strategies...Elevate Your Nonprofit's Online Presence_ A Guide to Effective SEO Strategies...
Elevate Your Nonprofit's Online Presence_ A Guide to Effective SEO Strategies...
 
220711130100 udita Chakraborty Aims and objectives of national policy on inf...
220711130100 udita Chakraborty  Aims and objectives of national policy on inf...220711130100 udita Chakraborty  Aims and objectives of national policy on inf...
220711130100 udita Chakraborty Aims and objectives of national policy on inf...
 
Diversity Quiz Finals by Quiz Club, IIT Kanpur
Diversity Quiz Finals by Quiz Club, IIT KanpurDiversity Quiz Finals by Quiz Club, IIT Kanpur
Diversity Quiz Finals by Quiz Club, IIT Kanpur
 
CapTechTalks Webinar Slides June 2024 Donovan Wright.pptx
CapTechTalks Webinar Slides June 2024 Donovan Wright.pptxCapTechTalks Webinar Slides June 2024 Donovan Wright.pptx
CapTechTalks Webinar Slides June 2024 Donovan Wright.pptx
 
BÀI TẬP BỔ TRỢ TIẾNG ANH LỚP 8 - CẢ NĂM - FRIENDS PLUS - NĂM HỌC 2023-2024 (B...
BÀI TẬP BỔ TRỢ TIẾNG ANH LỚP 8 - CẢ NĂM - FRIENDS PLUS - NĂM HỌC 2023-2024 (B...BÀI TẬP BỔ TRỢ TIẾNG ANH LỚP 8 - CẢ NĂM - FRIENDS PLUS - NĂM HỌC 2023-2024 (B...
BÀI TẬP BỔ TRỢ TIẾNG ANH LỚP 8 - CẢ NĂM - FRIENDS PLUS - NĂM HỌC 2023-2024 (B...
 
bryophytes.pptx bsc botany honours second semester
bryophytes.pptx bsc botany honours  second semesterbryophytes.pptx bsc botany honours  second semester
bryophytes.pptx bsc botany honours second semester
 

training and placement cell portal

  • 1. TRAINING AND PLACEMENT CELL PORTAL SUBMITED BY PANASA RAMAIAH
  • 2. PROBLEM STATEMENT The 'Training and Placement' is developed to maintain the details of student information, trace the details of student also maintain the information about the company availability. Using this project user may know all the details which are provided by the ‘Training and Placement’. Users can view the availability of company and dates of passing. the tpo officers to control the upload events and send notifications. all the customers have some common services like adjusting the password, upgrading details, looking for details, checking the important points, mailing to the supervisor, and studying the substance submitted by admin if the consumer is a student.
  • 3. 1. The earlier program is not computerized 2. All transactions in the system are performed personally sustaining records. 3. in the earlier program positioning official has to gather student details for placements. Signing these scholar details requires lots of time 4. Positioning official and pupils have to consult each other straight if any data is needed. If any new organization come for placements, positioning official and his team has to search the scholar details and they have to get the eligible prospects for that specific organization placement EXISTING SYSTEM
  • 4. DRAWBACKS IN THE EXISTING SYSTEM 1. IT CONSUMES MORE TIME. 2. PAPER WASTAGE. 3. REPEATED WORK IS OBTAINED IN THE SYSTEM 4. REDUCE STORAGE AREA
  • 5. PROPOSED SYSTEM 1. Training and Placement Cell is fully advanced, which removes most of the disadvantages of the present system 2. Training and Placement Cell is web based application which can be seen through the entire company and external as effectively with proper login provided. 3. This technique may be used as a software for the TPO to control the student data with regards to placement 4. All the customers have some common services like adjusting the password, upgrading details, looking for details, checking the important points, mailing to the supervisor, and studying the substance submitted by admin if the consumer is a student. 5. The supervisor has to accomplish the services like putting activities, achievements and he can reply to the messages sent by users. 6. They can add components, search for scholar details, and he has the best to approve the students
  • 6. ADVANTAGES 1. Reduce the paperwork and storage area 2. Improve accuracy in results 3. Improve output of operations 4. Allow easy navigation through cv’s and company information
  • 7. FUNCTIONAL REQUIREMENTS 1 STUDENT LOGIN: 1. View Profile 2. Forget password 3. Update Profile 4. View Training Events 5. View Placement Events 2.TPO LOGIN: 1. Upload Training Events 2. Upload Placement Events 3. View Training Events 4. View Placement Events
  • 8. 5. Send Notifications 6. Get Student Information 7. Change Password 3.STAFF LOGIN:  get Student Information  View Events  Change Password
  • 9. NON –FUNCTIONAL REQUIREMENTS 1. Usability 2. High Availability 3. Security 4. Performance The web site must have a simple ,user-friendly interface so customers can save time and confusion
  • 10. USE CASE DIAGRAM The use case diagrams describe system functionality as a set of tasks that the system must carry out and actors who interact with the system to complete the tasks. .
  • 11. SEQUENCE DIAGRAM A sequence diagram describes an interaction among a set of objects participated in a collaboration(or scenario), arranged in a chronological order; it shows the objects participating in the interaction by their "lifelines" and the messages that they send to each other. STUDENT LOGIN
  • 25. E-R DIAGRAM An entity-relationship diagram (ERD) is a data modeling technique that graphically illustrates an information system's entities and the relationships between those entities. An ERD is a conceptual and representational model of data used to represent the entity framework infrastructure.
  • 26.
  • 27. CLASS DIAGRAM A class diagram in the Unified Modeling Language (UML) is a type of static structure diagram that describes the structure of a system by showing the system's classes, their attributes, operations (or methods),and the relationships among objects.
  • 29. TPO The TPO module has an authority to add student and Company to the system and provide their valid user-id and password. The main user of the TPO module is TPO of the college. TPO of the college will able to update details such as college name, college address, establish year, emp_id, branch, number of student, email_id, contact number, web address, etc. The various events related to the training and placement program is uploaded to the system by entering subject means event name and text that contain detailed information about event. The user can able to change their password by using change password field. Event option shows the event name, date of event, information about the event. Company options display the company name and website of that company. The field about us in the menu bar contains information about the admin module. After the completion of task user will logout successfully by clicking on logout field at the top menu bar.
  • 30. STUDENT Student module deals with information of student. Student who has added by the administrator to the system successfully can only able to access the system with their valid user name and password provided by the administrator. First student should login into the system by entering user name and password. Student can able to update his information such as name, branch, year, aggregate marks, contact number, email, etc. by clicking on Update Details option and also upload their CV. The change password field is used by the student if he needs to change his password as same in the admin module. After completing task successfully by click on the Logout, student can successfully logout from the system.
  • 31. COMPANY Initially Company must need to login to the system by entering valid user_id and password provided by the administrator module. The recruiter updates his details like his company name, working criteria and information about itself. The Company will see the details about the college posted by the tpo module to the system. The Company will also able to see the student details as name, branch, aggregate marks, passed out year etc .Company can change his password if he required by using the change password field. Mailing and messaging option is also available in Company module that contain email /messages received and send by the TPO. The menu bar at the top can consist of same field as previous module except that the about us field can contains information about the Company module. By clicking on logout field the Company can successfully logout from the system
  • 32. DATA INTEGRITY Integrity Constraints are used to apply business rules for the database tables . The Constraints can be specified immediately after the column definition. Data Integrity is used to maintain accuracy and consistency of data in the table 1. .Primary Key 2. .Unique key 3. .default
  • 34. Variable Datatype Constraint Regno nvarchar(50) Primary key Name nvarchar(50) not null Password nvarchar(50) not null Gmail nvarchar(50) not null Branch nvarchar(50) not null Phone nvarchar(50) Default null Hobbies nvarchar(max) Default null progLa nvarchar(max) Default null Web nvarchar(max) Default null Databases nvarchar(max) Default null Peraddress nvarchar(max) not null CourseSSC nvarchar(50) Default null PercentageOfSSC nvarchar(50) Default null inter_Dioploma nvarchar(50) Default null PercentageOfInter nvarchar(50) Default null CourseDEGree nvarchar(50) Default null PercentageDegree nvarchar(50) Default null CoursePG nvarchar(50) Default null PercentagePg nvarchar(50) Default null ProfileImage Image Default null
  • 35. PLACEMENT EVENTS DATABASE DETAILS Variable Datatype Constraint Roll number Int Not null Mode Of Event nvarchar(max) Not null From date Date Not null To date Date Not null Title nvarchar(max) Default null Purpose nvarchar(max) Default null Target audience nvarchar(max) Default null Link nvarchar(max) Default null
  • 36. TRAINING EVENT DATABASE DETAILS Variable Datatype Constraint Rollnumber Int Not null ModeOfEvent nvarchar(max) Not null From date Date Not null To date Date Not null Title nvarchar(max) Default null Purpose nvarchar(max) Default null Target audience nvarchar(max) Default null Link nvarchar(max) Default null
  • 37. STAFF & TPO DATA BASE DETAILS Variable Datatype Constraint Username nvarchar(50) Primary key Password nvarchar(max) Not null Gmail nvarchar(50) Not null Branch nvarchar(50) Not null Mobile nvarchar(20) Default null 3.3.2 Staff Database TPO database Variable Datatype Constraint Username nvarchar(50) Primary key Password nvarchar(50) Not null 3.3.3 TPO Database
  • 38. State diagrams Staff state diagram Tpo state diagram
  • 58. Test cases Test cases can be divided in to two types. First one is Positive test cases and second one is negative test cases. In positive test cases are conducted by the developer intention is to get the output. In negative test cases are conducted by the developer intention is to don’t get the output.
  • 59. TPO TEST CASES S .No Test case Description Actual value Expected value Result 1 Enter the username and password Verification of login details. Login Successfully true 2 Upload training events ,placement events Enter event start date , end date and description Update event start date , end date and description into database successfully true 3 Change Password Enter old password, and new password Successfully change password true
  • 60. STUDENT TEST CASES S .No Test case Description Actual value Expected value Result 1 Enter the username and password Verification of login details. Login Successfully true 2 View training events ,placement events Enter event start date , end date and description Display event start date , end date and description from database successfully true 3 Change Password Enter old password, and new password Successfully change password true
  • 61. STAFF TEST CASES S .No Test case Description Actual value Expected value Result 1 Enter the username and password Verification of login details. Login Successfully true 2 Upload training events ,placement events Enter event start date , end date and description Update event start date , end date and description into database successfully true 3 Change Password Enter old password, and new password Successfully change password true
  翻译: