SlideShare a Scribd company logo
1 of 5
Download to read offline
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 10 Issue: 04 | Apr 2023 www.irjet.net p-ISSN: 2395-0072
© 2023, IRJET | Impact Factor value: 8.226 | ISO 9001:2008 Certified Journal | Page 1567
COLLEGE PROJECT MANAGEMENT SYSTEM
Kolipaka Rajesh1, Cholleti Shiva Kumar 2, Bhukya Pavan Kalyan3, Dr. G. Vani4
4Assistant Professor, Department of Computer Science and Engineering, SNIST, Hyderabad-501301, India
1,2,3B. Tech Scholars, Department of Computer Science and Engineering, SNIST, Hyderabad-501301, India
---------------------------------------------------------------------***---------------------------------------------------------------------
Abstract - In our college, the Project Coordinator has to
manage the student’s projects. The Project Coordinator will
share a Google sheet with the students to fill out the Batch
Formation, Domain, Project Title, and some other project-
related details. After this, the Project coordinator manually
will allot an internal guide to each batch and conduct an
Abstract presentation, Design presentation, and
Implementation Presentation. Thisprocessseemstobesimple,
but it takes more time, and a lot of effort and pressure will fall
on the Project Coordinator. So, tohelptheProjectCoordinator,
we proposed College Project Management System, which is
developed using Spring Boot and React, this will reduce the
effort and make the tasks easier. This system consists of three
modules. They are Project Coordinator Module, Student
Module, and Internal Guide Module. The project coordinator
will manage the student’s details and can easily allot guides.
Students can form batches and submit project-related details.
Both Project Coordinator and Internal guide can view the
student’s submitted details.
Key Words: API, Spring Boot, React, Postman.
1. INTRODUCTION
Project Coordinator has to manage a lot more things like
filling out the sheets with students, assigning the Internal
guides, conducting the presentations, and gathering the
project-related details from students. So, the proposed
system is concerned with the Project Coordinator. The main
intention is to reduce the work of the Project Coordinator.
More precisely making the management of all the above-
mentioned tasks become easier. For Students and Internal
guides also this system is beneficial.
2. EXISTING SYSTEM
Currently, the Project Coordinator will share a Google sheet
regarding Batch Formation, Domain, Title, Nature, andsoon
with the students. The students have to fill out the Google
sheet.
Drawbacks:
1. Every time the Project Coordinator has to intimate the
students to fill out the particular sheet,whichisa hectic
and tedious task for the Project Coordinator.
 For Example, Firstly Project Coordinator will
