SlideShare a Scribd company logo
1 of 7
Download to read offline
© 2016, IJARCSSE All Rights Reserved Page | 39
Volume 6, Issue 4, April 2016 ISSN: 2277 128X
International Journal of Advanced Research in
Computer Science and Software Engineering
Research Paper
Available online at: www.ijarcsse.com
A Web- Based Project Management System
Aaron. A. Izang, Chinyere. C. Ihesiulo, Miracle Ofuru, Chukwuebuka Okafor
Department of Computer Science Babcock University, Ilishan-Remo,
Ogun Sate, Nigeria
Abstract— As business become increasingly dependent on Information Technology for their operations, project
managers find themselves under pressure to remain innovative and go forward to deliver quality projects, on time and
within budget constraints. However, some organizations still find it hard to plan and track project components,
stakeholders and resources. Additionally, project managers, team members and customers do not communicate
frequently to share their expert opinions. Projects tend to extend beyond scheduled deadlines, not necessarily due to
lack of resources or incompetence of projects members, but often because of inability to elicit requirements completely
and inadequacy of proper communication. To this end, with the advent of Information Technology, there has been an
increase in the demand for software that make jobs easier for people, as a result, to keep up with rising demand,
project managers need a way to effectively manage their software projects. Using the iterative methodology, a web
based software project management system was developed, that fully monitors project progress, allocates tasks, creates
milestones and provides an avenue for stakeholders to track project progress during its development phase. The
developed system solves the problem of unity and lack of communication. With the system, once added to a new
project, all participating members may send messages to one another and keep tabs on the progress of the project so
as to implement the stakeholder’s requirements efficiently.
Keywords— Web-Based, Project, Management System, Software, Stakeholders
I. INTRODUCTION
A project can be simply defined as a task to be completed within a given time. Projects can be grouped into three
major categories; Industrial projects (civil engineering, construction, petrochemical, mining and quarrying),
manufacturing projects and management projects [1].
Projects may differ in scale, but there are some notable characteristics that each project has, these characteristics may
include [2];
i. projects are to be completed within a specified time period.
ii. projects have specific, measurable, achievable, and realistic objectives.
iii. projects are completed within a specified budget.
Project management is the employment of knowledge, expertise, tools and methods to project activities that satisfy
project requirements [3]. The term project management is sometimes used to describe an organizational approach to the
management of ongoing operations [4]. This approach, more properly called management by projects, treats many
aspects of ongoing operations as projects to apply project management techniques to them.
II. WHAT IS A PROJECT MANAGEMENT SYSTEM?
A project management system is a software that has the ability to help strategize, organize, and manage resource
streams and develop resource approximations. Depending on the complexity of the software, resource breakdown
structures, resource availability, resource rates and various resource calendars can be defined to assist in optimizing
resource utilization. [3]
There are different types of project management systems used to handle projects. They are unique in operation,
depending on the kind of project one is managing. [4] listed the types as;
i. A desktop project management system is implemented as a program that runs on the desktop of a particular user.
Users and organizations can purchase it as a desktop package. The advantage of this type is the highly
responsive and graphically-intense user interface.
ii. A web-based project management system is implemented as a web application to be accessed via a web
browser, or an extranet. It is multi-user, and can be accessed from any computer without installing the software.
They are usually less responsive than desktop applications, and users cannot access project information if they
are offline.
iii. A personal project management system is designed for handling simple or home projects. It usually has a simple
interface, and mostly overlaps with single user systems.
Izang et al., International Journal of Advanced Research in Computer Science and Software Engineering 6(4),
April - 2016, pp. 39-45
© 2016, IJARCSSE All Rights Reserved Page | 40
iv. A single-user project management system is programmed with the conjecture that only one user will ever need
to work on the project plan at once. This may be used in small firms, or where only a few people are associated
in top-down project planning. Desktop applications are commonly classified in this category.
v. A collaborative or client server is specially designed to support multiple users. It easily allows the multiple users
who are working on different parts of a project at the same time. It incorporates multiple collaboration tools so
that users can share knowledge and expertise.
III. RELATED WORKS
Redmine is an open source software that provides budgeting, collaboration, customization, issue tracking, learning,
support, notifications, resource management, and traditional project management functionality for small/medium
businesses [5]
The best functional area of Redmine is traditional project management. It operates on online, mobile, and on premise
platforms. Its features include: Gantt Chart and calendar (time tracking), web feeds and email notifications, tracking of
multiple projects, simple time tracking, supports 34 languages, integrates news, documents, and file management, issue
tracking system, flexible role-based access control.
Asana is a software that puts tasks and conversations together to help teams manage projects and rely less on email.
Organize team projects, create and assign tasks, comment on progress, attach files and track due dates to keep your team
mates accountable, and focused on results. It is free for teams up to 15 people, available on web, Android and IOS. Its
features include: bug tracking, collaboration, email integration, file sharing, idea management, issue management,
milestone tracking, project planning, status tracking, task management, time and expense tracking.
So also [6] developed a web-based system that helps organizations to recruit competent project managers before
assigning of projects to such persons, but such system does not in cooperate communication among project team
members as well as stakeholders.
To this end, this study was able to build on some of the lapses of the related works and literatures reviewed to come up
with a perfect system that will not only help in software project development but will also satisfy all stakeholders
involved in a particular project as most of their requirements will be meant.
IV. METHODOLOGY
The software development model that was used is the iterative model. This model was used because the iterative
model allows for requirement changing.
WAMP was used for the development of the web-based project management system which has the following:
 Windows operating system
 Apache web server
 MySQL to create the database for the application using PHPMyAdmin
