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

Allow adding, removing, and changing the "canonical dataset" in the Editor #2551

Draft
wants to merge 4 commits into
base: develop
Choose a base branch
from

Commits on Oct 15, 2024

  1. Fix linting errors in EMLAnnotations

    Issue #2542
    robyngit committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    0ac3cce View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6189421 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2024

  1. Add EMLAnnotation methods for canonical datasets

    - Add methods to add, remove, update, and find sameAs and derivedFrom annotations representing canonical datasets
    
    Issue #2542
    robyngit committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    bea2d7b View commit details
    Browse the repository at this point in the history
  2. Add input for canoncial dataset in EML editor

    - Add logic to identify the canonical dataset while parsing EML
    - Update the Annotations collection with the value in the canonical dataset input changes
    
    Issue #2542
    robyngit committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    4df698d View commit details
    Browse the repository at this point in the history