Changes between Version 1 and Version 4 of Ticket #1494
- Timestamp:
- 12/19/11 17:52:25 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1494
- Property Summary changed from Setup templates for activity streams to API call for getting a user's public activity stream as rendered rtext
- Property Milestone changed from ckan-sprint-2011-12-05 to ckan-v1.6
-
Ticket #1494 – Description
v1 v4 1 Implement a standard way of getting textual representations of activity streams, set up a template for each type of activity stream item and detail item. 1 This could be implemented as a separate API call, or the rendered text versions of the activities could be added into the JSON returned by the existing API call. 2 3 This requires setting up templates for rendering activity streams items and detail items as nice, human-readable text. 4 5 There are some open questions, e.g.: Do we want the entire activity stream rendered as a block of plain text? As HTML? Or do we want a list of JSON objects, where each object contains its textual and/or HTML representations as fields? 6 7 Activity stream items and their related detail items are separate objects that each have their own textual representations. 8 9 Estimate: 5 days. 2 10 3 11 For a mockup of the kind of text messages we want, see: … … 5 13 http://datahub.pudo.org/pudo 6 14 7 (but note that this ticket is just for creating the texts themselves, not rendering then in an HTML page or RSS feed) 8 15 but note that this ticket is just for creating the text snippets themselves, not rendering then in an HTML page or RSS feed. Also the mockup only show activity items and not their detail items.