Changes between Version 74 and Version 75 of BluePrint/SocialMedia


Ignore:
Timestamp:
07/19/14 21:43:20 (11 years ago)
Author:
devin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BluePrint/SocialMedia

    v74 v75  
    158158Allow Sahana Eden to be configured to have a Facebook or Twitter account it updates to. Look at the msg_search_subscription_notifications function (https://github.com/flavour/eden/blob/master/modules/s3db/msg.py#L818) which is used to send emails to users for Saved Searches - ideally this could also be used to save search criteria, and then when new records in that search are updated - a FB or Twitter update for the system is updated.
    159159
     160=== Walk Through of NYCP Wireframe ===
     161
     162https://docs.google.com/a/sarapisfoundation.org/drawings/d/1N8DpQxpztpAZjk7_atVKYSOX3e8t1WBtPFCWVNGLhWY/edit
     163
     164Three pages:
     165* Configure Feeds
     166  * Add available accounts
     167  * Set up filters
     168  * Pick a view
     169  * Preview feed to see what it will look like
     170  * Create feed
     171  * Place feed into layout
     172
     173* View Feeds
     174  * Publish
     175    * Select accounts
     176    * Format as Tweet, Post, Request, Events
     177    * Attach media and/or links
     178  * View Feed Items
     179    * Tag
     180    * Note
     181    * Bookmark
     182    * Share
     183    * Edit
     184
     185* Item Editor
     186This editor can be used to:
     187* Create New items
     188* Edit existing items
     189* Transform items from one format into another format
     190  * In Transform Mode: the existing post in it's current format is placed next to a set of fields of the new format.
     191
     192
     193
     194
    160195== See Also ==
    161196* DeveloperGuidelines/Messaging