E. Lynette Rayle
E. Lynette Rayle
### Description It is helpful to know when an exhibit was published. This can be used to sort exhibits. ### Use Case Sort the display of exhibits on the home...
## Description Repeating a job when all that fails is the notification email can cause unwanted side effects. For example, when AddUploadsFromCSV completes the perform method, it executes the after_perform...
See test [indirect_container_spec.rb](https://github.com/projecthydra/active_fedora/blob/indirect_container_is_set_in_memory/spec/integration/indirect_container_spec.rb) (line 251) in branch indirect_container_is_set_in_memory. 3 tests added... 1) add same object multiple times to indirect container in memory -- FAILS 2) add same object multiple times...
### Descriptive summary The fixity service is configured in Hyrax. It is currently configured to use ActiveFedora::FixityService. To remove the dependency on ActiveFedora, this service needs to be updated. ###...
### Descriptive summary Use of `::Collection.find(id)` only returns `ActiveFedora::Base` collections. There needs to be an equivalent to find a `Valkyrie::Resource` collection (i.e. `Hyrax::PcdmCollection). ### ActiveFedora code ``` collection = ::Collection.find(id)...
### Descriptive summary Determine if collection types are working with Hyrax::PcdmCollections. ### Rationale Collection types are core to Hyrax and should work with Valkyrie versions of Collections. ### Expected behavior...
### Descriptive summary PR #4938 refactors the solr query process to allow multiple query clauses to be combined and submitted to solr. See Issue #4936 which describes the refactor design....
### Descriptive summary When writing to Valkyrie's solr is enabled, not all model types that are saved through ActiveFedora to ActiveFedora managed solr core are also saved to the Valkyrie...
### Question Are we ready to have the generated app be fully Valkyrized? Or should this change wait for a certain set of criteria to be met prior to committing...
### Descriptive summary The generated `app/model/collection.rb` extends `ActiveFedora::Base`. To move to Valkyrie, the generated collection model needs to be_a `Hyrax::Resource`. It is unclear if the generated collection is needed. Is...