TimefoldAI/timefold-quickstarts

Standardize school-timetabling quickstarts

Closed this issue · 3 comments

The Quarkus school timetabling quickstart uses a simplified data model, which doesn't use database and doesn't allow to add/remove/edit any items. It also uses a slighty different UI because of that.

The same changes need to be made to the Spring Boot quickstart, and the Kotlin quickstart. The quickstarts should be identical to the Quarkus quickstart, other than the obvious replacing of Quarkus with Spring Boot and Java with Kotlin. (Same UI, same names of field, classes, same data sets etc.)

Possibly related to this:
#2

This will also fix this issue: The technology/java-spring-boot quickstart still shows the CRUD buttons (add lesson etc) but those don't function any more, as we removed the CRUD functionality from the quickstarts to make them more maintainable and easier to understand.