You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
I've done some work spec-ing things out in Milan for object properties to HTML form https://github.com/jeremyf/milan. One pre-supposition is that the object may be comprised of multiple forms; Each form has context for filling out the data along with validations.
Hydra consists primarily of the following 7 mappings:
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
The text was updated successfully, but these errors were encountered: