Changes between Version 4 and Version 5 of Ticket #852
- Timestamp:
- 01/03/11 10:11:12 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #852
- Property Summary changed from Dataset upload feature (master ticket) to Dataset upload and archiving (master ticket)
-
Ticket #852 – Description
v4 v5 1 2(4) use cases: (With and without access to auth keys.)1 3 (4) use cases: (With and without access to auth keys.) 2 2 3 3 1. upload form on ckan (by default local system has auth key for storage) 4 4 2. datapkg upload (client) (by default without key) (plumbing done) 5 3. background job archiving downloads (by queue client) 5 6 6 7 Most important are: … … 13 14 === Sub-tickets === 14 15 16 ''' Required infrastructure ''' 17 18 * #826 - Resource 'extra' fields 19 * #358 - Resources in REST API 20 * #235 - Resource format normalization and detection 21 22 ''' User upload via Web UI ''' 23 24 * #877 - File upload in WUI 25 * #878 - Integrate file upload with workflow around package resources 26 27 ''' User upload via CLI/datapkg ''' 28 15 29 * #853 - plumbing for credential-less rest upload 16 30 * #879 - Storage auth API 17 * #877 - File upload in WUI 18 * #878 - Integrate file upload with workflow around package resources 19 * #358 - Resources in REST API 20 * #235 - Resource format detect from filename extension 31 32 Also related: 33 21 34 * #405 - Interactive retrieval of package resources 22 * #826 - Resource 'extra' fields 35 36 ''' Automated archiving using worker process ''' 37 38 23 39 24 40 === More Info ===