CatalogueOfLife / checklistbank

UI for checklistbank.org
https://www.checklistbank.org/
6 stars 2 forks source link

CLB: cannot access Verbatim data being inside the project (status code 404) #1311

Closed yroskov closed 7 months ago

yroskov commented 8 months ago

My steps:

Working with 3i Auchenorrhyncha data INSIDE project 3, I tried to view verbatim data for the name Aconophora imbellis Fairmaire, 1846 from Workbench page

https://www.checklistbank.org/catalogue/3/dataset/2317/workbench?facet=rank&facet=issue&facet=status&facet=nomStatus&facet=nameType&facet=field&facet=authorship&facet=authorshipYear&facet=extinct&facet=environment&facet=origin&limit=50&offset=0&status=provisionally%20accepted

When I clicked on Verbatim bookmark, I get a message HTTP 404 Not Found

image

https://www.checklistbank.org/catalogue/3/dataset/2317/taxon/52064: image

yroskov commented 8 months ago

However, I still can access Verbatim data OUTSIDE the project:

https://www.checklistbank.org/dataset/2317/taxon/52064: image

mdoering commented 7 months ago

That is correct. True verbatim data only exists when some text archive was read. A project doesnt do that, but instead copies data from a source. We then also leave a "verbatim source" record, but that only tracks the source dataset, identifier and potentially issues. Thats why the UI does not show a verbatim tab for project records, e.g. https://www.checklistbank.org/catalogue/3/taxon/6b48b7c0-7531-4dac-9eb9-f6073b502183

The source view you gave above should show the verbatim tab though. For some reason the UI shows a blank page cause by a 404 from https://api.checklistbank.org/dataset/2317/nameusage/52064/source

@thomasstjerne why does the UI calls that resource which is for projects and releases only?