Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dynamically configurable mappings #28

Open
anarchivist opened this issue Mar 16, 2016 · 1 comment
Open

Dynamically configurable mappings #28

anarchivist opened this issue Mar 16, 2016 · 1 comment

Comments

@anarchivist
Copy link
Member

Hydra consists primarily of the following 7 mappings:

  1. repository representation (RDF) to object properties (Ruby)
  2. object properties (Ruby) to repository representation (RDF)
  3. object properties (Ruby) to an index representation (Solr)
  4. index representation (Solr) to an HTML show page
  5. object properties (Ruby) to an HTML form
  6. HTML form output to object properties (Ruby)
  7. 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
Copy link
Contributor

jeremyf commented Mar 16, 2016

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants