1.3.0 - Ardops nichollsi
Warning
Require TaxHub 2.x (i.e. GeoNature >= 2.15.x)
🚀 Main new features
- Allow using all Taxref in programs (#327, #422)
- Compatibility with TaxHub V2 (#424)
- Taxons search in programs is now based on observed taxons
- If no photo is added to an observation and if an image is available for this to taxa in TaxHub, then this image is displayed on the Congrats popup
- Observation name displayed in program observations list is based on this order:
- 'nom_francais' (from taxhub attribute
nom_francais) - 'taxref.nom_vern'
- 'taxref.nom_valide'
- 'taxref.nom_complet'
- 'taxref.lb_nom'
- 'taxref.cd_nom'
- 'nom_francais' (from taxhub attribute
🧑💻 Development
- Add calls to two TaxHub API routes in order to get media types and bibattribut.
- Add component taxonomy-research which calls
allnamebylistTaxHub API route in Form Observation Program - Remove TaxHub list from cache backend
💬 Release note
- To install or update to this version of GeoNature-citizen, you need TaxHub version 2.0.0 minimum.
- Change
API_TAXHUBvariable to new TaxHub API url inconfig/config.tomlandfrontend/src/conf/app.config.ts(e.g.https://demo.geonature.fr/geonature/api/taxhub/api/) - The field
nom_francaishas been removed from TaxHub v2. To override a vernacular name, you can create and fill an attribute titlednom_francaisin TaxHub. The table content ofbib_noms.nom_francaishas been saved inarchive_bib_noms.nom_francaisarchive table to recover the data and copy it in a newnom_francaisattribute.
Full Changelog: 1.2.1...1.3.0