Changes between Version 10 and Version 11 of DeveloperGuidelines/SaveSearchAndSubscription
- Timestamp:
- 03/26/12 19:23:21 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperGuidelines/SaveSearchAndSubscription
v10 v11 40 40 41 41 * modules/s3/s3search.py - For the purpose of putting in the save search widget and saving the search parameter when the user wants to save/load a search. Several big and small modification were done to put these features. 42 * mod els/04_pr.py - Contains the Save Search Data model.42 * modules/eden/pr.py - Contains the Save Search Data model. 43 43 * models/msg.py - Contains the Subscription Data model. 44 44 * controllers/pr.py - Modifications were done in person() to put the Saved Searches and Subscription Details tabs. Also, to provide the functionality of loading filter. 45 45 * controller/msg.py - It contains functions to review the subscription details and other functions to send emails containing updates to the subscribed users. 46 46 * cron/crontab - To schedule the daily/weekly/monthly checks for updated results in saved search and subsequently sending of emails for them. 47 * Deployment Settings to enable or disable save search and subscription is also there in place. 48 47 * Deployment Settings to enable or disable the save search widget. 49 48 == Improvements for future == 50 49 * Sending Email in XSLT format.