SlideShare a Scribd company logo
1 of 45
ONLINE GLOBAL JOB TRAINING AND
CAREER NETWORK APPLICATION
MENTORS:
GRACE FENG
DANIEL TANG
PROFESSOR:
DR. KEWEI SHA
TEAM MEMBERS:
VIKRAM KUMAR GOSHIKA
SRIHITA RAMANAN
HARSH JIVANI
SAIPAVAN TEJA KOPPULA
OUTLINE
2
Introduction
System
Architecture
Tools and
Technologies
Design of
Database
Implementation
Functionalities Security Milestones
Roles and
Responsibilities
Conclusion &
Future Work
INTRODUCTION
3
EXPLORE DATABASE, WEB APPLICATION AND SECURITY.
CREATING A WEB APPLICATION THAT CAN MODIFY THE DATABASE.
INCLUDES COMPANY, TRAINING SCHOOL AND SUPPORT CENTER.
WILL GIVE EASY ACCESS TO COMPANY IN ORDER TO VIEW THEIR STATISTICS.
WILL HAVE SECURITY TO KEEP THE DATA SAFE.
4
SYSTEM ARCHITECTURE
TOOLS AND TECHNOLOGIES
Software
• C# .NET
• SQL Server in AWS RDS
• MS SQL Server
• GitHub
5
Hardware
• Processor: i3 and above.
• RAM: 2Gb and above.
• Hard Disk: 50Gb and above.
• Operating System: Windows 7 and above.
DESIGN OF DATABASE
6
Sign into the AWS
Management Console
and open the Amazon
RDS console
Database creation
method:
Select engine options,
version, edition and
templates
Setting up master
password and sever
configuration
Create database
After creating
database, the data is
inserted into database
via user input
IMPLEMENTATION
7
ADMIN COMPANY TRAINING
CENTER
SUPPORT
CENTER
INVESTOR
IMPLEMENTATION – WELCOME PAGE
• Welcome page
where users
can navigate
for LogIn.
8
LOG-IN PAGE
9
• All users can
navigate to different
log-in pages from
left sidebar
• Every users have
option to forgot
password
• Admin can register
but the existing
admin needs to
approve the request
for register.
REGISTER PAGE FOR ADMIN
• Registration
available for
Admin profile
with verification
and approval.
10
FORGOT PASSWORD
• Requires valid
email.
• User gets error
message if email is
not available in
database.
• If user enters valid
email, user will get
OTP.
11
FORGOT PASSWORD- EMAIL FOR OTP
12
• User will get OTP
to change
password in
registered email.
• The OTP will be
valid until user
request for new
OTP.
FORGOT PASSWORD – AFTER GETTING
EMAIL FOR OTP
13
• After verifying
OTP user can view
text fields to enter
new password.
• Password and
confirm password
must be same.
ADMIN - HOMEPAGE
• Add Company
• Add Training Center
• Add Support Center
• Manage Company
• Manage Training Center
• Manage Support Center
14
ADMIN - REGISTRATION FOR COMPANY
• Main Admin can
add company
here,
• Validations are
added for
accurate values.
15
ADMIN - REGISTRATION FOR TRAINING
CENTER
16
• Main Admin can
add Training
Center here.
• Checkbox to
select training
type
• Validations are
added for
accurate values.
ADMIN - REGISTRATION FOR SUPPORT
CENTER
17
• Main Admin can
add Support
Center here.
• Validations are
added for
accurate values.
• Password and
confirm
password must
be same.
ADMIN - MANAGE COMPANY
18
• Admin can view all
companies
registered.
• Admin can edit or
delete companies'
profile
• Admin cannot
change email as
email is used for
LogIn
ADMIN - MANAGE TRAINING CENTER
19
• Admin can view all
registered Training
Center.
• Admin can edit or
delete Training
Centers' profile
• Admin cannot
change Email as
Email is used for
LogIn
ADMIN - MANAGE SUPPORT CENTER
20
• Admin can view all
registered Support
Center.
• Admin can edit or
delete Support
Centers' profile
• Admin cannot
change email as
email is used for
LogIn
COMPANY ADMIN HOME PAGE
• Add Worker
• Add Training
Center
• Post Job
• Manage Worker
• Manage Training
Center
• Assign Training
Center to Worker
21
COMPANY ADMIN ASSIGN TRAINING
CENTER TO WORKER
• Training Center
Admin can select
Training Center
name and Worker
name to assign
Training Center to
Worker
22
COMPANY ADMIN POST JOB
• Training Center
Admin can post
job and all jobs
must have
industry and job
type.
23
WORKER HOMEPAGE
• Post resume
• Apply for job
24
WORKER POST RESUME
• Worker can
post resume
by browse file
from
computer.
• Worker can
also watch the
last resume
uploaded by
him.
25
TRAINING CENTER ADMIN HOMEPAGE
• Add Student
• Add Teacher
• Add Mentor
• Manage
Student
• Manage
Teacher
• Manage
Mentor
26
TEACHER HOMEPAGE
• Add Student to Course
• Add Course
• Manage student in course
• Manage Course
27
TEACHER ADD COURSE
• Teacher can
add course
and course
requirements
and course
fees are
required field.
28
TEACHER ADD STUDENT IN COURSE
• Teacher can
add students in
the course
offered by him
• Teacher can
select course
name and
student name
form dropdown
list 29
MENTOR HOMEPAGE
30
• List of
Mentees
• List of
Courses
STUDENT HOME PAGE
31
• Courses to
enroll
• Enrolled
courses
• Make
payment
• Companies to
Support
• Training centers to
Support
• Workers to Support
• Supported Company
List
• Supported Training
center List
• Supported Worker
List
• Post job
SUPPORT CENTER ADMIN HOME PAGE
32
INVESTOR HOMEPAGE
33
• Help Worker
• Invest on
Company
• Invest on
Training Center
• Invest on
Support Center
FUNCTIONALITIES – EDIT PROFILE
• Edit option is
available for all the
users.
• Email cannot be
edited.
34
FUNCTIONALITIES - ENCRYPTION
• The encrypted
password is stored in
the database.
• The encryption
algorithm used here is
35
FUNCTIONALITIES – CHANGE PASSWORD
• In Admin change
password, we enter
the new password
and submit.
• The new encrypted
password will be
stored in the
database.
36
FUNCTIONALITIES -
OPERATIONS
• The manage pages include
the edit and delete
operations.
• When clicked on edit, the
row changes to an
editable format
• After changing the data
we can click update.
• If we do not wish to make
any changes we just click
cancel. 37
FUNCTIONALITIES – SESSION HANDLING
38
Technique used to
make the Stateless
HTTP protocol that
supports Session state.
Doesn’t allow the user
until Login into the
application.
Redirects back to the
Login Page.
MILESTONES (1 OF 3)
39
S.NO DATE MILESTONE STATUS
1 01/29/2020 Project website Completed
2 01/29/2020 Hosting project website on the server Completed
3 02/05/2020 E-R Diagram Document Completed
4 02/11/2020 Attribute Suggestions and Empty Tables Completed
5 02/17/2020 Database Design Document Completed
6 02/18/2020 Requirement Specifications Document Completed
7 02/20/2020 Rough UI Flow Diagram Completed
8 02/27/2020 Rough UI Flow Diagram - Document Completed
9 03/05/2020 Empty Tables on SQL Sever Completed
10 03/05/2020 Architecture Diagram Completed
MILESTONES (2 OF 3)
40
S.NO DATE MILESTONE STATUS
11 03/11/2020 Log-In Module Completed
12 03/11/2020 Register Module Completed
13 03/23/2020 Mid-Term Presentation Completed
14 03/26/2020 LogIn and Register Backend Completed
15 04/01/2020 Remote Desktop Using EC2 Tool Completed
16 04/04/2020 Manage Pages for Admin modules Completed
17 04/07/2020 Manage Pages for Company modules Completed
18 04/10/2020 Manages Pages for all modules Completed
19 04/14/2020 Navigation bar in every module Completed
20 04/14/2020 Password Encryption For Security Completed
MILESTONES (3 OF 3)
41
S.NO DATE MILESTONE STATUS
21 04/21/2020 Session Handling Completed
22 04/21/2020 Welcome Page Completed
23 04/27/2020 Status Report Completed
24 04/27/2020 Forgot Password Function Completed
25 05/05/2020 Final Report Completed
26 05/05/2020 Final Presentation Completed
ROLES AND RESPONSIBILITIES
42
Vikram Kumar
Goshika
Team Leader
Front-End
Design
Back-End
Design
AWS Database
Project Website
Srihita
Ramanan
Front-End
Design
Back-End
Design
Database
Design
Documentatio
n
Harsh Jivani
Front-End
Design
Back-End
Design
Database
Design
AWS Database
Saipavan Teja
Koppula
Front-End
Design
Back-End
Design
Project
Website
Documentatio
n
CONCLUSION & FUTURE WORK
43
The search feature can be
improved.
Doubt clarification feature can be
improved in the mentor-mentee
relationship
Teacher can have a feature to
chose a mentor to help with his
course.
Report generation in each module
for various details like investor,
company, training center, support
center activities can be done.
DEMONSTRATION
44
THANK YOU
45

