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

[UX/UI] Add images to homepage features + remove one #312

Closed
wrenaria opened this issue Jan 25, 2025 · 0 comments · Fixed by #313 or #316
Closed

[UX/UI] Add images to homepage features + remove one #312

wrenaria opened this issue Jan 25, 2025 · 0 comments · Fixed by #313 or #316
Assignees
Labels
enhancement New feature or request UX / UI

Comments

@wrenaria
Copy link

wrenaria commented Jan 25, 2025

Parent folder, in case you need it: https://drive.google.com/drive/folders/1fOtphSi5EXPtYr528_1rd6bPe6UcsTC5?usp=sharing

Hopefully there aren't any data errors below, but it was the last hour of work on a Friday sooo.... 😅

Add to Homepage Features:

Image file: https://drive.google.com/file/d/1F8xfGkO58OHOCXqTDXu0Q1gzVc4tk5ES/view?usp=drive_link

{
      imageUrl : "/fcrepo/rest/application/ucd-lib-client/default-images/featured/regional-postcard-O-001_01_016.jpg",
      itemName : "Hot Air Balloon, Davis, Calif.",
      collectionName : "Regional Postcard Collection",
      itemLink : "/item/ark:/87293/d3h41jt83/",
      collectionLink : "/collection/ark:/87293/d3kw57r29"
    },

Image file: https://drive.google.com/file/d/1t80I5PoOfvM55U4hXKxS_RbfRigVGH7T/view?usp=drive_link

{
      imageUrl : "/fcrepo/rest/application/ucd-lib-client/default-images/featured/pierce-D-022_09_21.jpg",
      itemName : "A-21. Images of almond orchards...",
      collectionName : "Pierce Families Papers",
      itemLink : "/item/ark:/87293/d3sx64f52",
      collectionLink : "collection/ark:/87293/d3z892n52"
    },

Image file: https://drive.google.com/file/d/1_ccnPRuyPRFtEPb7qySC3nncIGd2LlVH/view?usp=drive_link

{
      imageUrl : "/fcrepo/rest/application/ucd-lib-client/default-images/featured/davis-covid-87293_d3g528.jpg",
      itemName : "Abstract Rainbow Mandala",
      collectionName : "Davis Downtown COVID-19 Community Art Project",
      itemLink : "/item/ark:/87293/d3g528",
      collectionLink : "/collection/ark:/87293/d3sj19z36"
    },

Image file: https://drive.google.com/file/d/1ESWtJTRFxXAV67j33c4q5fLkTsBJVJOP/view?usp=drive_link

{
      imageUrl : "/fcrepo/rest/application/ucd-lib-client/default-images/featured/nature-printing-butterflyfish-87293_d32j6888m.jpg",
      itemName : "Butterflyfishes",
      collectionName : "Nature Printing Society Collection",
      itemLink : "/item/ark:/87293/d32j6888m",
      collectionLink : "/collection/ark:/87293/d3057d056"
    },

Image file: https://drive.google.com/file/d/1ygapkT3WNxAy5tNIfOIEv0uIzRFUPM8b/view?usp=drive_link

{
      imageUrl : "/fcrepo/rest/application/ucd-lib-client/default-images/featured/nature-printing-inkodye-87293_d3901zm5p.jpg",
      itemName : "Inkodye-on-Cloth",
      collectionName : "Nature Printing Society Collection",
      itemLink : "/item/ark:/87293/d3901zm5p",
      collectionLink : "/collection/ark:/87293/d3057d056"
    },

Image file: https://drive.google.com/file/d/1qGSUTf7BrFAvKG4tzevXhKWsytzqHfhF/view?usp=drive_link

{
      imageUrl : "/fcrepo/rest/application/ucd-lib-client/default-images/featured/hours-virgin-87293_d38w3870g.jpg",
      itemName : "Hours of the Virgin",
      collectionName : "Hours of the Virgin",
      itemLink : "/item/ark:/87293/d38w3870g",
      collectionLink : "/collection/ark:/87293/d3vd6pc0t"
    },

Image file: https://drive.google.com/file/d/1RN-DFc12yc74_6kD3bnK0e7t30dIKU9A/view?usp=drive_link

{
      imageUrl : "/fcrepo/rest/application/ucd-lib-client/default-images/featured/picnic_day-87293_d3t727m3g.jpg",
      itemName : "Picnic Day program 1987",
      collectionName : "Picnic Day Collection",
      itemLink : "/item/ark:/87293/d3t727m3g",
      collectionLink : "/collection/ark:/87293/d36q1sq2t"
    },

Image file: https://drive.google.com/file/d/1u2V_VzxyLunKh6Yz7D_6vgszqxSo-L3t/view?usp=drive_link

{
      imageUrl : "/fcrepo/rest/application/ucd-lib-client/default-images/featured/lehmann-87287_d79018.jpg",
      itemName : "To A Gay and Festive Summer 1950",
      collectionName : "Sherry Lehmann Wine Catalogs",
      itemLink : "/item/ark:/87287/d79018",
      collectionLink : "/collection/ark:/13030/c8pc37z3"
    },

Image file: https://drive.google.com/file/d/1tx9d-66e_aUu7Ld4nMC56El6m0c9cE7s/view?usp=drive_link

{
      imageUrl : "/fcrepo/rest/application/ucd-lib-client/default-images/featured/lehmann-87287_d7tg6n.jpg",
      itemName : "Season's Greetings (Globe Theater) 1965",
      collectionName : "Sherry Lehmann Wine Catalogs",
      itemLink : "/item/ark:/87287/d7tg6n",
      collectionLink : "/collection/ark:/13030/c8pc37z3"
    },

Remove from Homepage Features:

Jessica requested removal of this image from the feature rotation. She didn't mind it as collection cover, but didn't want it as the first image seen on site load (too much smoking).

File: lehmann-d7mm2n.jpg
Title: Holiday 1997: Season’s Greetings from Sherry-Lehmann
Collection: Sherry Lehmann Wine Catalogs

@wrenaria wrenaria added enhancement New feature or request UX / UI labels Jan 25, 2025
jrmerz pushed a commit that referenced this issue Feb 3, 2025
…m render issue (#313)

* update citation label text on item page #310

* featured image / browse by creator image updates #311 #312

* fix render issue for nvwl items #315
@UcDust UcDust reopened this Feb 3, 2025
@UcDust UcDust linked a pull request Feb 5, 2025 that will close this issue
jrmerz pushed a commit that referenced this issue Feb 5, 2025
* update for hero images homepage, built with spa appconfig property #312

* fix for single image rendering issue after changes in #309

* fix for fullscreen imageviewer nav to load correctly position image #294

* fix for sorting on search page #314
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request UX / UI
Projects
None yet
2 participants