Changes between Version 2 and Version 9 of Ticket #2204


Ignore:
Timestamp:
04/02/12 14:07:57 (2 years ago)
Author:
ross
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2204

    • Property Owner changed from amercader to ross
    • Property Status changed from new to assigned
    • Property Keywords [?d] added
    • Property Milestone changed from ckan-v1.7 to current-ckan-sprint-2012-04-16
  • Ticket #2204 – Description

    v2 v9  
    3030 * type = Idea | App | API | Visualization | Post | Paper | News Article 
    3131  * Suggest we make this a ckan.ini config option (comma separated ...?) 
    32  * image: ?? Depends where we store images. Simplest option would be to change to image_url and leave it to users to have already uploaded an image somewhere. If not we need to support image uploading and storage. See #1692 (add image attribute to datasets and groups) for more discussion. 
     32 * image: ?? Depends where we store images. Simplest option would be to change to image_url and leave it to users to have already uploaded an image somewhere. If not we need to support image uploading and storage. See #1692 (add image attribute to datasets and groups) for more discussion, once implemented the URL here can be an internal url. 
    3333 * owner_id = user_id or creating user (see authorization below)  
    3434 
    35 Related2Dataset (note that related_id, dataset_id tuple should be unique). This allows for m2m connections. If a given related item is only with one dataset this could be simplified. 
     35Related2Dataset (note that related_id, dataset_id tuple should be unique). This allows for m2m connections. If a given related item is only with one dataset this could be simplified. May contain status so dataset owner can turn this on/off. 
    3636 
    3737{{{ 
     
    3939}}} 
    4040 
     41 
    4142=== Url === 
    4243 
    4344 * /dataset/{dataset-name}/related/{related-item-id}/{related-item-title-stringified} 
    4445  * If a reference item could exist in its own right (and perhaps refer to multiple datasets then it should get its own url at e.g. /related/{id} 
     46 * /dataset/{dataset-name}/related/add => Modal dialog on related tab so we can use API to create them. 
    4547 
    4648=== Authorization ===