iucogs / pubs

Publication management system
http://pubs.cogs.indiana.edu
4 stars 0 forks source link

Add citations to collections via PUT #20

Closed pjcraig closed 11 years ago

pjcraig commented 11 years ago

Providing a list of citation IDs in one field and the desired collection in another, users should be able to add any number of citations to a collection when they also provide the collection ID.

This should allow for a flag that when set, accepts strings to be parsed into the database, returns the citation IDs and then puts them into a collection.

Another flag could allow for the collection to be created on submission of the request.

pjcraig commented 11 years ago

This seems to work well.