AtlasOfLivingAustralia / biocache-hubs

Biocache Hub UI grails plugin
Other
3 stars 30 forks source link

Add identificationStatus field to Customise Filters #321

Closed peggynewman closed 7 months ago

peggynewman commented 4 years ago

This would be useful for iNaturalist for distinguishing Research Grade from Needs ID.

ansell commented 4 years ago

The changes necessary for this are the same as https://github.com/AtlasOfLivingAustralia/avh-hub/issues/99

Majorly, it requires a full CAB release of biocache-service at this point to add a single line to the i18n file (unless i18n file changes are exempt from CAB).

nickdos commented 4 years ago

We can now add i18n values via an external file, thanks to the changes added for LA hubs. Assuming this is now possible, we should be able to update files without going through CAB, as it would be covered as a "content update".

ansell commented 4 years ago

Would be useful to clear up the way we will be using the externalised i18n files and switch to using them.

nickdos commented 4 years ago

I'm in favour of moving to external i18n file. Creating a separate issue for this: https://github.com/AtlasOfLivingAustralia/ala-infrastructure/issues/536

peggynewman commented 4 years ago

Boo yah, can we add eventID to this?

nickdos commented 4 years ago

Adding the field is easy, assuming its indexed in biocache-service. The only thing to check, is whether the field has a human readable label in i18n entry, as @ansell hinted at above. If not, then we need to deploy updated versions of the hubs to allow the i18n files to be external and thus easily updated without deploying war files.

ansell commented 4 years ago

Best to do each field separately, so have created a new issue for eventID (but we can put them together in the same CAB release) https://github.com/AtlasOfLivingAustralia/biocache-hubs/issues/338

alexhuang091 commented 3 years ago

This is what biocache-service returns and we thus show on UI (suppose identificationStatus is under Identification category). There's no solr field named identificationStatus, so which field to use? identificationVerificationStatus ?

截屏2021-09-16 下午1 35 56
adam-collins commented 7 months ago

This is moved to (I cannot find the link, might be a different project)