Changes between Version 4 and Version 5 of Ticket #852


Ignore:
Timestamp:
01/03/11 10:11:12 (3 years ago)
Author:
pudo
Comment:

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.) 
     13 (4) use cases: (With and without access to auth keys.) 
    22 
    33 1. upload form on ckan (by default local system has auth key for storage) 
    44 2. datapkg upload (client) (by default without key) (plumbing done) 
     5 3. background job archiving downloads (by queue client)  
    56 
    67Most important are: 
     
    1314=== Sub-tickets === 
    1415 
     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 
    1529 * #853 - plumbing for credential-less rest upload 
    1630 * #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 
     32Also related: 
     33 
    2134 * #405 - Interactive retrieval of package resources 
    22  * #826 - Resource 'extra' fields 
     35 
     36''' Automated archiving using worker process ''' 
     37 
     38 
    2339 
    2440=== More Info ===