Add notes for 2020-10-07

This commit is contained in:
2020-10-08 11:15:49 +03:00
parent 8c05534ff9
commit f4b8f30847
89 changed files with 162 additions and 114 deletions

View File

@ -182,5 +182,20 @@ $ http POST https://dspacetest.cgiar.org/rest/collections/f10ad667-2746-4705-8b1
- I created [some notes](https://gist.github.com/alanorth/40fc3092aefd78f978cca00e8abeeb7a) to share with Salem and Leroy for future reference when we start discussion POSTing items to the REST API
- I created an account for Salem on DSpace Test and added it to the submitters group of an ICARDA collection with no other workflow steps so we can see what happens
- We are curious to see if he gets a UUID when posting from MEL
- I did some tests by adding his account to certain workflow steps and trying to POST the item
- Member of collection "Submitters" step:
- HTTP Status 401 Unauthorized
- The request has not been applied because it lacks valid authentication credentials for the target resource.
- Member of collection "Accept/Reject" step:
- Same error...
- Member of collection "Accept/Reject/Edit Metadata" step:
- Same error...
- Member of collection Administrators with no other workflow steps...:
- Posts straight to archive
- Member of collection Administrators with empty "Accept/Reject/Edit Metadata" step:
- Posts straight to archive
- Member of collection Administrators with populated "Accept/Reject/Edit Metadata" step:
- Does *not* post straight to archive, goes to workflow
- Note that community administrators have no role in item submission other than being able to create/manage collection groups
<!-- vim: set sw=2 ts=2: -->