zznicole / shopping-list

Ourshoppinglist is a Mobile-first Web application project. It was created by a team of two developers, using modern Javascript, ES6, React.js,Node.js DBOO database, Material UI, Arios......
0 stars 0 forks source link

The list of shares should show all users we shared anything with, then... #48

Closed kft-a closed 3 years ago

kft-a commented 3 years ago

for the current list they are ticked for the people we share it with.

kft-a commented 3 years ago

In the sharing component, the user can today see a list of all users he/she has shared the shopping list with. But for every new shoppinglist the user wants to share, he/she has to manually enter the user id for the other user.

It would be more user friendly if the shopping list could be shared by checking users in a list of other users. I would suggest this list would show all users the owner of the list has at some point shared a list with.

kft-a commented 3 years ago

The server would have to keep track of all users he/she has ever shared a list with.

Potentially a way of removing oneself from other people's lists would be good for privacy.

kft-a commented 3 years ago

Committed with 30613e01228cdbe0b25c8f350d09af48654f7551 on master