gbif / registry

GBIF Registry
Apache License 2.0
34 stars 15 forks source link

Treatments: adding subtype TREATMENT_ARTICLE #107

Open MortenHofft opened 5 years ago

MortenHofft commented 5 years ago

from https://github.com/gbif/portal16/issues/1103

How about applying the Dataset.subtype properly, create a new TREATMENT_ARTICLE entry and keep Dataset.type still a checklist?

mdoering commented 5 years ago

... and populate all Plazi datasets as TREATMENT_ARTICLE, also newly created ones.

thomasstjerne commented 5 years ago

And change citation format: https://github.com/gbif/registry/issues/111

timrobertson100 commented 4 years ago

In doing this, please also enable filtering by subtype. The documentation states:

Not yet implemented, but will eventually allow filtering of datasets by their dataset subtype as given in our DatasetSubtype enum.

timrobertson100 commented 4 years ago

http://api.gbif.org/v1/dataset/search?subtype=OBSERVATION

The API already supports this, so we need to:

mdoering commented 3 weeks ago

Let's work on this to remove the frontend hack and avoid having bad treatment pages shown in the UI.