Shana Moore

Results 12 issues of Shana Moore

- [ ] Adds feature flipper wrapper around converting pdfs into jpgs so that the user can choose whether or not they want them to render in the UV. -...

Create change set for model resources and a TitleValidator. ```ruby Enforce the validator with generic_work_resource_cs = GenericWorkChangeSet.new(GenericWorkResource.new). generic_work_resource_cs.valid? => false generic_work_resource_cs.errors.messages => => {:title=>["can't be blank", "Your work must have...

patch-ver

A new version of bulkrax has been released that fixes a bug. Previously we couldn't import a fileset as a row. ref: - https://github.com/samvera-labs/bulkrax/pull/865 - https://github.com/samvera-labs/bulkrax/releases/tag/v5.4.1 @samvera/hyku-code-reviewers

Blocked
minor-ver

### Descriptive summary Hyku 4.1.0 related PR from ESSI: - https://github.com/IU-Libraries-Joint-Development/essi/pull/395 ### Rationale ESSI has a nice feature where admin users are able to easily link to the sidekiq dashboard....

good first issue

### Descriptive summary Hyku v4.1.0 An admin can set a directory image and an alt text for it, but it is not being utilized. We noticed that Pals has a...

Without passing a string, we get an error when based_near is nil. This was discovered when testing Bulkrax in a valkyrized app. When we uploaded a CSV with no based_near...

bug

Because the model registry for Collection and Administrative Sets weren't using the Hyrax configuration, incorrect mappings were observed which prevented the collection edit page from loading. In this commit we...

notes-bugfix

In this commit, we wrap the inclusion of metadata in a conditional so that hyku knapsack can override it, if the decorators exists.

Issue: - https://github.com/scientist-softserv/hykuup_knapsack/issues/205 The ability for collections to have thumbnails will be deprecated in Hyrax v5.0.0. This PR implements the ability to upload collection thumbnails by following the precedence set...

patch-ver

ref: - https://github.com/samvera/hyku/pull/2178/files - [X] app/controllers/concerns/hyrax/collections_controller_behavior_decorator.rb I'll create a separate ticket for this to open for discussion. This was contributed back from [pals](https://github.com/scientist-softserv/palni-palci/commit/3d093f454307ea312d50f4079823f4651fb9b2a7) to sort sub collections by title on...