HTML, CSS,PHP and JavaScript was used to design the web pages.
The entity relationship diagram for the web based project management system illustrating all components of the
system is shown below.
Fig. 1 Entity relationship diagram of the web-based system
Izang et al., International Journal of Advanced Research in Computer Science and Software Engineering 6(4),
April - 2016, pp. 39-45
© 2016, IJARCSSE All Rights Reserved Page | 41
Fig. 2 shows the system architecture of the web based project management system
Fig. 2 System architecture of the web-based project management system.
Fig 3 shows the use case diagram of the system of the system showing the actors, their roles and actions.
Fig. 3 The use case diagram of the system.
RELATIONAL DATABASE
(MySQL, Oracle, MS
SQL server)
Web Server
(Apache, IIS)
Middleware
PHP, ColdFusion, ASP, JSP
Web Browser
(Internet Explorer,
Mozilla Firefox, Netscape)
administrator user
Login
Create Project
Create Milestone
Create tasklist
Create User
Send Message
Logout
Attach file
Receive
message
Login
View Project
View milestone
View tasklist
Send Message
Logout
View Users
Izang et al., International Journal of Advanced Research in Computer Science and Software Engineering 6(4),
April - 2016, pp. 39-45
© 2016, IJARCSSE All Rights Reserved Page | 42
V. IMPLEMENTATION OF THE WEB-BASED PROJECT MANAGEMENT SYSTEM
The system designed comprises of the front-end and the back-end. The front-end of the system includes the interface
of the system, i.e. what the users can see. The front-end components include the various pages of the system i.e. Login
page, the Admin page, the homepage, the project members page. Furthermore, these pages (front-end) are linked to the
back-end component which contains the database of the system. Using PHP scripting language, the database was
connected to the front end.
Fig 4: The application’s homepage.
The home page of the software is the first page of the system. From here users can login to the system, know more
about us and contact us.
Fig 5: The login page.
This is the page that enables users gain access to the system through the use of their unique usernames and passwords.
In this screenshot, a user named Salami is attempting to login using his username which is his email address and his
confidential password.
Fig 6: A user’s home page
Izang et al., International Journal of Advanced Research in Computer Science and Software Engineering 6(4),
April - 2016, pp. 39-45
© 2016, IJARCSSE All Rights Reserved Page | 43
This is a user’s home page, it displays the user’s name, the role the user plays and a calendar. From this page the user
can view projects, milestones and task lists that he/she is working on.
Fig 7: The add project page.
This is the page that enables the administrator create new projects. In creating a new project, the admin assigns a start
and end date to the project and a brief description of the project.
Fig 8: The view project page
This page displays all the projects that have been created on the system and their properties which includes the project
name, the description of the project, the percentage of the project that is complete, the days that has been spent on a
project and the actions the user can perform.
Fig 9: The add user page.
Izang et al., International Journal of Advanced Research in Computer Science and Software Engineering 6(4),
April - 2016, pp. 39-45
© 2016, IJARCSSE All Rights Reserved Page | 44
This is the page that enables the admin add new users to the system and assigns them to existing projects.
Fig 10: The create milestone page.
This is the page that enables the admin add milestones to existing projects
Fig 11: The view milestone page.
This displays the milestones of a particular project.
Fig 12: The create task page.
Here a new task “Follow up” is being created and assigned to Frank Dalusi with start and end dates as 2/25/2016 and
3/27/2016 respectively.
Izang et al., International Journal of Advanced Research in Computer Science and Software Engineering 6(4),
April - 2016, pp. 39-45
© 2016, IJARCSSE All Rights Reserved Page | 45
Fig 13: The tasklist page.
This page displays the tasks needed to be carried out to complete a milestone.
VI. CONCLUSION AND RECOMMENDATION FOR FURTHER STUDIES
In conclusion, the developed system solves the problem of unity, and lack of communication. The system also breaches
the gap between the stakeholders and the project manager by offering a platform whereby the stakeholder can monitor
the progress of the system. With the system, all members once added to a new project can message each other, and keep
tabs on the progress of the project. It is recommended that this web based project management systems should be
deployed wherever the need to manage projects efficiently arises. They are convenient to use, save time and resources,
and reduce both stationery and labour costs. For further studies, this system can be modified by other researchers to be
adapted in their various areas of study.
REFERENCES
[1] Reynolds, J. (2015). PROJECT MANAGEMENT: THE 3 MAJOR PROJECT TYPES. Retrieved from Project
Smart: https://www.projectsmart.co.uk/project-management-the-3-major-project-types.php
[2] Brown, S. (2012, May 4). What are the three key characteristics of a project. Retrieved from Projects Projects
Projects: www.projectsprojectsprojects.com/project-management/what-are-three-key-characteristics-of-a-
project/what-are-the-three-key-characteristics-of-a-projects
[3] Institute, P. M. (2008). A Guide to the Project Management Body of Knowledge(PMBOK Guide). Newton
Square, Pennsylvania, USA: Project Management Institute Inc.
[4] Mohamed, A. (2016). Project management software- Essential Guide. Retrieved from ComputerWeekly.com:
www.computerweekly.com/feature/Project-management-software-Essential-Guide
[5] Lang, J.-P. (2014). Redmine. Retrieved from Redmine: www.redmine.org
[6] Izang, A. A; Ogbonna, A.C; Kuyoro, S.O; Omotunde, A.A & Akande, O. (2015) A Web-Based Decision
Support System for Project Manager’s Proficiency, International Journal of Advanced Research in
Computer Science and Software Engineering, Volume 5, Issue 11, November 2015 ISSN: 2277 128X. Research
Paper Available online at: www.ijarcsse.com

