Changes between Version 6 and Version 7 of Ticket #1515


Ignore:
Timestamp:
01/16/12 18:09:22 (2 years ago)
Author:
seanh
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1515 – Description

    v6 v7  
    1717 * ~~Generate activity events when objects are saved [4d] #1298~~ 
    1818 
    19  * Get the activity stream for a given user as a JSONifiable list of dictionaries [1d] #1511 
     19 * ~~Get the activity stream for a given user as a JSONifiable list of dictionaries [1d] #1511~~ 
    2020 
    21  * API call for getting a user's public activity stream as JSON [0.5d] #1495 
     21 * ~~API call for getting a user's public activity stream as JSON [0.5d] #1495~~ 
    2222 
    23  * API call for getting a user's public activity stream as rendered text, HTML, etc. [5d] #1494 
     23 * ~~API call for getting a user's public activity stream as rendered text, HTML, etc. [5d] #1494~~ 
    2424 
    25  * Render a user's activity stream on her user page [3d] #1496 
     25 * ~~Render a user's activity stream on her user page [3d] #1496~~ (needs review/page design work) 
    2626 
    27  * Generate activity events for other types of objects besides users (e.g. packages, groups, tags, sets of multiple sources that users subscribe to, etc.) and save them in the database. 
     27 * Generate activity events for other types of objects besides users (e.g. ~~packages~~, ~~groups~~, tags, sets of multiple sources that users subscribe to, etc.) and save them in the database. 
    2828 
    29  * Logic functions for getting activity streams for other types of object. 
     29 * Logic functions for getting activity streams for ~~packages~~, ~~groups~~, tags, etc. 
    3030 
    31  * API calls for getting activity streams of other types of objects as JSON 
     31 * API calls for getting activity streams of ~~packages~~, ~~groups~~, tags, etc. as JSON. 
    3232 
    33  * Rendering activity streams for other types of objects into other pages. 
     33 * Rendering activity streams for ~~packages~~, ~~groups~~, tags, etc. into their pages. 
    3434 
    3535 * API calls for inserting events into activity streams.