E. Lynette Rayle

Results 59 issues of E. Lynette Rayle

### Descriptive summary The generated `app/model/file_set.rb` extends `ActiveFedora::Base`. To move to Valkyrie, the generated file set model needs to be_a `Hyrax::Resource`. It is unclear if the generated file set is...

question
Effort: Minor
valkyrization

### Descriptive summary As part of the Valkyrization MVP, a user should be able to edit file sets through the UI with the underlying code processing the file set as...

valkyrization
File Set

### Descriptive summary Non-work models fail to conform to expected rails routing causing `polymorphic_path` to produce non-existing paths causing callers of this method to fail. This was seen while working...

Do similar optimizations to those done for pcdm. See issue https://github.com/projecthydra-labs/hydra-pcdm/issues/118.

enhancement
stale

**[WIP] DO NOT MERGE** **This PR currently only includes a test to demonstrate the problem. It does not include a fix.** ---- Test adds child work to two parents using...

Temporarily created a vocabulary in /lib/hydra/works/vocab/works_terms.rb Need to generate this vocabulary once the terms and properties are decided. See https://github.com/projecthydra-labs/hydra-pcdm/issues/24 for information on how this was done for pcdm.

pcdm

### Descriptive summary AddFileToFileSet is supposed to be able to process the use the file is playing in the fileset as either a symbol or a URI. But the code...

bug

### Descriptive summary Adding a child work to a parent work using ordered members causes the child to respond with parent works using both in_work_ids and member_of_work_ids, resulting in the...

If generic files can have related objects, then validate that the behavior is correctly inherited from pcdm:object. (See xit test Related objects -> persists in models/generic_file_spec.rb) Otherwise, the behavior of...

enhancement
question
pcdm

### Description When a fileset is in a work, calling method #in_works does not return the work. ### Expected Results # in_works should return the work in an array ###...

bug