summaryrefslogtreecommitdiff
path: root/jfr_playoff/data.py
AgeCommit message (Collapse)Author
2019-11-09Merge branch 'master' into guiemkael
2019-11-09Custom order for final leaderboard positions is configurableemkael
2019-07-26Fallbacks for empty input dataemkael
2019-06-02Fixing incorrectly named variableemkael
2019-05-29Refactoring team list fetch to call it with custom configemkael
2019-03-31Ability to limit team database to first N teams when fetching team list from ↵emkael
external source
2019-02-23Team name aliasesemkael
Fixes #32
2018-09-28Refactoring of some config dictionary default value fetchesemkael
2018-04-06Merge branch 'master' into develemkael
2018-04-06Allowing swiss results fetch when database is not configuredemkael
2018-02-24Lots of lots of messages are being loggedemkael
2018-02-23Getting rid of global mysql importsemkael
2018-02-21Not rendering phase/match links if they're not setemkael
Fixes #13
2018-02-20If swiss is still not finished, display a running linkemkael
2018-02-20Refactoring fetching tournament (teams, leaderboard link etc.) infoemkael
2018-02-20Database configuration is no longer mandatory, emitting warning if it's not ↵emkael
provided
2018-02-17Refactoring match info retrievalemkael
2018-02-17Don't abuse string formattingemkael
2018-01-27"#" link for a single match is not resolved relatively to phase linkemkael
2018-01-27Link defined in JSON overrides links from databaseemkael
2018-01-27Score defined in JSON overrides any score from databaseemkael
Closes #3
2018-01-26Distinguishing matches not yet played, but with carry-over from matches ↵emkael
already finished
2018-01-25Import order fixesv1.0.4.1emkael
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 ↵emkael
interpret any chunk of swiss results as final results
2017-10-21Ability to set custom link label for swiss tournament linksemkael
2017-10-03Ability to classify teams from specified position according to sepatare ↵emkael
tournament results
2017-08-01Code formattingemkael
2017-08-01Settings are not used as class attributes once loaded, so can remain local ↵emkael
to constructor
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 ↵emkael
out of content generator
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