More Related Content

Similar to A Web-Based Project Management System

Geochronos File Sharing Application Using Cloud
Geochronos File Sharing Application Using CloudGeochronos File Sharing Application Using Cloud
Geochronos File Sharing Application Using CloudIJERA Editor
 
Week 5 DiscussionYou really like the concept of web-based co
Week 5 DiscussionYou really like the concept of web-based coWeek 5 DiscussionYou really like the concept of web-based co
Week 5 DiscussionYou really like the concept of web-based coladonnacamplin
 
OS Password-Manager-Report.docx
OS Password-Manager-Report.docxOS Password-Manager-Report.docx
OS Password-Manager-Report.docxrinim85726
 
Project Review Management System
Project Review Management SystemProject Review Management System
Project Review Management SystemIRJET Journal
 
Software Evaluation
Software EvaluationSoftware Evaluation
Software EvaluationLori Gilbert
 
IRJET- Deep Web Searching (DWS)
IRJET- Deep Web Searching (DWS)IRJET- Deep Web Searching (DWS)
IRJET- Deep Web Searching (DWS)IRJET Journal
 
online news portal system
online news portal systemonline news portal system
online news portal systemArman Ahmed
 
Web engineering notes unit 2
Web engineering notes unit 2Web engineering notes unit 2
Web engineering notes unit 2inshu1890
 
QUALITY ASSURANCE AND INTEGRATION TESTING ASPECTS IN WEB BASED APPLICATIONS
QUALITY ASSURANCE AND INTEGRATION TESTING ASPECTS IN WEB BASED APPLICATIONSQUALITY ASSURANCE AND INTEGRATION TESTING ASPECTS IN WEB BASED APPLICATIONS
QUALITY ASSURANCE AND INTEGRATION TESTING ASPECTS IN WEB BASED APPLICATIONSIJCSEA Journal
 
Software Engineering Process in Web Application Development
Software Engineering Process in Web Application DevelopmentSoftware Engineering Process in Web Application Development
Software Engineering Process in Web Application DevelopmentIOSR Journals
 
IRJET- Virtual Community Using Cloud Technology “Unitalk”
IRJET-  	  Virtual Community Using Cloud Technology “Unitalk”IRJET-  	  Virtual Community Using Cloud Technology “Unitalk”
IRJET- Virtual Community Using Cloud Technology “Unitalk”IRJET Journal
 
NEED ANALYSIS: PORTABLE WEB SERVER DEVELOPMENT KITS FOR TEACHING AND LEARNING
NEED ANALYSIS: PORTABLE WEB SERVER DEVELOPMENT KITS FOR TEACHING AND LEARNINGNEED ANALYSIS: PORTABLE WEB SERVER DEVELOPMENT KITS FOR TEACHING AND LEARNING
NEED ANALYSIS: PORTABLE WEB SERVER DEVELOPMENT KITS FOR TEACHING AND LEARNINGijma
 
NEED ANALYSIS: PORTABLE WEB SERVER DEVELOPMENT KITS FOR TEACHING AND LEARNING
NEED ANALYSIS: PORTABLE WEB SERVER DEVELOPMENT KITS FOR TEACHING AND LEARNINGNEED ANALYSIS: PORTABLE WEB SERVER DEVELOPMENT KITS FOR TEACHING AND LEARNING
NEED ANALYSIS: PORTABLE WEB SERVER DEVELOPMENT KITS FOR TEACHING AND LEARNINGijma
 
NEED ANALYSIS: PORTABLE WEB SERVER DEVELOPMENT KITS FOR TEACHING AND LEARNING
NEED ANALYSIS: PORTABLE WEB SERVER DEVELOPMENT KITS FOR TEACHING AND LEARNINGNEED ANALYSIS: PORTABLE WEB SERVER DEVELOPMENT KITS FOR TEACHING AND LEARNING
NEED ANALYSIS: PORTABLE WEB SERVER DEVELOPMENT KITS FOR TEACHING AND LEARNINGijma
 
Design and Monitoring Performance of Digital Properties
Design and Monitoring Performance of Digital PropertiesDesign and Monitoring Performance of Digital Properties
Design and Monitoring Performance of Digital PropertiesIRJET Journal
 
Web Chat using React Framework
Web Chat using React FrameworkWeb Chat using React Framework
Web Chat using React Frameworkijtsrd
 

Similar to A Web-Based Project Management System (20)

Geochronos File Sharing Application Using Cloud
Geochronos File Sharing Application Using CloudGeochronos File Sharing Application Using Cloud
Geochronos File Sharing Application Using Cloud
 
Week 5 DiscussionYou really like the concept of web-based co
Week 5 DiscussionYou really like the concept of web-based coWeek 5 DiscussionYou really like the concept of web-based co
Week 5 DiscussionYou really like the concept of web-based co
 
OS Password-Manager-Report.docx
OS Password-Manager-Report.docxOS Password-Manager-Report.docx
OS Password-Manager-Report.docx
 
Project Review Management System
Project Review Management SystemProject Review Management System
Project Review Management System
 
Software Evaluation
Software EvaluationSoftware Evaluation
Software Evaluation
 
IRJET- Deep Web Searching (DWS)
IRJET- Deep Web Searching (DWS)IRJET- Deep Web Searching (DWS)
IRJET- Deep Web Searching (DWS)
 
online news portal system
online news portal systemonline news portal system
online news portal system
 
Web engineering notes unit 2
Web engineering notes unit 2Web engineering notes unit 2
Web engineering notes unit 2
 
