HbScorez is a web application, which processes handball game reports of diverse handball associations, districts, and leagues. It analyzes the player scores and displays the statistics and rankings.
[ ] Bug fix (non-breaking change which fixes an issue)
[ ] New feature (non-breaking change which adds functionality)
[ ] Breaking change (fix or feature that would cause existing functionality to change)
[x] Code Refactoring
Description
Instead of scraping the html content of each individual association, this PR uses the response of an PHP-Script, given the association id (bhv_id). The data returned by the script is handled as JSON.
Started testing this new routine by adding a unit test.
This partly improves the issue #77
Checklist
[x] My code follows the code style of this project.
[ ] My change requires a change to the documentation.
Change Types
Description
Checklist