| 56 | == Projects == |
| 57 | There is a huge scope for for Social Media Integration in Sahana Eden some of which have been listed here. These are some more specific projects you may be able to engage with |
| 58 | === Social Media Feeds === |
| 59 | Enhance the feeds which are displayed on the homepage https://github.com/flavour/eden/blob/master/controllers/default.py#L283 which are controlled with these settings https://github.com/flavour/eden/blob/master/private/templates/000_config.py#L9. |
| 60 | * Improve the styling of these feeds |
| 61 | * Allow users to create their own dashboard with customized feeds |
| 62 | * Re-factor the code so that it is easy to insert feeds on other pages (eg. [wiki:BluePrint/UserInterface#ModuleIndexPages Module Index Pages]) |
| 63 | |
| 64 | === Map Feeds === |
| 65 | Allow the user to add layers of geo-tagged data from Twitter / YouTube onto the Map |
| 66 | |
| 67 | === Publishing data to Social Media Account === |
| 68 | Allow 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. |