FMRD-Desktop is a Qt- and PostgresSQL-based GUI application that facilitates data entry into the Football Match Result Database (FMRD). The FMRD maintains match result data relevant to national teams in order to support football (soccer) analytics research and development.
The major change is that for the national team implementation of the FMRD-Desktop, the Country is equivalent to the Team. The user interfaces and underlying code have been revised to reflect this.
The following is a list of changes made to the package since the previous tagged version:
(+) - external changes to user
(*) - internal changes
Changes relative to Version 1.1.0
------------------------------------------------
* Remove OpenTeams() from Switchboard dialogs
* Remove CheckMinimumVenueHosts() and CheckMinimumHosts()
* Remove minimum club record requirement from CheckMinimumVenueCriteria()
* Write CheckMinimumVenues()
* Rewrite CountX() functions so that Country is equivalent to a Team
* Remove TeamsEntryDlg class
* Update SQL logic in Team-related delegate classes with Country references
* Update SQL logic in TeamLinkingModel class with Country references
* Update LineupPlayerComboBoxDelegate class - player's country is also his team
* Update SQL logic Match Event delegates with Country references
* Correct updateLinkingTable() in SubsEntryDlg
* Correct procedures for inserting/updating in linking tables in
Match, Environments, and Substitutions dialogs
+ Remove Teams button from Switchboard UIs
+ Remove Home Team field from Venue UI
+ Remove Team field from Lineup UI
+ Add Confederation combobox to Match UI
+ Revise tooltips in Substitutions UI
+ Update Home/Away Team logic in Match entry dialog
+ Update Teams logic in Goals entry dialog
+ Update Teams filtering in Match Event dialogs
+ Fix signal in Match Time fields that triggers EnableStoppageTime()
The FMRD
and its related data-entry applications are free software and are
distributed according to the GNU General Public License (GPLv3).
The project site is located at http://hhamilton-src.github.com/fmrd-desktop/.