QUALITY ASSURANCE AND INTEGRATION TESTING ASPECTS IN WEB BASED APPLICATIONS
QUALITY ASSURANCE AND INTEGRATION TESTING ASPECTS IN WEB BASED APPLICATIONSQUALITY ASSURANCE AND INTEGRATION TESTING ASPECTS IN WEB BASED APPLICATIONS
QUALITY ASSURANCE AND INTEGRATION TESTING ASPECTS IN WEB BASED APPLICATIONS
 
Students Club
Students ClubStudents Club
Students Club
 
Software Engineering Process in Web Application Development
Software Engineering Process in Web Application DevelopmentSoftware Engineering Process in Web Application Development
Software Engineering Process in Web Application Development
 
D017152832
D017152832D017152832
D017152832
 
Software engg unit 1
Software engg unit 1 Software engg unit 1
Software engg unit 1
 
IRJET- Virtual Community Using Cloud Technology “Unitalk”
IRJET-  	  Virtual Community Using Cloud Technology “Unitalk”IRJET-  	  Virtual Community Using Cloud Technology “Unitalk”
IRJET- Virtual Community Using Cloud Technology “Unitalk”
 
NEED ANALYSIS: PORTABLE WEB SERVER DEVELOPMENT KITS FOR TEACHING AND LEARNING
NEED ANALYSIS: PORTABLE WEB SERVER DEVELOPMENT KITS FOR TEACHING AND LEARNINGNEED ANALYSIS: PORTABLE WEB SERVER DEVELOPMENT KITS FOR TEACHING AND LEARNING
NEED ANALYSIS: PORTABLE WEB SERVER DEVELOPMENT KITS FOR TEACHING AND LEARNING
 
NEED ANALYSIS: PORTABLE WEB SERVER DEVELOPMENT KITS FOR TEACHING AND LEARNING
NEED ANALYSIS: PORTABLE WEB SERVER DEVELOPMENT KITS FOR TEACHING AND LEARNINGNEED ANALYSIS: PORTABLE WEB SERVER DEVELOPMENT KITS FOR TEACHING AND LEARNING
NEED ANALYSIS: PORTABLE WEB SERVER DEVELOPMENT KITS FOR TEACHING AND LEARNING
 
NEED ANALYSIS: PORTABLE WEB SERVER DEVELOPMENT KITS FOR TEACHING AND LEARNING
NEED ANALYSIS: PORTABLE WEB SERVER DEVELOPMENT KITS FOR TEACHING AND LEARNINGNEED ANALYSIS: PORTABLE WEB SERVER DEVELOPMENT KITS FOR TEACHING AND LEARNING
NEED ANALYSIS: PORTABLE WEB SERVER DEVELOPMENT KITS FOR TEACHING AND LEARNING
 
Design and Monitoring Performance of Digital Properties
Design and Monitoring Performance of Digital PropertiesDesign and Monitoring Performance of Digital Properties
Design and Monitoring Performance of Digital Properties
 
Web Chat using React Framework
Web Chat using React FrameworkWeb Chat using React Framework
Web Chat using React Framework
 
Slides chapter 16
Slides chapter 16Slides chapter 16
Slides chapter 16
 

More from Lori Moore

How To Research For A Research Paper. Write A Re
How To Research For A Research Paper. Write A ReHow To Research For A Research Paper. Write A Re
How To Research For A Research Paper. Write A ReLori Moore
 
Best Custom Research Writing Service Paper W
Best Custom Research Writing Service Paper WBest Custom Research Writing Service Paper W
Best Custom Research Writing Service Paper WLori Moore
 
Free Printable Number Worksheets - Printable Wo
Free Printable Number Worksheets - Printable WoFree Printable Number Worksheets - Printable Wo
Free Printable Number Worksheets - Printable WoLori Moore
 
Author Research Paper. How To Co. 2019-02-04
Author Research Paper. How To Co. 2019-02-04Author Research Paper. How To Co. 2019-02-04
Author Research Paper. How To Co. 2019-02-04Lori Moore
 
Free Rainbow Stationery And Writing Paper Writing Pap
Free Rainbow Stationery And Writing Paper Writing PapFree Rainbow Stationery And Writing Paper Writing Pap
Free Rainbow Stationery And Writing Paper Writing PapLori Moore
 
Terrorism Threat To World Peace. Online assignment writing service.
Terrorism Threat To World Peace. Online assignment writing service.Terrorism Threat To World Peace. Online assignment writing service.
Terrorism Threat To World Peace. Online assignment writing service.Lori Moore
 
Lined Paper For First Graders. Online assignment writing service.
Lined Paper For First Graders. Online assignment writing service.Lined Paper For First Graders. Online assignment writing service.
Lined Paper For First Graders. Online assignment writing service.Lori Moore
 
FREE Printable Always Do Your Be. Online assignment writing service.
FREE Printable Always Do Your Be. Online assignment writing service.FREE Printable Always Do Your Be. Online assignment writing service.
FREE Printable Always Do Your Be. Online assignment writing service.Lori Moore
 
Scholarship Essay Essay Writers Service. Online assignment writing service.
Scholarship Essay Essay Writers Service. Online assignment writing service.Scholarship Essay Essay Writers Service. Online assignment writing service.
Scholarship Essay Essay Writers Service. Online assignment writing service.Lori Moore
 
Essay Written In Third Person - College Life
Essay Written In Third Person - College LifeEssay Written In Third Person - College Life
Essay Written In Third Person - College LifeLori Moore
 
