Changes between Version 18 and Version 19 of BluePrint/SaveSearch_Sub


Ignore:
Timestamp:
05/25/11 07:47:57 (14 years ago)
Author:
Pratyush Nigam
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BluePrint/SaveSearch_Sub

    v18 v19  
    77== Save Search and Subscription Functional Specifications ==
    88[[BR]]
    9 This is wiki page for the project -
     9This is wiki page for the project -[[BR]]
    1010http://eden.sahanafoundation.org/wiki/Projects/Advanced/SaveSearch
     11[[BR]]
     12http://eden.sahanafoundation.org/wiki/Projects/Advanced/Subscription
    1113[[BR]][[BR]]
    1214 
     
    2628|| user_id ||The user id of the user who saved the search. ||FK referenced from auth_user.id (integer) ||Yes ||
    2729||subscribed||The subscribed status of the user to a particular saved search.||boolean||Yes||
    28 ||filter_name||The query entered by the user.||string||Yes||
    29 ||filter_vars||The advanced filters selected by the user.||string (Assumption for the time being)||No  ||
     30||search_vars||The advanced filters selected by the user.||string (Assumption for the time being)||No  ||
     31
     32P.S. - Read filter_vars in the mockups ahead as search_vars
    3033
    3134==== Subscription ====
     
    3538||'''Field Name'''||'''Purpose'''||'''Datatype/table'''||'''Required'''||
    3639||  timestamp ||Keeps the track of last updated time. ||table || ||
    37 ||search_id||Refers to the saved search it is subscribed to.||FK referenced from filter.id (integer)|| ||       
    38 ||email_sub||Status of email subscription.||boolean|| ||       
    39 ||sms_sub||Status of sms subscription.||boolean|| ||   
    40 ||twitter_sub||Status of twitterl subscription.||boolean|| ||
     40||user_id||The user_id of the user who selects the subscription mode ||FK referenced from auth_user.id (integer)|| ||   
     41||subscribe_mode||Describes the mode(s) of subscription selected || || ||       
     42
    4143
    4244=== UI Design ===