Ticket #189 (new enhancement) — at Version 1
Multiple download urls
| Reported by: | dread | Owned by: | rgrp |
|---|---|---|---|
| Priority: | critical | Milestone: | v0.11 |
| Component: | ckan | Keywords: | |
| Cc: | Repository: | ||
| Theme: |
Description (last modified by dread) (diff)
Cost: 4 days
Replacement of the single 'Download url' field with a table that can have multiple rows, each containing a URL, the format and a description. Full read and write access to this table in the Web UI and over the REST API.
Example part of package:
Downloads:
| http://some.com/pollution.xls | Original report | |
| http://some.com/pollution.csv | csv | Original data |
| http://some.com/pollution | sparql | Linked version of data |
Implementation details
Download table has columns:
| id | package_id | url (text) | format (text) | description (text) |
Existing data to be migrated to new structure.
Note: See
TracTickets for help on using
tickets.
