Skip to content

setokk/HourScheduling-GUI-Version

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HourScheduling-GUI-Version

HourScheduling is a simple app that facilitates the process of finding the best hours and days for a meeting to take place for a large number of people.

alt text

Using the app

  • Input File

The input csv file should look like this:

Monday Tuesday Wednesday Thursday Friday Saturday Sunday
19:00/13:00 15:00 11:00
15:00 19:00 12:00/11:00
15:00 11:00/13:00
16:00 19:00

where each row represents a person and the hours they can attend a meeting.

(there is also an option of generating this template input file automatically)

Requirements

This project requires:

Running the app

java -jar HourSchedulingGUI.jar

is all that is needed to run the app.

- The app runs in Windows only for now (due to JavaFX modules). Linux versions will be released in the future.

Importing project on IDE

This project is an IntelliJ IDEA JavaFX project.

About

Find the best hours for each day for a meeting to take place.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published