cohenadair / anglers-log

Anglers' Log is a mobile application written in Flutter that allows users to track, analyze, and share their catches in the sport of fishing.
https://anglerslog.ca/
GNU General Public License v3.0
25 stars 8 forks source link

Trip Summary - Incorrect best length/weight values #903

Closed cohenadair closed 6 months ago

cohenadair commented 6 months ago

See screenshot of "Best Length" tile:

Screenshot 2024-05-19 at 8 26 23 AM

cohenadair commented 6 months ago

Root cause: When a skunked trip exists, all catches are iterated (instead of none) when calculating "best trip" values, causing the values to be equal to all catches combined, rather than just the catches from that trip.