Ticket #907 (closed enhancement: fixed)
Data previews: preview package resource data in the WUI
Reported by: | rgrp | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | ckan-v1.3-sprint-3 |
Component: | ckan | Keywords: | |
Cc: | Repository: | ||
Theme: |
Description
As a user I want to preview a dataset ('resource') before downloading it.
Implementation
This will be implemented as an Extension
NB: This ticket requires a way to get data out of a remote url (the dataset). We do not want to put this data load/streaming into ckan core due to a) complexity b) load problems (do not want to take ckan out by accidentally pulling in a 1GB file)
- Need a 'data proxy' - see ticket:698 and ticket:888
- Preview using javascript in WUI - do this in an extension http://bitbucket.org/okfn/ckanext-dataapi
Change History
Note: See
TracTickets for help on using
tickets.
Basic implementation done and deployed. However plenty to improve, e.g.