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

Feature request: multi-user accessible lists / groups #59

Open Simonjohanning opened 6 years ago

Simonjohanning commented 6 years ago

First of all, thank you very much for your work! The app looks promising and quite what I am looking for. However, I live in a shared flat, and in order to coordinate our shopping we require a list that can be accessed by several users / our group (as in out-of-milk). Unfortunately, such a feature is a must for our shopping list (too many cases of three breads or 6 liters of milk), and I would be delighted if a future version would include this feature. Thanks a lot in advance!

supertobi commented 6 years ago

Yes, that's the main reason we use a digital shopping list in our family. At the moment we use "Die Einkaufsliste"[1] but I would prefer an open source solution.

[1] https://play.google.com/store/apps/details?id=de.markusliebschner.thatlist

petermayer commented 6 years ago

Just as a quick update, we are looking into making syncing and sharing possible for our privacy friendly apps, but we are not far enough to make any promisses.

sebastianschauenburg commented 6 years ago

Sounds like a plan (I'd like this feature as well), thanks for sharing! If you want a "quick" way (without too much work), importing/exporting ( https://github.com/SecUSo/privacy-friendly-shopping-list/issues/8 ) would initially suffice. Then user A could send a shopping list to user B (via e-mail for example) and they could work through that. If syncing is wanted, some 3rd platform (like Nextcloud) could help.

Rainer-Lang commented 9 months ago

Any news on this?

petermayer commented 8 months ago

Yes and no.

On the YES side: We have made a (for us) big first step in that direction by releasing our Backup App. This allows exporting and importing data from basically all PFAs that have any form of user data, including also this one, our shopping list app.

On the NO side: We have not implemented sharing of individual shopping lists with other users yet. Having the backup functionality integrated in most apps, sharing of individual items in apps (for this app individual shopping lists) is a potential next step, but again I cannot make any promises. Once we tackle this, we want to do it in a way that would allow it to work in an API fashion, like our backup integration does so that it scales for all apps and we do not have to implement sharing features for each app (where it makes sense). This means it is no quick thing to do.

I understand this might not be the answer you were hoping for, but I hope you can understand our situation and the limited resources we have.