Skip to content

Latest commit

 

History

History
23 lines (20 loc) · 659 Bytes

README.md

File metadata and controls

23 lines (20 loc) · 659 Bytes

Scheduler

The Scheduler tool is useful for assigning schedules to employees based on their availability, qualifications, and time slot offerings. An example of the Excel input is the "examples" directory.

Note 1: This application is still undergoing a considerate amount of development.

Requirements

For Running

  • Windows 7+
  • macOS

For Building

  • Git
  • Java 20 (for packaging) or higher
  • JavaFX
  • Gradle 8.2.1 or later

TODO List

  • Add UI for displaying credits
  • Add functionality for generating multiple schedules
  • Display assignments in main TableView for quick viewing
  • Add Circle CI/CD for creating releases