More Related Content

Similar to Final capstone presentation

Similar to Final capstone presentation (20)

Moodle integration with microsoft office 365 by enovation
Moodle integration with microsoft office 365 by enovationMoodle integration with microsoft office 365 by enovation
Moodle integration with microsoft office 365 by enovation
 
Lms tms testpad overview
Lms tms testpad overviewLms tms testpad overview
Lms tms testpad overview
 
Advanced excel brochure
Advanced excel   brochureAdvanced excel   brochure
Advanced excel brochure
 
Standalone desktop application
Standalone desktop applicationStandalone desktop application
Standalone desktop application
 
Creating a SharePoint App with Microsoft Access Services
Creating a SharePoint App with Microsoft Access ServicesCreating a SharePoint App with Microsoft Access Services
Creating a SharePoint App with Microsoft Access Services
 
What's New for IT Professionals in SharePoint Server 2013
What's New for IT Professionals in SharePoint Server 2013What's New for IT Professionals in SharePoint Server 2013
What's New for IT Professionals in SharePoint Server 2013
 
ONLINE MENTOR PLATFORM PROJECT PPT-2.pptx
ONLINE MENTOR PLATFORM PROJECT PPT-2.pptxONLINE MENTOR PLATFORM PROJECT PPT-2.pptx
ONLINE MENTOR PLATFORM PROJECT PPT-2.pptx
 
