Golf-Drill-Challenge-App / Golf-App

7 stars 0 forks source link

Implement Base Data Lookup for Strokes Gained #45

Closed solderq35 closed 7 months ago

solderq35 commented 9 months ago

Background

See BaselineData and 20 shot challenge sheets of this spreadsheet made by the OSU golf coach: https://docs.google.com/spreadsheets/d/1ZufXjRCTzbIqJln_fJ5NDvNo0ahHIM-bkv9ZB8a6Drw/edit#gid=719619648

It seems like the Lookup function in Google Sheets here rounds down to the nearest multiple of 5 (e.g. distance of 124 > use 120 for baseline data lookup)

image

image

Objectives

Other questions

solderq35 commented 8 months ago

Other tasks came up that seemed higher priority (e.g. Firestore and Expo Router navigation issues), so maybe will come back to this sometime later