Trey Pendragon
Trey Pendragon
@awead Yes. That being said, weirdly enough `query_service.find_inverse_references_by(id: collection.alternate_id.first, property: :member_of_collection_ids)` -would- work, but not for Fedora (until https://github.com/samvera-labs/valkyrie/issues/677 is closed) Edit: Although I'm not sure I'd recommend it, but...
@awead We've considered removing this support, but there's always https://github.com/samvera-labs/valkyrie/blob/master/db/migrate/20161007101725_create_orm_resources.rb#L4 - you could generate the ID yourselves for every resource. I really wouldn't recommend it though. The previously-generated local IDs...
Thinking about an api for this... ``` resource = Book.new resource.lock! resource.locked? ``` ``` resource = Book.new resource.read_only! resource.read_only? ``` Something similar?
Success Criteria: ```ruby class Resource < Valkyrie::Resource end resource = Resource.new resource.read_only! persister.save(resource: resource) # raises Valkyrie::Persistence::ReadOnlyPersistence ```
@awead and @cam156 would you mind commenting?
@awead Can you expand on what you mean?
Some discussions from tonight: Is an indexer just a "write only" persister? What's the difference between an indexer and any sort of transformation logic from the hash that is a...
@elrayle Sorry, yes. We intend to do this, but it needs some research into the best interface. It looks like y'alls work on Wings is going to be a good...
Wondering if we need to enable RAPTOR_FEATURE_RELATIVE_RELATIVE_URIs, but not sure how to set features in this C binding.
@bendiken Yeah, I tried it last night and it didn't work. Is this just unsupported by raptor?