Industrail training report on website design and development
Industrail training report on website design and developmentIndustrail training report on website design and development
Industrail training report on website design and development
 
class 12 board project on database connectivity (java to SQL)
class 12 board project on database connectivity (java to SQL)class 12 board project on database connectivity (java to SQL)
class 12 board project on database connectivity (java to SQL)
 
Software requirement specification
Software requirement specificationSoftware requirement specification
Software requirement specification
 
2013-10-29 Capabilities of SharePoint
2013-10-29 Capabilities of SharePoint2013-10-29 Capabilities of SharePoint
2013-10-29 Capabilities of SharePoint
 
Academic management
Academic managementAcademic management
Academic management
 
Student result management system project using angular.pdf
Student result management system project using angular.pdfStudent result management system project using angular.pdf
Student result management system project using angular.pdf
 
Identity Management in SharePoint 2013
Identity Management in SharePoint 2013Identity Management in SharePoint 2013
Identity Management in SharePoint 2013
 
Designing and Implementing Microsoft 365 Adoption Centre - M365 Philly Virtua...
Designing and Implementing Microsoft 365 Adoption Centre - M365 Philly Virtua...Designing and Implementing Microsoft 365 Adoption Centre - M365 Philly Virtua...
Designing and Implementing Microsoft 365 Adoption Centre - M365 Philly Virtua...
 
‘SITP Test Manager’ Add-On for Google Form
‘SITP Test Manager’ Add-On for Google Form‘SITP Test Manager’ Add-On for Google Form
‘SITP Test Manager’ Add-On for Google Form
 
oracle-apex-beginner-hands-on-lab-5095868.pdf
oracle-apex-beginner-hands-on-lab-5095868.pdforacle-apex-beginner-hands-on-lab-5095868.pdf
oracle-apex-beginner-hands-on-lab-5095868.pdf
 
Online Job Portal Presentation
Online Job Portal  Presentation Online Job Portal  Presentation
Online Job Portal Presentation
 
87329340-87005502-Student-Database-Management-System.pptx
87329340-87005502-Student-Database-Management-System.pptx87329340-87005502-Student-Database-Management-System.pptx
87329340-87005502-Student-Database-Management-System.pptx
 
Totara Features - What Aren't You Using?
Totara Features - What Aren't You Using?Totara Features - What Aren't You Using?
Totara Features - What Aren't You Using?
 

Recently uploaded

INTERRUPT CONTROLLER 8259 MICROPROCESSOR
INTERRUPT CONTROLLER 8259 MICROPROCESSORINTERRUPT CONTROLLER 8259 MICROPROCESSOR
INTERRUPT CONTROLLER 8259 MICROPROCESSOR
TanishkaHira1
 
