Changes between Version 5 and Version 8 of Ticket #1574


Ignore:
Timestamp:
01/18/12 16:38:03 (2 years ago)
Author:
rgrp
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1574

    • Property Owner set to ross
    • Property Status changed from new to assigned
    • Property Milestone changed from ckan-backlog to ckan-v1.6
  • Ticket #1574 – Description

    v5 v8  
    11Allow uploading of files to push the data into webstore.  Initially we were going to suggest changes to ckanext-storage but after further analysis we arrived at the conclusion that this should be implemented by ckanext-archiver as it already handles archiving of data from various sources and would be the best place to 'archive' to webstore. 
    22 
    3 1. A user wants to upload a file to CKAN, and so chooses the file upload option as they do currently with ckanext-storage. The file upload itself should be handled by this code internal to core (see #1608) but still using ofs 
     3 1. A user wants to upload a file to CKAN, and so chooses the file upload option as they do currently with ckanext-storage. The file upload itself should be handled by this code internal to core (see #1608) but still using ofs 
    44 
    5 2. The user is provided the link to the file as currently.  
     5 2. The user is provided the link to the file as currently.  
    66 
    7 3. The archiver's update task will check configuration to determine if it should upload some mime-types (tabular formats) to webstore. Configuration should also determine where webstore is. (see #1609) 
     7 3. The archiver's update task will check configuration to determine if it should upload some mime-types (tabular formats) to webstore. Configuration should also determine where webstore is. (see #1609) 
    88 
    9         3a. It should be stored in webstore using {username}/{resource-id} where {username} is the name of the user uploading the original file. 
     9  * It should be stored in webstore using {username}/{resource-id} where {username} is the name of the user uploading the original file. 
    1010 
    11 4. The archiver will continue to move the file into permanent storage as per current practice. 
     11 4. The archiver will continue to move the file into permanent storage as per current practice.