zjordan16 / Handicap-Calculator

This is a mobile/desktop application that can calculate an unofficial USGA handicap.
MIT License
1 stars 0 forks source link

Add functionality for Low Handicap Index Calculation and limit on upper movement of Handicap Index #5

Closed byork6 closed 3 months ago

byork6 commented 4 months ago

https://www.usga.org/handicapping/roh/Content/rules/5%207%20Low%20Handicap%20Index.htm https://www.usga.org/handicapping/roh/Content/rules/5%208%20Limit%20on%20Upward%20Movement%20of%20a%20Handicap.htm

byork6 commented 4 months ago

use get_date_one_year_ago() to implement limit on upper movement. Create function that can calculate all previous handicaps from all 20 round groups back to that date and return the low handicap index for that loop. Create function that compares LHI and HI with USGA rulebook logic to determine what current HI is.

byork6 commented 3 months ago

Functionality implemented but bug with LHI (Fixed)