active_fedora
active_fedora copied to clipboard
Is LoadableFromJson still relevant?
Now that .load_instance_from_solr is gone, is LoadableFromJson still relevant?
I can't think of any other use for it.
Maybe deprecate it then and remove in AF 12?
ActiveFedora::LoadableFromJson actually contains 4 classes (in addition to its own extend ActiveSupport::Concern):
ActiveFedora::LoadableFromJson::SolrBackedMetadataFileActiveFedora::LoadableFromJson::SolrBackedResourceActiveFedora::LoadableFromJson::SolrBackedResource::FakeQueryActiveFedora::LoadableFromJson::SolrBackedResource::FakeQuery::FakeStatement
Do we need to deprecate each of those in their initializers? Seems like a mess.