AtlasOfLivingAustralia / extended-data-model

0 stars 0 forks source link

Dataset dr18393 issues #99

Open javier-molina opened 1 year ago

javier-molina commented 1 year ago

Dataset dr18393 "Dredge, trawl and bycatch records from the northern section of the Great Barrier Reef, Australia (1991-1996)" issues:

  1. Dataset detail view display an error Screenshot 2023-02-10 at 4 33 50 pm

  2. Event detail view is empty Screenshot 2023-02-10 at 4 24 23 pm

  3. Event Type, Structure and Sampling protocol are all empty Screenshot 2023-02-10 at 4 27 34 pm

qifeng-bai commented 1 year ago

Data details displays error is due to missing electronicMailAddress for this record

qifeng-bai commented 1 year ago

Link to: #100

Reason: 1, Failed to fetch Taxon, for example: getByTaxonID?taxonID=https://biodiversity.org.au/afd/taxa/ecaca7ec-da2e-4c6b-b190-14e7a1738884 Check here to see details 2, GraphQL query does not handle error properly 3, Missing name-matching service url in GraphQL service config. ala: namematching: https://namematching-ws.ala.org.au/api bie: https://bie-ws.ala.org.au/ws biocache: https://biocache-ws.ala.org.au/ws images: https://images.ala.org.au/ws

Remaining issue:

  1. GrapQL-api service is out date. It is stilling alaNamematching in config
  2. The 3 nodejs are running under command line , not as services
djtfmartin commented 1 year ago

Looks to be fixed. GraphQL service has been updated.

qifeng-bai commented 1 year ago

@djtfmartin PR: https://github.com/gbif/gbif-web/pull/295