karutaproject / karuta-frontend

End user interface for Karuta
Other
11 stars 16 forks source link

When deleting/unsharing a portfolio, it should be checked that it hasn't been shared #79

Open darolmar opened 7 years ago

darolmar commented 7 years ago

Steps to reproduce:

  1. Create a portfolio
  2. Share it with a user/group of users
  3. Login as the target user or as one of the users of the target group and do some work with the portfolio
  4. Login as original portfolio owner
  5. Delete/unshare the portfolio
  6. Login as the target user -> your work has disappear

Request: before to delete/unshare the portfolio, it should be checked that is not in use by other users.

darolmar commented 7 years ago

Do you think it's better to make the checkings before to delete them from bin instead?