Giter VIP home page Giter VIP logo

equella_templates's People

Contributors

arphaar avatar dependabot[bot] avatar phette23 avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

equella_templates's Issues

portal assets in script & style tags

all the CSS & JS dumped into tags should be broken out, minified, probably served from the Web Assets collection like we're already doing in some places (e.g. vaultDashboardCSS).

.image-with-metadata hover state

hovering over an image can cause things to jump around a bit, need a CSS fix for this

Example from CORE Waiver Portfolio Review collection:

img-w-md

fancybox displays on item summary pg for collections with many images

For each content type template for each collection:

  1. all rel="group" to the <a> tag wrapping the image
  2. add a fancybox initialization beneath all the other display templates
<script>
$(function(){
    // little tricky here, but we're filtering to _only_ jpg/png images
    $('.image-with-metadata a').filter(function(){
        return this.href.match(/(\.(jpe?g|png)?)$/i)
    }).fancybox()
})
</script>

Note that the jQuery selector will vary based on how a collection's templates look, .image-artistDocs a & #images a.img are some others, for example.

Collections that are mostly writing or don't feature long lists of images don't stand to benefit from this and so have been removed from the lists below.

Academic

  • All-College Honors Graduate Awards
  • Animation Program
  • Architecture Division Programs
  • CORE Studio/First Year Program
  • CORE Waiver Portfolio Review
  • Ceramics Program
  • Comics (MFA) Program
  • Community Arts Program
  • Fashion Design Program
  • Film Program
  • Fine Arts Junior Review
  • Furniture Program
  • Glass Program
  • Graphic Design Program
  • Illustration Program
  • Individualized Program
  • Industrial Design Program
  • Interaction Design Program
  • Jewelry / Metal Arts Program
  • Painting/Drawing Program
  • Photography Program
  • Printmaking Program
  • Sculpture Program
  • Textiles Program

Other

  • Campus Planning: Spatial Benchmarking
  • Libraries
  • Undergraduate Exhibitions
  • Supplemental Portfolio Review

Campus Planning tab on anonymous user home page

Images never load, possibly a problem with the upgraded version of jQuery justified gallery and the very strange markup of the Campus Planning section, with <div>s thrown in alongside the images. For now, it's set to just go to an image search on the CP collection, unlike the other tabs.

In the JS console, there's an error along the lines of can't load https://vault.cca.edu/undefined which definitely looks somehow related to the gallery script but I can't tell what's generating it.

<pre> tags around long text fields in assignment collections

<pre> tags help in long text fields like mods/abstract because then line breaks display.

Collections to review for these fields:

  • Critical Studies Program Assignments
  • First Year Program Assignments
  • Visual Studies Program Assignments
  • Writing and Literature Program Assignments

Keeping this issue open for a while because there may be others.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.