geolexica / geolexica-server

Generalized backend for Geolexica sites
2 stars 1 forks source link

(URGENT) SOURCE and Notes to entry are all missing now #175

Closed ronaldtse closed 2 years ago

ronaldtse commented 2 years ago

Some previous changes have now killed the SOURCE display and Notes to entry on the HTML pages. This needs to be fixed ASAP.

ronaldtse commented 2 years ago

e.g. https://isotc211.geolexica.org/concepts/815/

Screen Shot 2022-07-23 at 11 03 27 PM

This data is still available via JSON: https://isotc211.geolexica.org/api/concepts/815.json

{
  "term": "a posteriori classification",
  "termid": 815,
  "eng": {
    "id": 815,
    "definition": "classification scheme based upon definition of classes after clustering the field samples collected",
    "language_code": "eng",
    "notes": [
      "Taken from FAO LCCS version 2 (see Reference [2] in ISO 19144-1)",
      "See Annex B [of ISO 19144-1] for an examination of this and a priori classification"
    ],
    "examples": [

    ],
    "entry_status": "valid",
    "authoritative_source": {
      "ref": "ISO 19144-1:2009",
      "link": "https://www.iso.org/standard/32562.html"
    },
    "date_accepted": "2009-08-15T00:00:00.000Z",
    "release": "2",
    "terms": [
      {
        "type": "expression",
        "designation": "a posteriori classification",
        "normative_status": "preferred"
      }
    ]
...