-
This is a desktop team management application. It has a GUI but most of the user interactions happen using a CLI (Command Line Interface).
-
It is a Java application intended for coaches and captains in charge of performance sports teams.
-
It is written in OOP fashion. It provides a reasonably well-written code example that is significantly bigger (around 6 KLoC)than what students usually write in beginner-level SE modules.
-
This application was built based on Address Book (Level 3), an initiative of the SE-EDU team.
-
Some parts of this sample application were inspired by the excellent Java FX tutorial by Marco Jakob.