Integrated Test Rig For HTFE-25 - Neometrix
Integrated Test Rig For HTFE-25 - NeometrixIntegrated Test Rig For HTFE-25 - Neometrix
Integrated Test Rig For HTFE-25 - Neometrix
Neometrix_Engineering_Pvt_Ltd
 
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak HamilCara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Cara Menggugurkan Kandungan 087776558899
 
Digital Communication Essentials: DPCM, DM, and ADM .pptx
Digital Communication Essentials: DPCM, DM, and ADM .pptxDigital Communication Essentials: DPCM, DM, and ADM .pptx
Digital Communication Essentials: DPCM, DM, and ADM .pptx
pritamlangde
 
Hospital management system project report.pdf
Hospital management system project report.pdfHospital management system project report.pdf
Hospital management system project report.pdf
Kamal Acharya
 

Recently uploaded (20)

Introduction to Artificial Intelligence ( AI)
Introduction to Artificial Intelligence ( AI)Introduction to Artificial Intelligence ( AI)
Introduction to Artificial Intelligence ( AI)
 
8086 Microprocessor Architecture: 16-bit microprocessor
8086 Microprocessor Architecture: 16-bit microprocessor8086 Microprocessor Architecture: 16-bit microprocessor
8086 Microprocessor Architecture: 16-bit microprocessor
 
Introduction to Geographic Information Systems
Introduction to Geographic Information SystemsIntroduction to Geographic Information Systems
Introduction to Geographic Information Systems
 
INTERRUPT CONTROLLER 8259 MICROPROCESSOR
INTERRUPT CONTROLLER 8259 MICROPROCESSORINTERRUPT CONTROLLER 8259 MICROPROCESSOR
INTERRUPT CONTROLLER 8259 MICROPROCESSOR
 
Compressing and Sparsifying LLM in GenAI Applications
Compressing and Sparsifying LLM in GenAI ApplicationsCompressing and Sparsifying LLM in GenAI Applications
Compressing and Sparsifying LLM in GenAI Applications
 
Worksharing and 3D Modeling with Revit.pptx
Worksharing and 3D Modeling with Revit.pptxWorksharing and 3D Modeling with Revit.pptx
Worksharing and 3D Modeling with Revit.pptx
 
Max. shear stress theory-Maximum Shear Stress Theory ​ Maximum Distortional ...
Max. shear stress theory-Maximum Shear Stress Theory ​  Maximum Distortional ...Max. shear stress theory-Maximum Shear Stress Theory ​  Maximum Distortional ...
Max. shear stress theory-Maximum Shear Stress Theory ​ Maximum Distortional ...
 
Hostel management system project report..pdf
Hostel management system project report..pdfHostel management system project report..pdf
Hostel management system project report..pdf
 
