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

improve allinson_flex's property singularity determination #95

Open
2 tasks
alishaevn opened this issue Aug 24, 2022 · 0 comments
Open
2 tasks

improve allinson_flex's property singularity determination #95

alishaevn opened this issue Aug 24, 2022 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@alishaevn
Copy link
Contributor

ref: https://gitlab.com/notch8/utk-hyku/-/issues/154

Summary

setting cardinality: maximum: 1 in a metadata profile equates to the property being set as singular. (here’s the allinson_flex code) I think this needs to be updated. (see the "notes" section below for a potential implementation solution)

Acceptance Criteria

  • able to import a metadata profile yml that sets the minimum and/or maximum cardinality correctly
  • able to import a metadata profile yml that sets the property as singular or multiple correctly

Screenshots or Video

"title" property definition in the metadata profile yml
title:
  available_on:
    class:
    - GenericWork
  cardinality:
    maximum: 1
    minimum: 1
...

Testing Instructions

Notes

@alishaevn alishaevn added the enhancement New feature or request label Aug 24, 2022
@alishaevn alishaevn self-assigned this Aug 25, 2022
@alishaevn alishaevn linked a pull request Aug 25, 2022 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant