Changes between Version 4 and Version 5 of DeveloperGuidelines/SaveSearchAndSubscription
- Timestamp:
- 03/26/12 18:34:27 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperGuidelines/SaveSearchAndSubscription
v4 v5 22 22 23 23 ||'''Field Name'''||'''Purpose'''||'''Datatype/table'''|| 24 || timestamp ||Keeps the track of created and modified time. ||datetime||25 24 ||user_id||The user_id of the user who selects the subscription mode ||FK referenced from auth_user.id (integer)|| 26 25 ||subscribe_mode||Describes the mode(s) of subscription selected |||| 27 26 ||subscription_frequency||The frequency at which the subscription are to be sent.|||| 28 27 ||person_id||The person_id of the user who saves the search||FK referenced from pr_person|| 28 || metafields || ||s3.meta_fields()|| 29 29 30 30 == UI Design ==