-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Hydra consists primarily of the following 7 mappings:
- repository representation (RDF) to object properties (Ruby)
- object properties (Ruby) to repository representation (RDF)
- object properties (Ruby) to an index representation (Solr)
- index representation (Solr) to an HTML show page
- object properties (Ruby) to an HTML form
- HTML form output to object properties (Ruby)
- index search results (Solr) to an HTML page
It would be excellent if these could be dynamically configurable. #4 and #7 have already been done in Spotlight. I think it's feasible to make the remaining 5 dynamically configurable as well. I'd suggest starting with #3.
Submitter: Justin Coyne
jeremyf