Changes between Version 41 and Version 42 of BluePrint/SocialMedia


Ignore:
Timestamp:
10/24/12 05:00:42 (12 years ago)
Author:
sheetal25
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BluePrint/SocialMedia

    v41 v42  
    8888==== Future Scope ====
    8989
     901. Create a cron job, to search tweets periodically and not only at user's request.
     912. Display twitter icon on map instead of the normal location bubble.
     923. Work on the pop-up contents. Ideally this would include any photo or video linked in the message (or a URL if it's to a page of text). Actually doing the part within the tweet parsing of following embedded URLs to identify if they're Media would be really useful addition to the parser (there is a commented-out stub).
     93
    9094=== Publishing data to Social Media Account ===
    9195Allow 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/eden/msg.py#L818) which is used to send emails to users for Saved Searchs - 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.