Professional Essay Writers At Our Service Papers-Land.Com Essay
Professional Essay Writers At Our Service Papers-Land.Com EssayProfessional Essay Writers At Our Service Papers-Land.Com Essay
Professional Essay Writers At Our Service Papers-Land.Com EssayLori Moore
 
Buy College Admission Essay Buy College Admissi
Buy College Admission Essay Buy College AdmissiBuy College Admission Essay Buy College Admissi
Buy College Admission Essay Buy College AdmissiLori Moore
 
PPT - Attitudes Towards Religious Plurality Exclusi
PPT - Attitudes Towards Religious Plurality ExclusiPPT - Attitudes Towards Religious Plurality Exclusi
PPT - Attitudes Towards Religious Plurality ExclusiLori Moore
 
Critique Format Example. How To Write Critique With
Critique Format Example. How To Write Critique WithCritique Format Example. How To Write Critique With
Critique Format Example. How To Write Critique WithLori Moore
 
Printable Alphabet Worksheets For Preschool
Printable Alphabet Worksheets For PreschoolPrintable Alphabet Worksheets For Preschool
Printable Alphabet Worksheets For PreschoolLori Moore
 
Analysis Essay Thesis Example. Analytical Thesis Statement Exam
Analysis Essay Thesis Example. Analytical Thesis Statement ExamAnalysis Essay Thesis Example. Analytical Thesis Statement Exam
Analysis Essay Thesis Example. Analytical Thesis Statement ExamLori Moore
 
How To Write College Admission Essay. How To
How To Write College Admission Essay. How ToHow To Write College Admission Essay. How To
How To Write College Admission Essay. How ToLori Moore
 
Modes Of Writing Worksheet, Are Yo. Online assignment writing service.
Modes Of Writing Worksheet, Are Yo. Online assignment writing service.Modes Of Writing Worksheet, Are Yo. Online assignment writing service.
Modes Of Writing Worksheet, Are Yo. Online assignment writing service.Lori Moore
 
A Critique Of Racial Attitudes And Opposition To Welfare
A Critique Of Racial Attitudes And Opposition To WelfareA Critique Of Racial Attitudes And Opposition To Welfare
A Critique Of Racial Attitudes And Opposition To WelfareLori Moore
 
Elegant Writing Stationery Papers, Printable Letter Wr
Elegant Writing Stationery Papers, Printable Letter WrElegant Writing Stationery Papers, Printable Letter Wr
Elegant Writing Stationery Papers, Printable Letter WrLori Moore
 

More from Lori Moore (20)

How To Research For A Research Paper. Write A Re
How To Research For A Research Paper. Write A ReHow To Research For A Research Paper. Write A Re
How To Research For A Research Paper. Write A Re
 
Best Custom Research Writing Service Paper W
Best Custom Research Writing Service Paper WBest Custom Research Writing Service Paper W
Best Custom Research Writing Service Paper W
 
Free Printable Number Worksheets - Printable Wo
Free Printable Number Worksheets - Printable WoFree Printable Number Worksheets - Printable Wo
Free Printable Number Worksheets - Printable Wo
 
Author Research Paper. How To Co. 2019-02-04
Author Research Paper. How To Co. 2019-02-04Author Research Paper. How To Co. 2019-02-04
Author Research Paper. How To Co. 2019-02-04
 
Free Rainbow Stationery And Writing Paper Writing Pap
Free Rainbow Stationery And Writing Paper Writing PapFree Rainbow Stationery And Writing Paper Writing Pap
Free Rainbow Stationery And Writing Paper Writing Pap
 
Terrorism Threat To World Peace. Online assignment writing service.
Terrorism Threat To World Peace. Online assignment writing service.Terrorism Threat To World Peace. Online assignment writing service.
Terrorism Threat To World Peace. Online assignment writing service.
 
Lined Paper For First Graders. Online assignment writing service.
Lined Paper For First Graders. Online assignment writing service.Lined Paper For First Graders. Online assignment writing service.
Lined Paper For First Graders. Online assignment writing service.
 
FREE Printable Always Do Your Be. Online assignment writing service.
FREE Printable Always Do Your Be. Online assignment writing service.FREE Printable Always Do Your Be. Online assignment writing service.
FREE Printable Always Do Your Be. Online assignment writing service.
 
Scholarship Essay Essay Writers Service. Online assignment writing service.
Scholarship Essay Essay Writers Service. Online assignment writing service.Scholarship Essay Essay Writers Service. Online assignment writing service.
Scholarship Essay Essay Writers Service. Online assignment writing service.
 
Essay Written In Third Person - College Life
Essay Written In Third Person - College LifeEssay Written In Third Person - College Life
Essay Written In Third Person - College Life
 
Professional Essay Writers At Our Service Papers-Land.Com Essay
Professional Essay Writers At Our Service Papers-Land.Com EssayProfessional Essay Writers At Our Service Papers-Land.Com Essay
Professional Essay Writers At Our Service Papers-Land.Com Essay
 
Buy College Admission Essay Buy College Admissi
Buy College Admission Essay Buy College AdmissiBuy College Admission Essay Buy College Admissi
Buy College Admission Essay Buy College Admissi
 
PPT - Attitudes Towards Religious Plurality Exclusi
PPT - Attitudes Towards Religious Plurality ExclusiPPT - Attitudes Towards Religious Plurality Exclusi
PPT - Attitudes Towards Religious Plurality Exclusi
 
Critique Format Example. How To Write Critique With
Critique Format Example. How To Write Critique WithCritique Format Example. How To Write Critique With
Critique Format Example. How To Write Critique With
 
Printable Alphabet Worksheets For Preschool
Printable Alphabet Worksheets For PreschoolPrintable Alphabet Worksheets For Preschool
Printable Alphabet Worksheets For Preschool
 
