Changes between Version 12 and Version 13 of Ticket #2204


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

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2204

    • Property Keywords [7.5d] added; [?d] removed
  • Ticket #2204 – Description

    v12 v13  
    2424 
    2525{{{ 
    26 || id (int) || type || title || description (markdown) || image_id || owner_id || url || created (timestamp) 
     26|| id (int) || type || title || description (markdown) || image_url || owner_id || url || created (timestamp) 
    2727}}} 
    2828 
     
    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, once implemented the URL here can be an internal url. 
     32        * Do we want the possibility of different templates for different types of Related objects? 
     33 
     34  * 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. 
     35 
    3336 * owner_id = user_id or creating user (see authorization below)  
    3437 
     
    3639 
    3740{{{ 
    38 || id || dataset_id || related_id 
     41|| id || dataset_id || related_id || status 
    3942}}} 
     43 
     44status should be used to allow for a dataset owner (for dataset_id) to de-activate the relationship between the dataset and the related. 
    4045 
    4146=== Url ===