ualbertalib / jupiter

Jupiter is a University of Alberta Libraries-based initiative to create a sustainable and extensible digital asset management system. This is phase 2 (Digitization).
https://era.library.ualberta.ca/
MIT License
23 stars 10 forks source link

Thumbnail redirect #474

Open pbinkley opened 6 years ago

pbinkley commented 6 years ago
get '/public/view/author/:username', to: 'redirect#no_longer_supported'
get '/action/submit/init/thesis/:uuid', to: 'redirect#no_longer_supported'
cwant commented 6 years ago

Just a note before I forget the conversation (slack) from yesterday: with the thumbnail server going into production, a question is which thumbnail do we redirect them to? Will thumbnails have permanent links, or will their links bounce around between servers?

Another note, the second bullet point was addressed in PR #460

pbinkley commented 6 years ago

The final target url pattern for thumbnails won't be in place until #435 is done, so it isn't worth working on this at this point, I think. Until then thumbnails will have a session-dependent url; after then they'll have a fixed url.