Skip to content

JavaEE web application that helps the management of different projects. With Projects Management you can manage Projects, Collaborators, Competences and Tasks.

Notifications You must be signed in to change notification settings

hamzaessaady/projectsmanagement-bom

Repository files navigation

Projects Management

JDK
By Hamza Es-saady

Projects Management Logo

Projects Management is a web application that helps the management of different projects. With Projects Management you can manage Projects, Collaborators, Competences and Tasks. Each Project is composed of different Tasks. Each Collaborator can be assigned to Tasks taking into consideration their Competences and a limit work hours (e.g. 8 hours/day). The attribution is made in an equitable manner.

You are free to reuse, copy, modify, and distribute, but you have to give attribution.

Project Structure & Sub Modules

Projects Management uses four sub-modules as dependencies :

These four sub-modules will be included in the folder projectsmanagement-master.

Here is the relationship between these modules :

Modules relationships

Technologies & Tools

Projects Management is created with :

  • JavaEE 7.0
  • EJB 3.2 (Enterprise Java Bean)
  • JPA (Java Persistence API)
  • CDI
  • Hibernate 5.4.16
  • JSF 2.1 (JavaServer Faces) with Mojarra 2.3.2. implementation
  • PrimeFaces 8
  • JavaEE security
  • Maven 2
  • GlassFish 5
  • MySQL 5

Installation and configuration

Database Schema

Run this script to create the database. The admin credentials will be inserted also :

  username: master
  password: 123456

Clone the project

Run this command to clone the project along with all the sub-modules :

  git clone https://github.com/Kuohamkun/projectsmanagement-bom.git --recursive

Screenshots

Landing Page

  • Authentication : JavaEE Security
Landing page

Dashboard

  • General overview of Projects, Collaborators, Competences and Tasks
Dashboard

Collaborators

  • List, add, edit and delete collaborators
  • Assign/remove competences
Collaborators list

Collab Tasks

Collab Competences

Add new Collab

Competences

  • List, add, edit and delete competences
  • Statistics showing the number of collaborators for each competence
Competences List

Projects

  • List, add, edit and delete projects

Here the creation of projects follows a time allocation rule. The maximum duration in a day is set at 8am, and weekends are disabled.

Projects List

Tasks

  • List, add, edit and delete tasks
  • Assign/remove tasks competences
  • Assign work hours to collaborators in a given task. The attribution is made in an equitable manner.
Tasks List

Assign hours to collabs

Assign comps to tasks

Add new Task

About

JavaEE web application that helps the management of different projects. With Projects Management you can manage Projects, Collaborators, Competences and Tasks.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published