djbrown / hbscorez

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.
https://hbscorez.de
MIT License
19 stars 3 forks source link

Refactor setup.py #115

Closed jupadin closed 1 year ago

jupadin commented 1 year ago

Change Types

Description

1) Improved the youth detection of leagues for '-F-' or '-M-' (see models.py:69) 2) Handling the resulting exception thrown by this (see setup.py:202) 3) Added logic to skip 'Freundschaftsspiele' (see setup.py:181) 4) Removed duplicate associations due to url filtering and improved url concatenation (see parsing.py:24)

Checklist

sonarcloud[bot] commented 1 year ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

djbrown commented 1 year ago

Thanks you for the PR though! 😉 I really appreciate your work to improve the project, especially this biggest and most complex module. The comments may seem harsh or nitpicky, but I'm just making sure I undestand the changes and only needed changed are introduced. Also I changed the change type to from feature to bugfix, since the PR only fixes specific cases without introducing new use cases.

jupadin commented 1 year ago

Hi,

yes, might be too much changes to be declared as a PR. If okay, we could just close this PR and I would have a look on the current branch / commit and see how I can integrate the adjustments more clearly. In your last commit, I also saw the change of the Root-URL -:)