intimate students to fill out the batch formation
details. Project Coordinator has to check whether
every student formed a batch or not. If Some
students didn’t fill the sheet in a given time, the
Project Coordinator has to reduce the marks for
them and intimate this thing to those students who
didn’t fill it, this process is done manually and takes
some time. After the completion of batch formation,
again Project Coordinator has to intimate the
student to fill the project domain, this Project
Coordinator has to assign a guide to each batch and
again intimate to fill the Project Title sheet and this
process continues until the Project Coordinator got
the necessary details. For every detail, the Project
Coordinator has to intimate to fill out the sheet,
which is a hectic task.
2. Assigning guides to groups/batches also takes time.
3. Always have to open the Google sheet for any small
information.
3. PROPOSED SYSTEM
To overcome those drawbacks of the existing system, we
proposed a system, the College Project Management system.
The proposed system has the following benefits:
• Saves a lot of time and effort.
• Lessens paperwork.
• User-friendly interface.
This system consists of three modules.
They are Project Coordinator Module.
Student Module.
Internal Guide Module.
Project Coordinator Module Features: The Project
Coordinator can
• add the students of the class to the system (only the
added students can log in to the system).
• add internal guides to the system (only the added
guides can log in to the system).
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 10 Issue: 04 | Apr 2023 www.irjet.net p-ISSN: 2395-0072
© 2023, IRJET | Impact Factor value: 8.226 | ISO 9001:2008 Certified Journal | Page 1568
• assign guides to groups easily based on domain.
• send messages to all students about the time to
complete a particular work.
• view the student’s submitted details.
Student Module Features: Students can
• Form a batch.
• Submit the required details (like Domain, Project
Title, etc.).
• Know when to submit the work through a message
box.
Internal Guide Module Feature: Internal Guide can
• View team members.
• View Project-related data.
• Know the messages sent by the Project Coordinator.
4. RELATED WORK
As per our research regarding the proposed system, some
paper consists of a similar idea to ours. In many papers,they
designed the system in such a way that students must
register to the system, but in our system, the students and
internal guides were added to the system by the Project
Coordinator itself.
5. SYSTEM DESIGN
5.1. System Architecture:
Figure 1: System Architecture
In the above System Architecture, we can observe that
College Project ManagementSystemishavingthreemodules,
which respectively represent the type of user. This system
also contains a database. Whenever a user needs the data,
this system gives the data from the database,andwhenevera
user submits the data, this stores the data in that database.
5.2. Data Flow Diagram:
Figure 2: Data Flow Diagram
The above diagram depicts the College Project Management
System consisting of three modules. They are the Project
Coordinator module, Student Module, and Guide Module.
Each module consisting its features.
5.3. UML Diagrams:
5.3.1. Use Case Diagram:
Figure 3: Use Case Diagram
In this use case diagram, we have four actors, Project
Coordinator, Student, Internal Guide, and System User.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 10 Issue: 04 | Apr 2023 www.irjet.net p-ISSN: 2395-0072
© 2023, IRJET | Impact Factor value: 8.226 | ISO 9001:2008 Certified Journal | Page 1569
5.3.2. Activity Diagram:
Figure 4: Activity Diagram
In this Activity diagram, we have two forks, two joins, and
two final states.
5.3.3. Communication Diagram:
Figure 5: Communication Diagram
In the above Communication Diagram, we are having four
lifelines, Project Coordinator, Student, Internal Guide, and
Database. Each of them will interact with the messages.
5.3.4. Deployment Diagram:
Figure 6: Deployment Diagram
At the client tier, users will interact with the systemusing
web browsers such as Chrome or Microsoft Edge. The web
tier is responsible for presenting the user interface of the
system, which users can interact with through the web
browser. Thiscould include elements such as forms,buttons,
menus, and other visual elements.
The application tier contains the main business logic of
the system, where the processing of user requests and other
application functions occur. When a user sends a request to
the application tier, the application tier will fetch data from
the database tier, which is represented by the MySQL
database. To facilitate this interaction between the
application tier and the database tier, the system uses the
Apache Tomcat server, which is represented in the server
tier.
6. TECHNOLOGIES USED
For Frontend: React
For Backend: Spring Boot
For Database: MySQL
For API Testing: Postman
7. IMPLEMENTATION
We did the User Interface, which is the frontend part of the
system using React in Visual StudioCode.ThatUserInterface
is connected totheAPI(ApplicationProgrammingInterface),
which is the backend part of the system using Spring Boot in
Spring Tool Suite (STS) and that backend is connected tothe
database MySQL of XAMPP for storing the data.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 10 Issue: 04 | Apr 2023 www.irjet.net p-ISSN: 2395-0072
© 2023, IRJET | Impact Factor value: 8.226 | ISO 9001:2008 Certified Journal | Page 1570
8. RESULT/OUTPUT SCREENSHOTS
Screenshot 1: Role Selection Page
The user must select the appropriate role to enter into the
system.
Screenshot 2: Project Coordinator Login Page
When the user selected the Project Coordinator role, that
user will be redirected to Project Coordinator Login Page.
Screenshot 3: Project Coordinator Home Page
After the successful login, the user will be treated as Project
Coordinator and will be directed to the home page from
Project Coordinator Login page.
Screenshot 4: Message page of Project Coordinator
From this page, Project Coordinator can send messages to
the students regarding submission dates or any other
information.
Screenshot 5: Details page of Project Coordinator
The Project Coordinator can view the formed batches and
their project-related details on this details page. The Project
Coordinator easily allot or change the guide to a batch.
Project Coordinator will know the students who didn’t form
batches by clicking on the “Students Remaining” button,this
will help at the time of awarding marks to the students.
Screenshot 6: Batch Formation page of student
After logging in as a student, the student can form a batch
(maximum up to 3 members). With the “Students
Remaining” button the student will know which students
didn’t form batches. Therefore, the student can ask the
remaining students to form a batch/team with him/her.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 10 Issue: 04 | Apr 2023 www.irjet.net p-ISSN: 2395-0072
© 2023, IRJET | Impact Factor value: 8.226 | ISO 9001:2008 Certified Journal | Page 1571
Screenshot 7: Details page of Student: part-1
Screenshot 8: Details page of Student: part-2
After batch formation, students can submit project-related
details like Domain, Title, and Nature.
Screenshot 9: Details page of Guide
After successful login as a guide, that guide can know his
teams/batches and their project details on this details page.
9. CONCLUSION
Generally, Project Coordinatorwill undergoa lotofworkload
in gathering project-related details and managing those
details. In order to reduce the workload on the Project
Coordinator this College Project Management System is
developed. This system helps the Project Coordinator in
managing the tasks smoothly and easily by providinga user-
friendly interface. Thereby a lot of time and effort will be
saved.
10. FUTURE SCOPE
 In the future, we can also add an External Examiner
