SSHOC / vocabularies

0 stars 0 forks source link

how to proceed to "clean" vocabularies already ingested? #6

Closed dpancic closed 1 year ago

dpancic commented 3 years ago

In GitLab by @laureD19 on Mar 17, 2021, 16:36

while testing the edit forms, I have noted several points related to vocabularies implementation that we should take care of:

How can we proceed to clean these vocabularies?

dpancic commented 3 years ago

In GitLab by @stefanprobst on Mar 17, 2021, 16:53

wrt the last point: the mockups actually suggest a multiselect-combobox (see e.g. here), i just haven't finished that component (and the a11y behavior is non-trivial).

dpancic commented 3 years ago

In GitLab by @stefanprobst on Mar 17, 2021, 18:54

mentioned in issue sshoc-marketplace-frontend#52

dpancic commented 3 years ago

In GitLab by @KlausIllmayer on Mar 19, 2021, 17:48

regarding the vocabularies:

if you look into the API property list for activity: https://sshoc-marketplace-api.acdh-dev.oeaw.ac.at/api/property-types?perpage=100 you will see that for this property there are three vocabularies allowed: Nemo, tadirah-activity (= tadirah 1) and tadirah2. we need to limit the allowed vocabulares to only tadirah2 but need to check beforehand, if there are still no entries that use one of the other vocabularies (otherwise we will need to clean up them).

vocabulary languages has also the same problem: two vocabularies are allowed (iso-639-3 and iso-639-3-v2), we also would need to clean up here.

both states are due to missing cleanup from our side

dpancic commented 3 years ago

In GitLab by @vronk on Mar 29, 2021, 16:28

Extracted the part with multi-select to a separate issue: https://gitlab.gwdg.de/sshoc/sshoc-marketplace-frontend/-/issues/58

dpancic commented 3 years ago

In GitLab by @vronk on Mar 29, 2021, 16:28

marked this issue as related to sshoc-marketplace-frontend#58

dpancic commented 2 years ago

In GitLab by @vronk on Jan 31, 2022, 15:08

We know how to do it, in principle (either import/export SKOS, or edit via API, or through Manage concepts). This however needs to be described in more detail Dev Docs / API User stories https://gitlab.gwdg.de/sshoc/sshoc-marketplace/-/issues/64

dpancic commented 2 years ago

In GitLab by @vronk on Jan 31, 2022, 15:08

marked this issue as related to sshoc-marketplace#64

dpancic commented 2 years ago

In GitLab by @vronk on Jan 31, 2022, 15:14

All vocabs are closed (so we just import a new version), except for keyword #18, which is open and where real vocab curation shall be concentrated = moving around and merging concepts, etc.

dpancic commented 2 years ago

In GitLab by @vronk on Jan 31, 2022, 15:14

marked this issue as related to #18