sul-dlss / mods_display

MODS Display is a gem to centralize the display logic of MODS medadata.
Other
2 stars 5 forks source link

Rendering metadata in tables / abstract related item text rendering. #155

Closed justinlittman closed 8 months ago

justinlittman commented 9 months ago

refs https://github.com/sul-dlss/purl/issues/799

Required by new design.

justinlittman commented 9 months ago

Right place for what?

jcoyne commented 9 months ago

@justinlittman the right repository for adding new rendering code that will only display in purl.

justinlittman commented 9 months ago
  1. My understanding is that the intent is to update other applications with this design over time.
  2. All of the label and value munging / collapsing / rendering code is in this gem. It is not exposed in a fashion such that it is feasible to create this view in purl.
  3. The code which is inherently purl specific is in a value renderer which is in the purl codebase. (The purpose of adding the value renderer abstraction for related items was to make that possible.)