issues
search
socialgenomics
/
discover-frontend
Ember frontend for Repositive discovery platform
0
stars
0
forks
source link
[F] DIS-353 CRUD operations on collections
#1071
Closed
leojpod
closed
5 years ago
leojpod
commented
5 years ago
This PR implements
Dis-353
.
add CRUD operations to the collection service,
link those to actions on the collections page,
only allow changes when on the collections on display are those from the logged in user
Test instructions:
login/create a user,
go to the collections page via the top-right menu
create, rename, delete collections and see that it works fine.
copy the URL
logout and login as another user
paste the URL
confirm that you see all the collections previously created (step 3)
confirm that you can't edit those collections
This PR implements Dis-353.
Test instructions: