Skip to content
This repository has been archived by the owner on Nov 18, 2020. It is now read-only.

Sufia 7, ScholarSphere 3.0 thumbnail survey

Michael Tribone edited this page Dec 7, 2016 · 17 revisions

Info

Plan

Create _index_media create _media override https://github.com/projectblacklight/blacklight/blob/master/app/views/catalog/_thumbnail.html.erb to use partials

How do we remove the other overrides????

Where do we display thumbnails in the system and when they are using the default item is it an icon or an image.

  • Home Page Featured Work
    • _sortable_feature
  • Home Page Recently Uploaded
    • _recent_document
  • Search Results Maisonry
    • _index_masonry
  • Search Results Gallery
    • _index_gallery.html
    • _index_gallery_collection_wrapper
  • Search Results List
    • _thumbnail_list_default.html
    • _thumbnail_list_collection.html
  • Work Show Page
    • _media
    • _audio
    • _image
  • Work Show Page File listing
    • _member
  • File Set Show page
    • _audio
    • _image
  • File Set Edit Page
    • _image
    • _audio
  • Collection Show page
    • media_display
  • Collection Show Work listing
    • show_document_list
    • index_gallery
    • index_masonry
  • Collection edit page
    • media_display
  • Collection Show Work listing
    • list_works
    • index_gallery
    • index_masonry
  • My Listings
    • _list_collections
    • _list_works
  • User profile featured items
    • _contributions

Meeting notes Friday, December 2

  • Thinking about using thumbnail service

  • Part of presenter

  • Look at the view code for thumbnail path service

  • concerns on how raster versus svg is handled

  • thumbnailpath service is using the indexer

  • first replace work.png with work.svg

  • second update for collection thumbnail service

  • third nuke the font awesome icons and reduce the number used

  • fourth would be to make everything use the thumbnail path service for defaults

  • scholarsphere_thumbnail service, takes the presenter, give you the appropriate thumbnail path (modeled like CC thumbnail), extends CC thumbnail path service

Clone this wiki locally