davidhealey / waistline

Libre calorie counter app for Android. Built with Cordova.
568 stars 67 forks source link

Multi Select #92

Closed Mitlik closed 5 years ago

Mitlik commented 5 years ago

Somewhat in the vein of issue #77, it would be nice to multi select diary entries for delete or modify serving size. This would he similar to a lot of file picker interfaces

The desire for delete stems from the date issue being worked elsewhere. The desire for serving modification stems from the current recipe implementation where all base ingredients are dumped into the diary without the chance to modify serving size.

davidhealey commented 5 years ago

Multi-select of the diary is a good idea. I'm going to change the recipe system, what we currently have will be called "Meals" and a new recipe system will be implemented that adds the recipe as a single item to the diary.

Mitlik commented 5 years ago

That sounds great. Once that's in place and #52 is resolved I suspect this request will be a rarely used feature.