PhilipRiths / ShoppingListXamarin

1 stars 0 forks source link

Shared Lists - Access #12

Open jimmy-lundberg opened 6 years ago

alemputes commented 6 years ago

As a User, I want to see which shared shopping lists by others users I have access to

(OLD: As a user I want to be able to see all shoppinglists I have created and all other shoppinglists that I have access to)

Questions:

  1. Have a separate page which user can click and get all shared lists she has access to?
  2. And display the user who is sharing the list?
  3. And display access rights read/write/update?
jimmy-lundberg commented 6 years ago

I've only worked on the API so you should check this with someone else too, but here's my answers:

  1. Sounds good to me, as long as it makes sense in the UI.
  2. Yes
  3. We decided to not have different user roles, so the idea is that all contributors should have access to both read&write operations. So no need to display them. The only distinction we make is that if you are the creator of the list you also have the ability to invite and kick out other collaborators.
alemputes commented 6 years ago

'