summaryrefslogtreecommitdiff
path: root/jfr_playoff/data.py
AgeCommit message (Expand)Author
2018-01-22Providing default value for match score in configemkael
2018-01-22Custom default link for a match defined in configemkael
2018-01-22Team list can now be retrieved from tournament standingsemkael
2018-01-22Swiss results retrieval factored outemkael
2018-01-22Bugfix: swiss property as stated in documentationemkael
2018-01-22Bugfix: team list for a match initialized early enoughemkael
2017-10-21Refactored swiss tournament results compiling, with added ability to interpre...emkael
2017-10-21Ability to set custom link label for swiss tournament linksemkael
2017-10-03Ability to classify teams from specified position according to sepatare tourn...emkael
2017-08-01Code formattingemkael
2017-08-01Settings are not used as class attributes once loaded, so can remain local to...emkael
2017-08-01Import sort in all filesemkael
2017-08-01Additional properties in DTOsemkael
2017-08-01Code style improvedemkael
2017-08-01Playoff phase is now also stored as DTO, arbitrary setting reads factored out...emkael
2017-08-01DTOs moved to separate submoduleemkael
2017-08-01Match info retrieval refactored into separate methodsemkael
2017-08-01Data operations factored out to separate classemkael