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

Automatically add catches to trip #900

Open dpage opened 7 months ago

dpage commented 7 months ago

I just tried the trip feature for the first time. It was quite annoying to have to keep editing the trip to add check the new catches that applied.

I think it would make sense to add new catches that occur during the time period of the trip to the trip (or trips, if a smaller day trip is made as part of a longer trip for example) automatically.

Thanks.

cohenadair commented 7 months ago

To confirm, when you select a date/time range for a trip, you'd like the app to automatically add catches within that range to the trip being created?

dpage commented 7 months ago

Correct.

Thanks!