MAMS Scheduler App is a Java desktop app for building weekly school schedules, loading teacher requests, and publishing an HTML version of the week for sharing.
The full end-user guide lives in docs/USER_GUIDE.md.
If you already have a built app image, open:
dist/MAMSSchedulerApp.app
This project targets Java 22.
mvn package
java -jar target/MAMSSchedulerApp-1.0-SNAPSHOT.jarRun the main method in:
edu.mams.app.forms.WeekSelector
- A selectable
.jsonschedule file (schedule.jsonis opened by default) Teacher Request Form.csv: default teacher-request import fileoutput_java.html: generated HTML preview/exportstyle.css: styling for the HTML output
If you want instructions for creating a week, generating days, loading requests, using split schedules, and exporting HTML, start here: