Skip to content
This repository has been archived by the owner on Jul 11, 2020. It is now read-only.

Latest commit

 

History

History
14 lines (8 loc) · 884 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 884 Bytes

IUT-MSP

First experience in object-oriented programming.

Installation

This project is a Maven project, you just have to build it to install the necessary libraries.
It is necessary to create a database with the scripts provided in the resources folder. The parameters of the database connection are managed in the ConnectionProvider class.

Context

This is a second semester project. Its objective is to create a project management software with task management.
The subject contains several roles (project manager, salesperson, technician, etc.). Here we take care of the technician part. A technician must be able to log on, see the list of projects to which he is assigned, see the activities that the projects contain and be able to modify the information of the activities he is in charge of (dates, summary, status, etc.).