describo / crate-builder-component

A VueJS UI component to build an RO-Crate
MIT License
6 stars 3 forks source link

Checkt that UI is assembling all properties from @type array definitions #10

Closed marcolarosa closed 1 year ago

marcolarosa commented 1 year ago

When an entity has multiple @types (e.g. Dataset, RepositoryCollection) and the definition is set to inherit, the UI should show all properties for the class hierarchy starting at Dataset and the hierarchy starting at RepositoryCollection.

Confirm that this is actually true.