Analysis Essay Thesis Example. Analytical Thesis Statement Exam
Analysis Essay Thesis Example. Analytical Thesis Statement ExamAnalysis Essay Thesis Example. Analytical Thesis Statement Exam
Analysis Essay Thesis Example. Analytical Thesis Statement Exam
 
How To Write College Admission Essay. How To
How To Write College Admission Essay. How ToHow To Write College Admission Essay. How To
How To Write College Admission Essay. How To
 
Modes Of Writing Worksheet, Are Yo. Online assignment writing service.
Modes Of Writing Worksheet, Are Yo. Online assignment writing service.Modes Of Writing Worksheet, Are Yo. Online assignment writing service.
Modes Of Writing Worksheet, Are Yo. Online assignment writing service.
 
A Critique Of Racial Attitudes And Opposition To Welfare
A Critique Of Racial Attitudes And Opposition To WelfareA Critique Of Racial Attitudes And Opposition To Welfare
A Critique Of Racial Attitudes And Opposition To Welfare
 
Elegant Writing Stationery Papers, Printable Letter Wr
Elegant Writing Stationery Papers, Printable Letter WrElegant Writing Stationery Papers, Printable Letter Wr
Elegant Writing Stationery Papers, Printable Letter Wr
 

Recently uploaded

Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptxVS Mahajan Coaching Centre
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxGaneshChakor2
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxNirmalaLoungPoorunde1
 
18-04-UA_REPORT_MEDIALITERAĐĄY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAĐĄY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAĐĄY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAĐĄY_INDEX-DM_23-1-final-eng.pdfssuser54595a
 
Mastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionMastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionSafetyChain Software
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Sapana Sha
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityGeoBlogs
 
à€­à€Ÿà€°à€€-à€°à„‹à€ź à€”à„à€Żà€Ÿà€Șà€Ÿà€°.pptx, Indo-Roman Trade,
à€­à€Ÿà€°à€€-à€°à„‹à€ź à€”à„à€Żà€Ÿà€Șà€Ÿà€°.pptx, Indo-Roman Trade,à€­à€Ÿà€°à€€-à€°à„‹à€ź à€”à„à€Żà€Ÿà€Șà€Ÿà€°.pptx, Indo-Roman Trade,
à€­à€Ÿà€°à€€-à€°à„‹à€ź à€”à„à€Żà€Ÿà€Șà€Ÿà€°.pptx, Indo-Roman Trade,Virag Sontakke
 
Presiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsPresiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsanshu789521
 
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...Marc Dusseiller Dusjagr
 
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTiammrhaywood
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Educationpboyjonauth
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxiammrhaywood
 
_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting Data_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting DataJhengPantaleon
 
Hybridoma Technology ( Production , Purification , and Application )
Hybridoma Technology  ( Production , Purification , and Application  ) Hybridoma Technology  ( Production , Purification , and Application  )
Hybridoma Technology ( Production , Purification , and Application ) Sakshi Ghasle
 
History Class XII Ch. 3 Kinship, Caste and Class (1).pptx
History Class XII Ch. 3 Kinship, Caste and Class (1).pptxHistory Class XII Ch. 3 Kinship, Caste and Class (1).pptx
History Class XII Ch. 3 Kinship, Caste and Class (1).pptxsocialsciencegdgrohi
 
Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon AUnboundStockton
 
Biting mechanism of poisonous snakes.pdf
Biting mechanism of poisonous snakes.pdfBiting mechanism of poisonous snakes.pdf
Biting mechanism of poisonous snakes.pdfadityarao40181
 
Science lesson Moon for 4th quarter lesson
Science lesson Moon for 4th quarter lessonScience lesson Moon for 4th quarter lesson
Science lesson Moon for 4th quarter lessonJericReyAuditor
 

Recently uploaded (20)

Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptx
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptx
 
18-04-UA_REPORT_MEDIALITERAĐĄY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAĐĄY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAĐĄY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAĐĄY_INDEX-DM_23-1-final-eng.pdf
 
Mastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionMastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory Inspection
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activity
 
à€­à€Ÿà€°à€€-à€°à„‹à€ź à€”à„à€Żà€Ÿà€Șà€Ÿà€°.pptx, Indo-Roman Trade,
à€­à€Ÿà€°à€€-à€°à„‹à€ź à€”à„à€Żà€Ÿà€Șà€Ÿà€°.pptx, Indo-Roman Trade,à€­à€Ÿà€°à€€-à€°à„‹à€ź à€”à„à€Żà€Ÿà€Șà€Ÿà€°.pptx, Indo-Roman Trade,
à€­à€Ÿà€°à€€-à€°à„‹à€ź à€”à„à€Żà€Ÿà€Șà€Ÿà€°.pptx, Indo-Roman Trade,
 
Presiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsPresiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha elections
 
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
 
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
 
Model Call Girl in Bikash Puri Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Bikash Puri  Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Bikash Puri  Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Bikash Puri Delhi reach out to us at 🔝9953056974🔝
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Education
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
 
_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting Data_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting Data
 
Hybridoma Technology ( Production , Purification , and Application )
Hybridoma Technology  ( Production , Purification , and Application  ) Hybridoma Technology  ( Production , Purification , and Application  )
Hybridoma Technology ( Production , Purification , and Application )
 
History Class XII Ch. 3 Kinship, Caste and Class (1).pptx
History Class XII Ch. 3 Kinship, Caste and Class (1).pptxHistory Class XII Ch. 3 Kinship, Caste and Class (1).pptx
History Class XII Ch. 3 Kinship, Caste and Class (1).pptx
 
Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon A
 
Biting mechanism of poisonous snakes.pdf
Biting mechanism of poisonous snakes.pdfBiting mechanism of poisonous snakes.pdf
Biting mechanism of poisonous snakes.pdf
 
Science lesson Moon for 4th quarter lesson
Science lesson Moon for 4th quarter lessonScience lesson Moon for 4th quarter lesson
Science lesson Moon for 4th quarter lesson
 

A Web-Based Project Management System

  • 1. © 2016, IJARCSSE All Rights Reserved Page | 39 Volume 6, Issue 4, April 2016 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com A Web- Based Project Management System Aaron. A. Izang, Chinyere. C. Ihesiulo, Miracle Ofuru, Chukwuebuka Okafor Department of Computer Science Babcock University, Ilishan-Remo, Ogun Sate, Nigeria Abstract— As business become increasingly dependent on Information Technology for their operations, project managers find themselves under pressure to remain innovative and go forward to deliver quality projects, on time and within budget constraints. However, some organizations still find it hard to plan and track project components, stakeholders and resources. Additionally, project managers, team members and customers do not communicate frequently to share their expert opinions. Projects tend to extend beyond scheduled deadlines, not necessarily due to lack of resources or incompetence of projects members, but often because of inability to elicit requirements completely and inadequacy of proper communication. To this end, with the advent of Information Technology, there has been an increase in the demand for software that make jobs easier for people, as a result, to keep up with rising demand, project managers need a way to effectively manage their software projects. Using the iterative methodology, a web based software project management system was developed, that fully monitors project progress, allocates tasks, creates milestones and provides an avenue for stakeholders to track project progress during its development phase. The developed system solves the problem of unity and lack of communication. With the system, once added to a new project, all participating members may send messages to one another and keep tabs on the progress of the project so as to implement the stakeholder’s requirements efficiently. Keywords— Web-Based, Project, Management System, Software, Stakeholders I. INTRODUCTION A project can be simply defined as a task to be completed within a given time. Projects can be grouped into three major categories; Industrial projects (civil engineering, construction, petrochemical, mining and quarrying), manufacturing projects and management projects [1]. Projects may differ in scale, but there are some notable characteristics that each project has, these characteristics may include [2]; i. projects are to be completed within a specified time period. ii. projects have specific, measurable, achievable, and realistic objectives. iii. projects are completed within a specified budget. Project management is the employment of knowledge, expertise, tools and methods to project activities that satisfy project requirements [3]. The term project management is sometimes used to describe an organizational approach to the management of ongoing operations [4]. This approach, more properly called management by projects, treats many aspects of ongoing operations as projects to apply project management techniques to them. II. WHAT IS A PROJECT MANAGEMENT SYSTEM? A project management system is a software that has the ability to help strategize, organize, and manage resource streams and develop resource approximations. Depending on the complexity of the software, resource breakdown structures, resource availability, resource rates and various resource calendars can be defined to assist in optimizing resource utilization. [3] There are different types of project management systems used to handle projects. They are unique in operation, depending on the kind of project one is managing. [4] listed the types as; i. A desktop project management system is implemented as a program that runs on the desktop of a particular user. Users and organizations can purchase it as a desktop package. The advantage of this type is the highly responsive and graphically-intense user interface. ii. A web-based project management system is implemented as a web application to be accessed via a web browser, or an extranet. It is multi-user, and can be accessed from any computer without installing the software. They are usually less responsive than desktop applications, and users cannot access project information if they are offline. iii. A personal project management system is designed for handling simple or home projects. It usually has a simple interface, and mostly overlaps with single user systems.
  • 2. Izang et al., International Journal of Advanced Research in Computer Science and Software Engineering 6(4), April - 2016, pp. 39-45 © 2016, IJARCSSE All Rights Reserved Page | 40 iv. A single-user project management system is programmed with the conjecture that only one user will ever need to work on the project plan at once. This may be used in small firms, or where only a few people are associated in top-down project planning. Desktop applications are commonly classified in this category. v. A collaborative or client server is specially designed to support multiple users. It easily allows the multiple users who are working on different parts of a project at the same time. It incorporates multiple collaboration tools so that users can share knowledge and expertise. III. RELATED WORKS Redmine is an open source software that provides budgeting, collaboration, customization, issue tracking, learning, support, notifications, resource management, and traditional project management functionality for small/medium businesses [5] The best functional area of Redmine is traditional project management. It operates on online, mobile, and on premise platforms. Its features include: Gantt Chart and calendar (time tracking), web feeds and email notifications, tracking of multiple projects, simple time tracking, supports 34 languages, integrates news, documents, and file management, issue tracking system, flexible role-based access control. Asana is a software that puts tasks and conversations together to help teams manage projects and rely less on email. Organize team projects, create and assign tasks, comment on progress, attach files and track due dates to keep your team mates accountable, and focused on results. It is free for teams up to 15 people, available on web, Android and IOS. Its features include: bug tracking, collaboration, email integration, file sharing, idea management, issue management, milestone tracking, project planning, status tracking, task management, time and expense tracking. So also [6] developed a web-based system that helps organizations to recruit competent project managers before assigning of projects to such persons, but such system does not in cooperate communication among project team members as well as stakeholders. To this end, this study was able to build on some of the lapses of the related works and literatures reviewed to come up with a perfect system that will not only help in software project development but will also satisfy all stakeholders involved in a particular project as most of their requirements will be meant. IV. METHODOLOGY The software development model that was used is the iterative model. This model was used because the iterative model allows for requirement changing. WAMP was used for the development of the web-based project management system which has the following:  Windows operating system  Apache web server  MySQL to create the database for the application using PHPMyAdmin HTML, CSS,PHP and JavaScript was used to design the web pages. The entity relationship diagram for the web based project management system illustrating all components of the system is shown below. Fig. 1 Entity relationship diagram of the web-based system
  • 3. Izang et al., International Journal of Advanced Research in Computer Science and Software Engineering 6(4), April - 2016, pp. 39-45 © 2016, IJARCSSE All Rights Reserved Page | 41 Fig. 2 shows the system architecture of the web based project management system Fig. 2 System architecture of the web-based project management system. Fig 3 shows the use case diagram of the system of the system showing the actors, their roles and actions. Fig. 3 The use case diagram of the system. RELATIONAL DATABASE (MySQL, Oracle, MS SQL server) Web Server (Apache, IIS) Middleware PHP, ColdFusion, ASP, JSP Web Browser (Internet Explorer, Mozilla Firefox, Netscape) administrator user Login Create Project Create Milestone Create tasklist Create User Send Message Logout Attach file Receive message Login View Project View milestone View tasklist Send Message Logout View Users
  • 4. Izang et al., International Journal of Advanced Research in Computer Science and Software Engineering 6(4), April - 2016, pp. 39-45 © 2016, IJARCSSE All Rights Reserved Page | 42 V. IMPLEMENTATION OF THE WEB-BASED PROJECT MANAGEMENT SYSTEM The system designed comprises of the front-end and the back-end. The front-end of the system includes the interface of the system, i.e. what the users can see. The front-end components include the various pages of the system i.e. Login page, the Admin page, the homepage, the project members page. Furthermore, these pages (front-end) are linked to the back-end component which contains the database of the system. Using PHP scripting language, the database was connected to the front end. Fig 4: The application’s homepage. The home page of the software is the first page of the system. From here users can login to the system, know more about us and contact us. Fig 5: The login page. This is the page that enables users gain access to the system through the use of their unique usernames and passwords. In this screenshot, a user named Salami is attempting to login using his username which is his email address and his confidential password. Fig 6: A user’s home page
  • 5. Izang et al., International Journal of Advanced Research in Computer Science and Software Engineering 6(4), April - 2016, pp. 39-45 © 2016, IJARCSSE All Rights Reserved Page | 43 This is a user’s home page, it displays the user’s name, the role the user plays and a calendar. From this page the user can view projects, milestones and task lists that he/she is working on. Fig 7: The add project page. This is the page that enables the administrator create new projects. In creating a new project, the admin assigns a start and end date to the project and a brief description of the project. Fig 8: The view project page This page displays all the projects that have been created on the system and their properties which includes the project name, the description of the project, the percentage of the project that is complete, the days that has been spent on a project and the actions the user can perform. Fig 9: The add user page.
  • 6. Izang et al., International Journal of Advanced Research in Computer Science and Software Engineering 6(4), April - 2016, pp. 39-45 © 2016, IJARCSSE All Rights Reserved Page | 44 This is the page that enables the admin add new users to the system and assigns them to existing projects. Fig 10: The create milestone page. This is the page that enables the admin add milestones to existing projects Fig 11: The view milestone page. This displays the milestones of a particular project. Fig 12: The create task page. Here a new task “Follow up” is being created and assigned to Frank Dalusi with start and end dates as 2/25/2016 and 3/27/2016 respectively.
  • 7. Izang et al., International Journal of Advanced Research in Computer Science and Software Engineering 6(4), April - 2016, pp. 39-45 © 2016, IJARCSSE All Rights Reserved Page | 45 Fig 13: The tasklist page. This page displays the tasks needed to be carried out to complete a milestone. VI. CONCLUSION AND RECOMMENDATION FOR FURTHER STUDIES In conclusion, the developed system solves the problem of unity, and lack of communication. The system also breaches the gap between the stakeholders and the project manager by offering a platform whereby the stakeholder can monitor the progress of the system. With the system, all members once added to a new project can message each other, and keep tabs on the progress of the project. It is recommended that this web based project management systems should be deployed wherever the need to manage projects efficiently arises. They are convenient to use, save time and resources, and reduce both stationery and labour costs. For further studies, this system can be modified by other researchers to be adapted in their various areas of study. REFERENCES [1] Reynolds, J. (2015). PROJECT MANAGEMENT: THE 3 MAJOR PROJECT TYPES. Retrieved from Project Smart: https://www.projectsmart.co.uk/project-management-the-3-major-project-types.php [2] Brown, S. (2012, May 4). What are the three key characteristics of a project. Retrieved from Projects Projects Projects: www.projectsprojectsprojects.com/project-management/what-are-three-key-characteristics-of-a- project/what-are-the-three-key-characteristics-of-a-projects [3] Institute, P. M. (2008). A Guide to the Project Management Body of Knowledge(PMBOK Guide). Newton Square, Pennsylvania, USA: Project Management Institute Inc. [4] Mohamed, A. (2016). Project management software- Essential Guide. Retrieved from ComputerWeekly.com: www.computerweekly.com/feature/Project-management-software-Essential-Guide [5] Lang, J.-P. (2014). Redmine. Retrieved from Redmine: www.redmine.org [6] Izang, A. A; Ogbonna, A.C; Kuyoro, S.O; Omotunde, A.A & Akande, O. (2015) A Web-Based Decision Support System for Project Manager’s Proficiency, International Journal of Advanced Research in Computer Science and Software Engineering, Volume 5, Issue 11, November 2015 ISSN: 2277 128X. Research Paper Available online at: www.ijarcsse.com