module, so that External Examiner can view all the
project-related details, then it becomes easy to ask the
related questions to the student in External Exam.
 If the Head of the Department wants to see what things
are going daily on the system, then we can also include a
HOD module.
 We can also make marks allotment done automatically
based on the date of submission, this automates one of
the tasks performed by the Project Coordinator.
11. REFERENCES
[1] Sanket Kale, Aniket Shewale, Premsagar J. Sarang,
Prasad S.Pawar, and Safia Sadruddin. “Project
Management System (PMS)” in IJEDR (Volume 5,
Issue 2)
[2] https://www.youtube.com/watch?v=35EQXmHKZY
s&t=5995s&ab_channel=Telusko
[3] https://www.youtube.com/watch?v=foARzSz_1WU
&t=787s&ab_channel=TutusFunny
[4] https://www.youtube.com/watch?v=4LZKnegAm4
g&t=4761s&ab_channel=CodeWithArjun

More Related Content

Similar to COLLEGE PROJECT MANAGEMENT SYSTEM

Proposal_on_Online_Admission_Form.pdf.pdf
Proposal_on_Online_Admission_Form.pdf.pdfProposal_on_Online_Admission_Form.pdf.pdf
Proposal_on_Online_Admission_Form.pdf.pdf
MariamAlraeesi
 

Similar to COLLEGE PROJECT MANAGEMENT SYSTEM (20)

Student acadamic system Final report
Student acadamic system Final reportStudent acadamic system Final report
Student acadamic system Final report
 
Schooladmissionprocessmanagement 140227084915-phpapp01
Schooladmissionprocessmanagement 140227084915-phpapp01Schooladmissionprocessmanagement 140227084915-phpapp01
Schooladmissionprocessmanagement 140227084915-phpapp01
 
Proposal_on_Online_Admission_Form.pdf.pdf
Proposal_on_Online_Admission_Form.pdf.pdfProposal_on_Online_Admission_Form.pdf.pdf
Proposal_on_Online_Admission_Form.pdf.pdf
 
IRJET - College Event Management System
IRJET - College Event Management SystemIRJET - College Event Management System
IRJET - College Event Management System
 
‘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
 
DEPARTMENT MANAGEMENT SYSTEM FOR A PARTICULAR DEPARTMENT IN THE COLLEGE
DEPARTMENT MANAGEMENT SYSTEM FOR A PARTICULAR DEPARTMENT IN THE COLLEGEDEPARTMENT MANAGEMENT SYSTEM FOR A PARTICULAR DEPARTMENT IN THE COLLEGE
DEPARTMENT MANAGEMENT SYSTEM FOR A PARTICULAR DEPARTMENT IN THE COLLEGE
 
PORT FOLIO
PORT FOLIOPORT FOLIO
PORT FOLIO
 
