Skip to content

1.3.0 - Ardops nichollsi

Choose a tag to compare

@lpofredc lpofredc released this 26 Nov 23:07
· 24 commits to master since this release
46374e9

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'

🧑‍💻 Development

  • Add calls to two TaxHub API routes in order to get media types and bibattribut.
  • Add component taxonomy-research which calls allnamebylist TaxHub 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_TAXHUB variable to new TaxHub API url in config/config.toml and frontend/src/conf/app.config.ts (e.g. https://demo.geonature.fr/geonature/api/taxhub/api/)
  • The field nom_francais has been removed from TaxHub v2. To override a vernacular name, you can create and fill an attribute titled nom_francais in TaxHub. The table content of bib_noms.nom_francais has been saved in archive_bib_noms.nom_francais archive table to recover the data and copy it in a new nom_francais attribute.

Full Changelog: 1.2.1...1.3.0