LiteratureMapper
LiteratureMapper copied to clipboard
saveZotero inefficient
Currently when saving we request the online version of record, update the Extra and the push back. We already have a copy of the record when we loaded the plugin, we can take that json, modify the Extra and push back. Should save 1 request per item, which reduces api calls by 50%.
- pass data_json to saveZotero
- get json by key
- sub Extra
- Serialize json
- push new value