Student Project Management System (SPMS)
Student Project Management System (SPMS)Student Project Management System (SPMS)
Student Project Management System (SPMS)
 
School management System
School management SystemSchool management System
School management System
 
Alumni Management System – Web Application
Alumni Management System – Web ApplicationAlumni Management System – Web Application
Alumni Management System – Web Application
 
Alumni Management System -Web Application
Alumni Management System -Web ApplicationAlumni Management System -Web Application
Alumni Management System -Web Application
 
IRJET - Higher Education Access Prediction using Data Mining
IRJET -  	  Higher Education Access Prediction using Data MiningIRJET -  	  Higher Education Access Prediction using Data Mining
IRJET - Higher Education Access Prediction using Data Mining
 
Online Exam System_Industrial Report
Online Exam System_Industrial ReportOnline Exam System_Industrial Report
Online Exam System_Industrial Report
 
University management System project report..pdf
University management System project report..pdfUniversity management System project report..pdf
University management System project report..pdf
 
Development of Intelligent Alumni Management System for Universities
Development of Intelligent Alumni Management System for Universities Development of Intelligent Alumni Management System for Universities
Development of Intelligent Alumni Management System for Universities
 
College Feedback System
College Feedback SystemCollege Feedback System
College Feedback System
 
IRJET - Automated Exam Cell System
IRJET - Automated Exam Cell SystemIRJET - Automated Exam Cell System
IRJET - Automated Exam Cell System
 
Student and Teacher Oriented System (SATOS)
Student and Teacher Oriented System (SATOS)Student and Teacher Oriented System (SATOS)
Student and Teacher Oriented System (SATOS)
 
Exam Result Analysis
Exam Result AnalysisExam Result Analysis
Exam Result Analysis
 
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
 

More from IRJET Journal

More from IRJET Journal (20)

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil Characteristics
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADAS
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare System
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridges
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web application
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
 

Recently uploaded

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
 
Kuwait City MTP kit ((+919101817206)) Buy Abortion Pills Kuwait
Kuwait City MTP kit ((+919101817206)) Buy Abortion Pills KuwaitKuwait City MTP kit ((+919101817206)) Buy Abortion Pills Kuwait
Kuwait City MTP kit ((+919101817206)) Buy Abortion Pills Kuwait
jaanualu31
 
Standard vs Custom Battery Packs - Decoding the Power Play
Standard vs Custom Battery Packs - Decoding the Power PlayStandard vs Custom Battery Packs - Decoding the Power Play
Standard vs Custom Battery Packs - Decoding the Power Play
Epec Engineered Technologies
 
scipt v1.pptxcxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx...
scipt v1.pptxcxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx...scipt v1.pptxcxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx...
scipt v1.pptxcxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx...
HenryBriggs2
 

Recently uploaded (20)

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
 
Employee leave management system project.
Employee leave management system project.Employee leave management system project.
Employee leave management system project.
 
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
 
8086 Microprocessor Architecture: 16-bit microprocessor
8086 Microprocessor Architecture: 16-bit microprocessor8086 Microprocessor Architecture: 16-bit microprocessor
8086 Microprocessor Architecture: 16-bit microprocessor
 
Hostel management system project report..pdf
Hostel management system project report..pdfHostel management system project report..pdf
Hostel management system project report..pdf
 
Introduction to Artificial Intelligence ( AI)
Introduction to Artificial Intelligence ( AI)Introduction to Artificial Intelligence ( AI)
Introduction to Artificial Intelligence ( AI)
 
HAND TOOLS USED AT ELECTRONICS WORK PRESENTED BY KOUSTAV SARKAR
HAND TOOLS USED AT ELECTRONICS WORK PRESENTED BY KOUSTAV SARKARHAND TOOLS USED AT ELECTRONICS WORK PRESENTED BY KOUSTAV SARKAR
HAND TOOLS USED AT ELECTRONICS WORK PRESENTED BY KOUSTAV SARKAR
 
Convergence of Robotics and Gen AI offers excellent opportunities for Entrepr...
Convergence of Robotics and Gen AI offers excellent opportunities for Entrepr...Convergence of Robotics and Gen AI offers excellent opportunities for Entrepr...
Convergence of Robotics and Gen AI offers excellent opportunities for Entrepr...
 
