recke96 / HemaTournament

This project aims to help the organization of HEMA tournaments by calculating the necessary match-ups, tracking results and schedule matches, possibly spanning multiple tournaments.
European Union Public License 1.2
3 stars 0 forks source link

Switch to MVI pattern #50

Closed recke96 closed 1 year ago

recke96 commented 1 year ago

Switching to a MVI pattern because it simplifies state handling (single source of truth). This is only for “application” state (the tournament data & settings) not explicit UI state (isOpen, etc.).