Skip to content
This repository has been archived by the owner on Jul 27, 2023. It is now read-only.

Latest commit

 

History

History
18 lines (16 loc) · 710 Bytes

README.md

File metadata and controls

18 lines (16 loc) · 710 Bytes

Handball League Tracker [Prototype]

Written in Java 15, using JavaFX 15 & MariaDB/MySQL

Need-to-haves

  • It should be possible to create teams.
  • It should be possible to create a match between two teams.
    • The current match needs a live menu for registering goals scored and penalties (with timestamps).
  • Reports of each match should be accessible afterwards. Overall positions should also be shown in the overview.
    • Win = 2 points.
    • Tie = 1 point.

Nice-to-have

  • Update/delete teams.
  • Export match reports as CSV.
  • Export league positions as CSV.
  • Import match report from CSV.
  • The ability to put a match on hold.
  • Material Design.