8th International Conference on Soft Computing, Mathematics and Control (SMC ...
8th International Conference on Soft Computing, Mathematics and Control (SMC ...8th International Conference on Soft Computing, Mathematics and Control (SMC ...
8th International Conference on Soft Computing, Mathematics and Control (SMC ...
 
Integrated Test Rig For HTFE-25 - Neometrix
Integrated Test Rig For HTFE-25 - NeometrixIntegrated Test Rig For HTFE-25 - Neometrix
Integrated Test Rig For HTFE-25 - Neometrix
 
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak HamilCara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
 
Digital Communication Essentials: DPCM, DM, and ADM .pptx
Digital Communication Essentials: DPCM, DM, and ADM .pptxDigital Communication Essentials: DPCM, DM, and ADM .pptx
Digital Communication Essentials: DPCM, DM, and ADM .pptx
 
Post office management system project ..pdf
Post office management system project ..pdfPost office management system project ..pdf
Post office management system project ..pdf
 
Ground Improvement Technique: Earth Reinforcement
Ground Improvement Technique: Earth ReinforcementGround Improvement Technique: Earth Reinforcement
Ground Improvement Technique: Earth Reinforcement
 
Computer Networks Basics of Network Devices
Computer Networks  Basics of Network DevicesComputer Networks  Basics of Network Devices
Computer Networks Basics of Network Devices
 
School management system project Report.pdf
School management system project Report.pdfSchool management system project Report.pdf
School management system project Report.pdf
 
Path loss model, OKUMURA Model, Hata Model
Path loss model, OKUMURA Model, Hata ModelPath loss model, OKUMURA Model, Hata Model
Path loss model, OKUMURA Model, Hata Model
 
Online food ordering system project report.pdf
Online food ordering system project report.pdfOnline food ordering system project report.pdf
Online food ordering system project report.pdf
 
Databricks Generative AI Fundamentals .pdf
Databricks Generative AI Fundamentals  .pdfDatabricks Generative AI Fundamentals  .pdf
Databricks Generative AI Fundamentals .pdf
 
Hospital management system project report.pdf
Hospital management system project report.pdfHospital management system project report.pdf
Hospital management system project report.pdf
 

Final capstone presentation

  • 1. ONLINE GLOBAL JOB TRAINING AND CAREER NETWORK APPLICATION MENTORS: GRACE FENG DANIEL TANG PROFESSOR: DR. KEWEI SHA TEAM MEMBERS: VIKRAM KUMAR GOSHIKA SRIHITA RAMANAN HARSH JIVANI SAIPAVAN TEJA KOPPULA
  • 3. INTRODUCTION 3 EXPLORE DATABASE, WEB APPLICATION AND SECURITY. CREATING A WEB APPLICATION THAT CAN MODIFY THE DATABASE. INCLUDES COMPANY, TRAINING SCHOOL AND SUPPORT CENTER. WILL GIVE EASY ACCESS TO COMPANY IN ORDER TO VIEW THEIR STATISTICS. WILL HAVE SECURITY TO KEEP THE DATA SAFE.
  • 5. TOOLS AND TECHNOLOGIES Software • C# .NET • SQL Server in AWS RDS • MS SQL Server • GitHub 5 Hardware • Processor: i3 and above. • RAM: 2Gb and above. • Hard Disk: 50Gb and above. • Operating System: Windows 7 and above.
  • 6. DESIGN OF DATABASE 6 Sign into the AWS Management Console and open the Amazon RDS console Database creation method: Select engine options, version, edition and templates Setting up master password and sever configuration Create database After creating database, the data is inserted into database via user input
  • 8. IMPLEMENTATION – WELCOME PAGE • Welcome page where users can navigate for LogIn. 8
  • 9. LOG-IN PAGE 9 • All users can navigate to different log-in pages from left sidebar • Every users have option to forgot password • Admin can register but the existing admin needs to approve the request for register.
  • 10. REGISTER PAGE FOR ADMIN • Registration available for Admin profile with verification and approval. 10
  • 11. FORGOT PASSWORD • Requires valid email. • User gets error message if email is not available in database. • If user enters valid email, user will get OTP. 11
  • 12. FORGOT PASSWORD- EMAIL FOR OTP 12 • User will get OTP to change password in registered email. • The OTP will be valid until user request for new OTP.
  • 13. FORGOT PASSWORD – AFTER GETTING EMAIL FOR OTP 13 • After verifying OTP user can view text fields to enter new password. • Password and confirm password must be same.
  • 14. ADMIN - HOMEPAGE • Add Company • Add Training Center • Add Support Center • Manage Company • Manage Training Center • Manage Support Center 14
  • 15. ADMIN - REGISTRATION FOR COMPANY • Main Admin can add company here, • Validations are added for accurate values. 15
  • 16. ADMIN - REGISTRATION FOR TRAINING CENTER 16 • Main Admin can add Training Center here. • Checkbox to select training type • Validations are added for accurate values.
  • 17. ADMIN - REGISTRATION FOR SUPPORT CENTER 17 • Main Admin can add Support Center here. • Validations are added for accurate values. • Password and confirm password must be same.
  • 18. ADMIN - MANAGE COMPANY 18 • Admin can view all companies registered. • Admin can edit or delete companies' profile • Admin cannot change email as email is used for LogIn
  • 19. ADMIN - MANAGE TRAINING CENTER 19 • Admin can view all registered Training Center. • Admin can edit or delete Training Centers' profile • Admin cannot change Email as Email is used for LogIn
  • 20. ADMIN - MANAGE SUPPORT CENTER 20 • Admin can view all registered Support Center. • Admin can edit or delete Support Centers' profile • Admin cannot change email as email is used for LogIn
  • 21. COMPANY ADMIN HOME PAGE • Add Worker • Add Training Center • Post Job • Manage Worker • Manage Training Center • Assign Training Center to Worker 21
  • 22. COMPANY ADMIN ASSIGN TRAINING CENTER TO WORKER • Training Center Admin can select Training Center name and Worker name to assign Training Center to Worker 22
  • 23. COMPANY ADMIN POST JOB • Training Center Admin can post job and all jobs must have industry and job type. 23
  • 24. WORKER HOMEPAGE • Post resume • Apply for job 24
  • 25. WORKER POST RESUME • Worker can post resume by browse file from computer. • Worker can also watch the last resume uploaded by him. 25
  • 26. TRAINING CENTER ADMIN HOMEPAGE • Add Student • Add Teacher • Add Mentor • Manage Student • Manage Teacher • Manage Mentor 26
  • 27. TEACHER HOMEPAGE • Add Student to Course • Add Course • Manage student in course • Manage Course 27
  • 28. TEACHER ADD COURSE • Teacher can add course and course requirements and course fees are required field. 28
  • 29. TEACHER ADD STUDENT IN COURSE • Teacher can add students in the course offered by him • Teacher can select course name and student name form dropdown list 29
  • 30. MENTOR HOMEPAGE 30 • List of Mentees • List of Courses
  • 31. STUDENT HOME PAGE 31 • Courses to enroll • Enrolled courses • Make payment
  • 32. • Companies to Support • Training centers to Support • Workers to Support • Supported Company List • Supported Training center List • Supported Worker List • Post job SUPPORT CENTER ADMIN HOME PAGE 32
  • 33. INVESTOR HOMEPAGE 33 • Help Worker • Invest on Company • Invest on Training Center • Invest on Support Center
  • 34. FUNCTIONALITIES – EDIT PROFILE • Edit option is available for all the users. • Email cannot be edited. 34
  • 35. FUNCTIONALITIES - ENCRYPTION • The encrypted password is stored in the database. • The encryption algorithm used here is 35
  • 36. FUNCTIONALITIES – CHANGE PASSWORD • In Admin change password, we enter the new password and submit. • The new encrypted password will be stored in the database. 36
  • 37. FUNCTIONALITIES - OPERATIONS • The manage pages include the edit and delete operations. • When clicked on edit, the row changes to an editable format • After changing the data we can click update. • If we do not wish to make any changes we just click cancel. 37
  • 38. FUNCTIONALITIES – SESSION HANDLING 38 Technique used to make the Stateless HTTP protocol that supports Session state. Doesn’t allow the user until Login into the application. Redirects back to the Login Page.
  • 39. MILESTONES (1 OF 3) 39 S.NO DATE MILESTONE STATUS 1 01/29/2020 Project website Completed 2 01/29/2020 Hosting project website on the server Completed 3 02/05/2020 E-R Diagram Document Completed 4 02/11/2020 Attribute Suggestions and Empty Tables Completed 5 02/17/2020 Database Design Document Completed 6 02/18/2020 Requirement Specifications Document Completed 7 02/20/2020 Rough UI Flow Diagram Completed 8 02/27/2020 Rough UI Flow Diagram - Document Completed 9 03/05/2020 Empty Tables on SQL Sever Completed 10 03/05/2020 Architecture Diagram Completed
  • 40. MILESTONES (2 OF 3) 40 S.NO DATE MILESTONE STATUS 11 03/11/2020 Log-In Module Completed 12 03/11/2020 Register Module Completed 13 03/23/2020 Mid-Term Presentation Completed 14 03/26/2020 LogIn and Register Backend Completed 15 04/01/2020 Remote Desktop Using EC2 Tool Completed 16 04/04/2020 Manage Pages for Admin modules Completed 17 04/07/2020 Manage Pages for Company modules Completed 18 04/10/2020 Manages Pages for all modules Completed 19 04/14/2020 Navigation bar in every module Completed 20 04/14/2020 Password Encryption For Security Completed
  • 41. MILESTONES (3 OF 3) 41 S.NO DATE MILESTONE STATUS 21 04/21/2020 Session Handling Completed 22 04/21/2020 Welcome Page Completed 23 04/27/2020 Status Report Completed 24 04/27/2020 Forgot Password Function Completed 25 05/05/2020 Final Report Completed 26 05/05/2020 Final Presentation Completed
  • 42. ROLES AND RESPONSIBILITIES 42 Vikram Kumar Goshika Team Leader Front-End Design Back-End Design AWS Database Project Website Srihita Ramanan Front-End Design Back-End Design Database Design Documentatio n Harsh Jivani Front-End Design Back-End Design Database Design AWS Database Saipavan Teja Koppula Front-End Design Back-End Design Project Website Documentatio n
  • 43. CONCLUSION & FUTURE WORK 43 The search feature can be improved. Doubt clarification feature can be improved in the mentor-mentee relationship Teacher can have a feature to chose a mentor to help with his course. Report generation in each module for various details like investor, company, training center, support center activities can be done.