Computer Networks Basics of Network Devices
Computer Networks  Basics of Network DevicesComputer Networks  Basics of Network Devices
Computer Networks Basics of Network Devices
 
Kuwait City MTP kit ((+919101817206)) Buy Abortion Pills Kuwait
Kuwait City MTP kit ((+919101817206)) Buy Abortion Pills KuwaitKuwait City MTP kit ((+919101817206)) Buy Abortion Pills Kuwait
Kuwait City MTP kit ((+919101817206)) Buy Abortion Pills Kuwait
 
Standard vs Custom Battery Packs - Decoding the Power Play
Standard vs Custom Battery Packs - Decoding the Power PlayStandard vs Custom Battery Packs - Decoding the Power Play
Standard vs Custom Battery Packs - Decoding the Power Play
 
HOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptx
HOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptxHOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptx
HOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptx
 
Signal Processing and Linear System Analysis
Signal Processing and Linear System AnalysisSignal Processing and Linear System Analysis
Signal Processing and Linear System Analysis
 
S1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptx
S1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptxS1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptx
S1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptx
 
UNIT 4 PTRP final Convergence in probability.pptx
UNIT 4 PTRP final Convergence in probability.pptxUNIT 4 PTRP final Convergence in probability.pptx
UNIT 4 PTRP final Convergence in probability.pptx
 
Basic Electronics for diploma students as per technical education Kerala Syll...
Basic Electronics for diploma students as per technical education Kerala Syll...Basic Electronics for diploma students as per technical education Kerala Syll...
Basic Electronics for diploma students as per technical education Kerala Syll...
 
fitting shop and tools used in fitting shop .ppt
fitting shop and tools used in fitting shop .pptfitting shop and tools used in fitting shop .ppt
fitting shop and tools used in fitting shop .ppt
 
scipt v1.pptxcxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx...
scipt v1.pptxcxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx...scipt v1.pptxcxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx...
scipt v1.pptxcxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx...
 
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 ...
 
AIRCANVAS[1].pdf mini project for btech students
AIRCANVAS[1].pdf mini project for btech studentsAIRCANVAS[1].pdf mini project for btech students
AIRCANVAS[1].pdf mini project for btech students
 

