Changes between Version 10 and Version 11 of DeveloperGuidelines/SaveSearchAndSubscription


Ignore:
Timestamp:
03/26/12 19:23:21 (13 years ago)
Author:
Ashwyn
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DeveloperGuidelines/SaveSearchAndSubscription

    v10 v11  
    4040
    4141* 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 * models/04_pr.py - Contains the Save Search Data model.
     42* modules/eden/pr.py - Contains the Save Search Data model.
    4343* models/msg.py - Contains the Subscription Data model.
    4444* 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.
    4545* controller/msg.py - It contains functions to review the subscription details and other functions to send emails containing updates to the subscribed users.
    4646* 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.
    4948== Improvements for future ==
    5049* Sending Email in XSLT format.