Skip to content

JoelBM-creator/Task-List-ArrayList-HashMap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This project: https://github.com/JoelBM-creator/Task-List-ArrayList-HashMap

Summary

An Employee/Empleado class that stores the first, last, and job title in the company.
The main GestionTareas class that, when executed, performs the following operations:
Three different employees and store them in an “employees” HashMap using concatenated first and last name as the key and the employee as the value to store (Employee object).
Three different tasks assigned to different employees and store them in an ArrayList.
Display a menu with the following options that repeats until the Exit option is selected.
Program each of the options:
· Show employees
Must loop through the HashMap to display the created employees.
· Create a new task
Must add a new task to the ArrayList with data indicated by the user and selecting the employee from those stored in the HashMap.
· Edit a task
Must be able to modify the description, priority or the person in charge of a task.
· Delete a task
It should ask the user which task to delete and delete it from the HashMap.
· Exit

You can modify and use this repository however you want
but please refer the creator, thanks ♥ .



About me

Right now, I'm studying in a higher degree of multiplatform application development.
"Spring Boot, Java, Hibernate, DBs..."

To contact me: https://www.linkedin.com/in/joel-berenguer/

About

A program to manage the list of tasks in a company.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages