samvera / hydra-pcdm

Samvera implementation of the PCDM model
Other
11 stars 10 forks source link

Remove the Get* services #110

Closed jcoyne closed 5 years ago

jcoyne commented 9 years ago

The models already provide this service. We're wandering into the Anemic Domain Model and Poltergeist antipatterns.

I propose we remove:

lib/hydra/pcdm/services/collection/get_collections.rb
lib/hydra/pcdm/services/collection/get_objects.rb
lib/hydra/pcdm/services/collection/get_related_objects.rb
lib/hydra/pcdm/services/object/get_objects.rb
lib/hydra/pcdm/services/object/get_related_objects.rb

@elrayle do you agree?

tpendragon commented 9 years ago

@jcoyne These are now deprecated, can we close it?