Adam Wead

Results 20 issues of Adam Wead

### Descriptive summary To improve accessibility, we turned the text for each required step for creating a new work into a link. Users with visual impairments would encounter the link...

enhancement
user interface
accessibility-concern

When characterization is run, it should update the value for mime-type that's present in Fedora.

stale

In order to let Fedora interpret and enforce the access controls that Hydra creates for resources, we need to have Hydra create ACLs that match up with Fedora. 1. Add...

Not sure if I'm doing something wrong, but: ``` > obj.class => Rubydora::DigitalObject > obj.relationships => {} > obj.datastreams["RELS-EXT"].content => \n\n \n \n \n \n\n" ``` There's an `isPartOf` in...

When deserializing the JSON data from Postgres, strings are cast to DateTime objects based on pattern matching. This results in dates such as `2019-03-10` getting cast as a DateTime. This...

bug

I can assign bogus adapters in `config/valkyrie.yml`: ``` yml production: metadata_adapter: postgres storage_adapter: bogus ``` Things will move along fine until that adapter is actually called. Maybe we can raise...

Good Starter Ticket

If I create a collection and supply an alternate id: collection = Collection.new(alternate_id: 'asdf_1234') And then assign a work to that collection via an inverse relationship: Work.new(member_of_collection_ids: 'asdf_1234') I'm unable...

How should profiles be validated? There should be a way to check if your bag conforms to a given profile, which also implies that it's also conforming to the BagIt...

question

Libreoffice returns zero status when it errors: ``` bash awead@pooh T $ soffice --invisible --headless --convert-to doc --outdir /. non-existent-file.txt Error: source file could not be loaded awead@pooh T $...

What if you could do: ``` ruby class SomeItems < ActiveFedora:Base has_direct_container Box end ``` ``` ruby class Box < ActiveFedora:Base is_direct_container_for SomeItems, membership: :hasItems end ``` And then have...

stale