ckanext-showcase
ckanext-showcase copied to clipboard
A ckan extension to showcase datasets in use
This solved #22, instead of always running the setup, this PR moves the logic to a new `init` command.
I am dynamically constructing links for listing showcases by tag: ``` {{ h.truncate(tag.display_name, 22) }} ``` The `url_for` call returns an URL for `/showcases` (trailing `s`): ``` http://localhost:5000/showcases?tags=interaktiv ``` That...
Would go a long way to surface the showcased entries. Perhaps, we can take some inspiration from http://opendataphilly.org (but still mobile-responsive). Maybe using something like bxslider.com?
showcase should fail gracefully when a referred dataset in a showcase is removed. cc @jguo144
when a new showcase is created.
Have the ability to specify video URLs instead of just Image URLs Perhaps, using something like videojs.com which enables legacy browser support and abstracts various online video services like YouTube/Vimeo,...
Showcasing open data in action almost always requires an image to be compelling. If one is not specified, present an option to create an auto-webshot using the URL with something...
I have tried to write some details on to describe a particular showcase and include some images for those descriptions. Yet including images in the main texts are quite tricky...