Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

names vocab: allow names vocab to have 2 types of objects #193

Assignees

Comments

@jrcastro2
Copy link
Contributor

jrcastro2 commented Sep 2, 2024

There will be 2 types of objects in the names vocab: the ORCID objects, and the CERN objects.

The ORCID objects are inserted or updated via the automatic jobs/dump. Its IDs cannot really be changed as all the code relies on having the ORCID as the id:

- affiliations:
  - name: Northwestern University
  family_name: Findler
  given_name: Robby
  id: 0000-0002-4245-2000
  identifiers:
  - identifier: 0000-0002-4245-2000
    scheme: orcid

The CERN objects could look like this (check props definition in other vocabs):

- affiliations:
  - name: <affiliations from CERN db>
  family_name: Findler
  given_name: Robby
  id: <encrypted-person-id>
  props:
    e-mail: <email>
    username: <username>
    is_cern: True
  identifiers:
  - identifier: <encrypted-person-id>
    scheme: CERN

In general, the vocabularies schemas and features should be enhanced to support:

  1. extra fields for the names. It looks like that it is not the case today, see here.
  2. vocabularies should support deprecation.

On ldap sync the authors synced should be added as names

@jrcastro2 jrcastro2 self-assigned this Sep 2, 2024
jrcastro2 added a commit to jrcastro2/invenio-vocabularies that referenced this issue Sep 4, 2024
@jrcastro2 jrcastro2 linked a pull request Sep 4, 2024 that will close this issue
jrcastro2 added a commit to jrcastro2/cds-rdm that referenced this issue Sep 4, 2024
@jrcastro2 jrcastro2 linked a pull request Sep 4, 2024 that will close this issue
1 task
jrcastro2 added a commit to jrcastro2/invenio-vocabularies that referenced this issue Sep 19, 2024
jrcastro2 added a commit to jrcastro2/invenio-rdm-records that referenced this issue Sep 19, 2024
jrcastro2 added a commit to jrcastro2/invenio-rdm-records that referenced this issue Sep 19, 2024
jrcastro2 added a commit to jrcastro2/cds-rdm that referenced this issue Sep 19, 2024
jrcastro2 added a commit to jrcastro2/cds-rdm that referenced this issue Sep 19, 2024
jrcastro2 added a commit to jrcastro2/cds-rdm that referenced this issue Sep 19, 2024
jrcastro2 added a commit to jrcastro2/cds-rdm that referenced this issue Sep 20, 2024
jrcastro2 added a commit to jrcastro2/invenio-rdm-records that referenced this issue Sep 20, 2024
jrcastro2 added a commit to jrcastro2/invenio-theme that referenced this issue Sep 20, 2024
jrcastro2 added a commit to jrcastro2/cds-rdm that referenced this issue Sep 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment