Changes between Version 4 and Version 5 of DeveloperGuidelines/SaveSearchAndSubscription


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

--

Legend:

Unmodified
Added
Removed
Modified
  • DeveloperGuidelines/SaveSearchAndSubscription

    v4 v5  
    2222
    2323||'''Field Name'''||'''Purpose'''||'''Datatype/table'''||
    24 ||  timestamp ||Keeps the track of created and modified time. ||datetime||
    2524||user_id||The user_id of the user who selects the subscription mode ||FK referenced from auth_user.id (integer)||     
    2625||subscribe_mode||Describes the mode(s) of subscription selected ||||
    2726||subscription_frequency||The frequency at which the subscription are to be sent.||||
    2827||person_id||The person_id of the user who saves the search||FK referenced from pr_person||
     28||  metafields || ||s3.meta_fields()||
    2929
    3030== UI Design ==