Changes between Version 5 and Version 6 of DeveloperGuidelines/SaveSearchAndSubscription
- Timestamp:
- 03/26/12 18:35:15 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperGuidelines/SaveSearchAndSubscription
v5 v6 17 17 ||search_vars||The search parameters for the search saved by the user||string (Assumption for the time being)|| 18 18 ||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()|| 20 20 ==== Subscription ==== 21 21 Holds information about the subscription details. The data model can be found in models/msg.py.