okfn / example-rockfound

GNU Affero General Public License v3.0
0 stars 0 forks source link

Dataset page customization UI/X #2

Open pwalsh opened 6 years ago

pwalsh commented 6 years ago

Description

We want to customise the dataset pages for a more optimal user experience. In particular, we want users to be able to reach visualisations for a given dataset with ease - have a default visualisation per dataset when possible, and minimal clicks to see other views on the data.

Ideal:

Nice to have:

Tasks

Requires

pwalsh commented 6 years ago

@amercader can you help out here with a couple of examples of pages that visual data in a simple and easily accessible way straight from the dataset page.

amercader commented 6 years ago

I can't recall any instance with visualizations straight on the dataset page but it should be really easy to modify the templates to add a snippet for the relevant resource view. For tabular data CKAN core ships with the Recline view and DataTables view that give a powerful interface for tables. For geographic data there is ckanext-geoview that provides map widgets for GeoJSON files and WMS services, or ckanext-cartodbmap that allows embedding Carto visualizations.