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

Provide default values for author identifiers #359

Merged
merged 7 commits into from
Mar 30, 2023

Commits on Mar 20, 2023

  1. Provide default values for author identifiers

    Recent changes to the author categories introduced author identifiers, which were key data names. However, legacy data files will not have this data name and thus fail validation. The current changes introduce dREL methods that provide default values.
    jamesrhester authored Mar 20, 2023
    Configuration menu
    Copy the full SHA
    703d728 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2023

  1. Add dREL to create keys for legacy author categories

    Although we can generate arbitrary ids for parent categories publ_author and audit_author where they are missing, we cannot do the same for their child categories. This commit adds dREL that searches for matching names in the parent categories and determines the missing identifier accordingly.
    jamesrhester authored Mar 22, 2023
    Configuration menu
    Copy the full SHA
    408510f View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2023

  1. Improve dREL for _audit_contact_author.id

    Co-authored-by: Antanas Vaitkus <antanas.vaitkus90@gmail.com>
    jamesrhester and vaitkus authored Mar 23, 2023
    Configuration menu
    Copy the full SHA
    63c651f View commit details
    Browse the repository at this point in the history
  2. Minor dREL improvement

    Co-authored-by: Antanas Vaitkus <antanas.vaitkus90@gmail.com>
    jamesrhester and vaitkus authored Mar 23, 2023
    Configuration menu
    Copy the full SHA
    81a56ff View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0d0537b View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2023

  1. Use new Unique_id function for creating missing author ids

    Missing identifiers can now be generated by dREL using the Unique_id function.
    jamesrhester authored Mar 30, 2023
    Configuration menu
    Copy the full SHA
    abb2de2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d05288f View commit details
    Browse the repository at this point in the history