Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Scheduler GUI

Run (JavaFX)

Use Maven to launch the GUI:

./mvnw javafx:run

Default password: 1234.

Data persistence

This app stores data as JSON files in the data/ folder by default.

  • Cohorts: data/cohorts.json
  • Courses: data/courses.json
  • Teachers: data/teachers.json
  • Rooms: data/rooms.json
  • Staff: data/staffs.json

You can override the data directory with:

  • JVM system property: -Dscheduler.data.dir=path/to/data

Tests

Run the persistence smoke test with Maven:

./mvnw test

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages