Skip to content

improve allinson_flex's property singularity determination #95

@alishaevn

Description

@alishaevn

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

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions