You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The points below are from @elrayle original comments in code. I took out a reference Hydra::Works::File since that class is something that we decided not implement. Which of these are behaviors that actually need to be implemented in hydra-works?
Hydra::Works::GenericWork can NOT aggregate Hydra::PCDM::Collection
Hydra::Works::GenericWork can NOT aggregate Hydra::Works::Collection
Hydra::Works::GenericWork can NOT aggregate Works::GenericWork unless it is also a Hydra::Works::GenericFile
Hydra::Works::GenericWork can aggregate Hydra::Works::GenericFile
Allow GenericWork to have both GenericWorks and GenericFiles as members
The text was updated successfully, but these errors were encountered:
The points below are from @elrayle original comments in code. I took out a reference Hydra::Works::File since that class is something that we decided not implement. Which of these are behaviors that actually need to be implemented in hydra-works?
The text was updated successfully, but these errors were encountered: