SecUSo / privacy-friendly-shopping-list

Privacy Friendly App to create and manage shoppings lists on Android devices.
Apache License 2.0
63 stars 37 forks source link

Optimize for recurring shopping #13

Open fajabird opened 7 years ago

fajabird commented 7 years ago

I like your approach very much. Thanks.

This is what would make the app more efficient

App used for the first time:

  1. Create new Items and place in list
  2. While shopping mark what's done (check)
  3. When ready or even while shopping cleanup list (all marked Items disappear but keep them in the database!)

Recurring shopping:

  1. Bring up a list of all already created items and mark what should reappear in the shopping list.
  2. Activating search should also query and display items from the database (not visible in current shopping list)

I think from the database perspective it should be enough to add a field e.g. "visible" and to only show visible Items in the list.

Additionally a button to set all checked and visible Items to invisible (i.e. cleanup).

Russe commented 5 years ago

That's a nice idea. But I would suggest when implementing this feature, that this is optional. I'm quite happy with the current functionality in Version 1.0.9 Checked items which I think I will need them again in future I do not delete from my lists, the stay checked at the end of the list.