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

[products] Show Identifiers in product pages #5356

Merged
merged 2 commits into from
Jul 20, 2024

Commits on Jul 20, 2024

  1. [products] Show Identifiers in product pages

    Simple version to start with.
    We can look at a PURL->URL generator later
    captn3m0 authored and marcwrobel committed Jul 20, 2024
    Configuration menu
    Copy the full SHA
    a8202a7 View commit details
    Browse the repository at this point in the history
  2. Various improvements

    - add validation for identifiers in product-data-validator.rb (makes errors easier to read)
    - simplify and generify identifiers.html (render all identifiers the same way)
    - make purl-to-url generate URLs for all identifier types (rename to identifier-to-url)
    - make identifier-to-url more strict for unknown identifier types or variants
    - revert sass-embedded version to avoid lots of build warnings
    marcwrobel committed Jul 20, 2024
    Configuration menu
    Copy the full SHA
    b81ff94 View commit details
    Browse the repository at this point in the history