AtlasOfLivingAustralia / image-service

Image repository and tiling services
https://images.ala.org.au
0 stars 17 forks source link

regression - /ws/findImagesByMetadata is missing imageId #95

Closed djtfmartin closed 4 years ago

djtfmartin commented 4 years ago

The response for /ws/findImagesByMetadata is missing an imageId field which is used by specimens.ala.org.au and is currently causing the application to fail to render the images. This field should be added back into the response to remedy the problem.

ansell commented 4 years ago

Not sure how to test whether these changes fix the specimens issue outside of production currently because there is no images-test.ala.org.au+biocache-ws-test.ala.org.au system that contains the same images as production for a given collection. Linking specimens-test.ala.org.au to images-dev.ala.org.au doesn't work to select collections that we know exist because the images are referenced from biocache-ws-test.ala.org.au which, due to budget reasons, references production images.ala.org.au imageId's rather than any of the imageId's on images-dev.ala.org.au

nickdos commented 4 years ago

@djtfmartin how hard is it to move one of the set of images for a collection (first one in specimens.ala.org.au) over from prod image-service to ~images-test~images-dev? So we can test the change via specimens-test.ala.org.au (see @ansell comment above).

ansell commented 4 years ago

@nickdos We don't have an images-test.ala.org.au at this point. We have a low capacity images-dev.ala.org.au at the moment for testing image-service changes.