Changes between Version 2 and Version 9 of Ticket #2204
- Timestamp:
- 04/02/12 14:07:57 (2 years ago)
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 30 30 * type = Idea | App | API | Visualization | Post | Paper | News Article 31 31 * 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. 33 33 * owner_id = user_id or creating user (see authorization below) 34 34 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. 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. May contain status so dataset owner can turn this on/off. 36 36 37 37 {{{ … … 39 39 }}} 40 40 41 41 42 === Url === 42 43 43 44 * /dataset/{dataset-name}/related/{related-item-id}/{related-item-title-stringified} 44 45 * 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. 45 47 46 48 === Authorization ===