Changes between Version 5 and Version 6 of DeveloperGuidelines/SaveSearchAndSubscription


Ignore:
Timestamp:
03/26/12 18:35:15 (13 years ago)
Author:
Ashwyn
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DeveloperGuidelines/SaveSearchAndSubscription

    v5 v6  
    1717||search_vars||The search parameters for the search saved by the user||string (Assumption for the time being)||
    1818||person_id||The person_id of the user who saves the search||FK referenced from pr_person||
    19 ||  timestamp ||Keeps the track of time of creation and subsequent modifications. ||datetime||
     19||  metafields || ||s3.meta_fields()||
    2020==== Subscription ====
    2121Holds information about the subscription details. The data model can be found in models/msg.py.