Skip to content

ibkoun/Task-Management

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 

Repository files navigation

Overview

This is a program that simulates a server that handles tasks that require a number of workers. This project was developed on the IntelliJ IDEA Community Edition.

The main controller/view

Figure 1. The view of the application. The tab containing the table view of tasks (left) and the tab containing the table view of workers (right).

The task's controller/view

Figure 2. The view of a task. The task is defined as an object that requires an amount of work to be accomplished. The identifier is generated automatically, while the rest of the fields must be filled in manually by the user.

The worker's controller/view

Figure 3. The view of a worker. The worker is defined as an object that provides a quantity of work to accomplish a task. The same rules as in the task's view are applied here.

About

Simple tasks and resources monitor

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages