Skip to content

This project is a simple Java application for managing tasks and people. Each task is assigned to a person and can have a status of pending or completed. The project uses entities to represent tasks and people, and services to manage these entities.

License

Notifications You must be signed in to change notification settings

Codee-Hub/assigned-task-list

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lista-De-Tarefas-Designadas

This project is a simple Java application for managing tasks and people. Each task is assigned to a person and can have a status of pending or completed. The project uses entities to represent tasks and people, and services to manage these entities.

Features

  • Create: Add new persons and tasks at localStorage.
  • Read: Retrieve information about persons and tasks from the local Storage.
  • Update: Modify existing persons and tasks details.
  • Delete: Remove persons and tasksfrom the local storage.

Getting Started

Pre-requisites

  • Java Development Kit (JDK)

Installation

  1. Clone the repository to your local machine:

Screenshots

Class Diagram

Class Diagram

AssignedTask Entity

entity

Status Enum

enum

TaskService Terminal

terminal

AssignedTaskServiceiml Service

service

Factory

Factory

exceptions

exceptions

Technologies Used

  • Java

Contributors

License

This project is licensed under the Licença MIT.

About

This project is a simple Java application for managing tasks and people. Each task is assigned to a person and can have a status of pending or completed. The project uses entities to represent tasks and people, and services to manage these entities.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages