Add notes for 2022-09-26

This commit is contained in:
2022-09-26 17:17:19 +03:00
parent a156315103
commit 98a3695d0d
29 changed files with 85 additions and 36 deletions

View File

@ -417,6 +417,27 @@ X-Cache-Status: HIT
```
- This effectively makes our cache half as effective, but hopefully as more people start harvesting the number of requests handled by it will go up
- I will enable this on CGSpace and email CIP to check if their harvester is working
- I will enable this on CGSpace and email Moises from CIP to check if their harvester is working
## 2022-09-26
- Update welcome text on CGSpace after our meeting last week
- I found another dozen or so ORCIDs for top authors on ILRI's community on CGSpace and tagged them (~1,100 more metadata fields)
- Last week we discussed moving `cg.identifier.googleurl` to `cg.identifier.url` since there is no need to treat Google Books URLs specially anymore as far as we know
- I made the changes to the submission form and the XMLUI item displays, then moved all existing metadata in PostgreSQL:
```console
dspace= ☘ UPDATE metadatavalue SET metadata_field_id=219 WHERE dspace_object_id IN (SELECT uuid FROM item) AND metadata_field_id=222;
UPDATE 1137
```
- Then I deleted `cg.identifier.googleurl` from the metadata registry
- Meeting with Salem, Svetlana, Valentina, and Abenet about MEL depositing to CGSpace for the initiatives
- Submitting to a collection without a workflow works as expected, and we can even select another collection (with a workflow) to map the item to from the MEL submission
- The three minor issues we found were:
- MEL still doesn't send the bitstream
- MEL sends metadata with a download URL on mel.cgiar.org
- MEL sends a JPEG that says "no thumbnail" when an item doesn't have a thumbnail
- I still need to send feedback to the group
<!-- vim: set sw=2 ts=2: -->