COLLEGE PROJECT MANAGEMENT SYSTEM

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 10 Issue: 04 | Apr 2023 www.irjet.net p-ISSN: 2395-0072 © 2023, IRJET | Impact Factor value: 8.226 | ISO 9001:2008 Certified Journal | Page 1567 COLLEGE PROJECT MANAGEMENT SYSTEM Kolipaka Rajesh1, Cholleti Shiva Kumar 2, Bhukya Pavan Kalyan3, Dr. G. Vani4 4Assistant Professor, Department of Computer Science and Engineering, SNIST, Hyderabad-501301, India 1,2,3B. Tech Scholars, Department of Computer Science and Engineering, SNIST, Hyderabad-501301, India ---------------------------------------------------------------------***--------------------------------------------------------------------- Abstract - In our college, the Project Coordinator has to manage the student’s projects. The Project Coordinator will share a Google sheet with the students to fill out the Batch Formation, Domain, Project Title, and some other project- related details. After this, the Project coordinator manually will allot an internal guide to each batch and conduct an Abstract presentation, Design presentation, and Implementation Presentation. Thisprocessseemstobesimple, but it takes more time, and a lot of effort and pressure will fall on the Project Coordinator. So, tohelptheProjectCoordinator, we proposed College Project Management System, which is developed using Spring Boot and React, this will reduce the effort and make the tasks easier. This system consists of three modules. They are Project Coordinator Module, Student Module, and Internal Guide Module. The project coordinator will manage the student’s details and can easily allot guides. Students can form batches and submit project-related details. Both Project Coordinator and Internal guide can view the student’s submitted details. Key Words: API, Spring Boot, React, Postman. 1. INTRODUCTION Project Coordinator has to manage a lot more things like filling out the sheets with students, assigning the Internal guides, conducting the presentations, and gathering the project-related details from students. So, the proposed system is concerned with the Project Coordinator. The main intention is to reduce the work of the Project Coordinator. More precisely making the management of all the above- mentioned tasks become easier. For Students and Internal guides also this system is beneficial. 2. EXISTING SYSTEM Currently, the Project Coordinator will share a Google sheet regarding Batch Formation, Domain, Title, Nature, andsoon with the students. The students have to fill out the Google sheet. Drawbacks: 1. Every time the Project Coordinator has to intimate the students to fill out the particular sheet,whichisa hectic and tedious task for the Project Coordinator.  For Example, Firstly Project Coordinator will intimate students to fill out the batch formation details. Project Coordinator has to check whether every student formed a batch or not. If Some students didn’t fill the sheet in a given time, the Project Coordinator has to reduce the marks for them and intimate this thing to those students who didn’t fill it, this process is done manually and takes some time. After the completion of batch formation, again Project Coordinator has to intimate the student to fill the project domain, this Project Coordinator has to assign a guide to each batch and again intimate to fill the Project Title sheet and this process continues until the Project Coordinator got the necessary details. For every detail, the Project Coordinator has to intimate to fill out the sheet, which is a hectic task. 2. Assigning guides to groups/batches also takes time. 3. Always have to open the Google sheet for any small information. 3. PROPOSED SYSTEM To overcome those drawbacks of the existing system, we proposed a system, the College Project Management system. The proposed system has the following benefits: • Saves a lot of time and effort. • Lessens paperwork. • User-friendly interface. This system consists of three modules. They are Project Coordinator Module. Student Module. Internal Guide Module. Project Coordinator Module Features: The Project Coordinator can • add the students of the class to the system (only the added students can log in to the system). • add internal guides to the system (only the added guides can log in to the system).
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 10 Issue: 04 | Apr 2023 www.irjet.net p-ISSN: 2395-0072 © 2023, IRJET | Impact Factor value: 8.226 | ISO 9001:2008 Certified Journal | Page 1568 • assign guides to groups easily based on domain. • send messages to all students about the time to complete a particular work. • view the student’s submitted details. Student Module Features: Students can • Form a batch. • Submit the required details (like Domain, Project Title, etc.). • Know when to submit the work through a message box. Internal Guide Module Feature: Internal Guide can • View team members. • View Project-related data. • Know the messages sent by the Project Coordinator. 4. RELATED WORK As per our research regarding the proposed system, some paper consists of a similar idea to ours. In many papers,they designed the system in such a way that students must register to the system, but in our system, the students and internal guides were added to the system by the Project Coordinator itself. 5. SYSTEM DESIGN 5.1. System Architecture: Figure 1: System Architecture In the above System Architecture, we can observe that College Project ManagementSystemishavingthreemodules, which respectively represent the type of user. This system also contains a database. Whenever a user needs the data, this system gives the data from the database,andwhenevera user submits the data, this stores the data in that database. 5.2. Data Flow Diagram: Figure 2: Data Flow Diagram The above diagram depicts the College Project Management System consisting of three modules. They are the Project Coordinator module, Student Module, and Guide Module. Each module consisting its features. 5.3. UML Diagrams: 5.3.1. Use Case Diagram: Figure 3: Use Case Diagram In this use case diagram, we have four actors, Project Coordinator, Student, Internal Guide, and System User.
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 10 Issue: 04 | Apr 2023 www.irjet.net p-ISSN: 2395-0072 © 2023, IRJET | Impact Factor value: 8.226 | ISO 9001:2008 Certified Journal | Page 1569 5.3.2. Activity Diagram: Figure 4: Activity Diagram In this Activity diagram, we have two forks, two joins, and two final states. 5.3.3. Communication Diagram: Figure 5: Communication Diagram In the above Communication Diagram, we are having four lifelines, Project Coordinator, Student, Internal Guide, and Database. Each of them will interact with the messages. 5.3.4. Deployment Diagram: Figure 6: Deployment Diagram At the client tier, users will interact with the systemusing web browsers such as Chrome or Microsoft Edge. The web tier is responsible for presenting the user interface of the system, which users can interact with through the web browser. Thiscould include elements such as forms,buttons, menus, and other visual elements. The application tier contains the main business logic of the system, where the processing of user requests and other application functions occur. When a user sends a request to the application tier, the application tier will fetch data from the database tier, which is represented by the MySQL database. To facilitate this interaction between the application tier and the database tier, the system uses the Apache Tomcat server, which is represented in the server tier. 6. TECHNOLOGIES USED For Frontend: React For Backend: Spring Boot For Database: MySQL For API Testing: Postman 7. IMPLEMENTATION We did the User Interface, which is the frontend part of the system using React in Visual StudioCode.ThatUserInterface is connected totheAPI(ApplicationProgrammingInterface), which is the backend part of the system using Spring Boot in Spring Tool Suite (STS) and that backend is connected tothe database MySQL of XAMPP for storing the data.
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 10 Issue: 04 | Apr 2023 www.irjet.net p-ISSN: 2395-0072 © 2023, IRJET | Impact Factor value: 8.226 | ISO 9001:2008 Certified Journal | Page 1570 8. RESULT/OUTPUT SCREENSHOTS Screenshot 1: Role Selection Page The user must select the appropriate role to enter into the system. Screenshot 2: Project Coordinator Login Page When the user selected the Project Coordinator role, that user will be redirected to Project Coordinator Login Page. Screenshot 3: Project Coordinator Home Page After the successful login, the user will be treated as Project Coordinator and will be directed to the home page from Project Coordinator Login page. Screenshot 4: Message page of Project Coordinator From this page, Project Coordinator can send messages to the students regarding submission dates or any other information. Screenshot 5: Details page of Project Coordinator The Project Coordinator can view the formed batches and their project-related details on this details page. The Project Coordinator easily allot or change the guide to a batch. Project Coordinator will know the students who didn’t form batches by clicking on the “Students Remaining” button,this will help at the time of awarding marks to the students. Screenshot 6: Batch Formation page of student After logging in as a student, the student can form a batch (maximum up to 3 members). With the “Students Remaining” button the student will know which students didn’t form batches. Therefore, the student can ask the remaining students to form a batch/team with him/her.
  • 5. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 10 Issue: 04 | Apr 2023 www.irjet.net p-ISSN: 2395-0072 © 2023, IRJET | Impact Factor value: 8.226 | ISO 9001:2008 Certified Journal | Page 1571 Screenshot 7: Details page of Student: part-1 Screenshot 8: Details page of Student: part-2 After batch formation, students can submit project-related details like Domain, Title, and Nature. Screenshot 9: Details page of Guide After successful login as a guide, that guide can know his teams/batches and their project details on this details page. 9. CONCLUSION Generally, Project Coordinatorwill undergoa lotofworkload in gathering project-related details and managing those details. In order to reduce the workload on the Project Coordinator this College Project Management System is developed. This system helps the Project Coordinator in managing the tasks smoothly and easily by providinga user- friendly interface. Thereby a lot of time and effort will be saved. 10. FUTURE SCOPE  In the future, we can also add an External Examiner module, so that External Examiner can view all the project-related details, then it becomes easy to ask the related questions to the student in External Exam.  If the Head of the Department wants to see what things are going daily on the system, then we can also include a HOD module.  We can also make marks allotment done automatically based on the date of submission, this automates one of the tasks performed by the Project Coordinator. 11. REFERENCES [1] Sanket Kale, Aniket Shewale, Premsagar J. Sarang, Prasad S.Pawar, and Safia Sadruddin. “Project Management System (PMS)” in IJEDR (Volume 5, Issue 2) [2] https://www.youtube.com/watch?v=35EQXmHKZY s&t=5995s&ab_channel=Telusko [3] https://www.youtube.com/watch?v=foARzSz_1WU &t=787s&ab_channel=TutusFunny [4] https://www.youtube.com/watch?v=4LZKnegAm4 g&t=4761s&ab_channel=CodeWithArjun