Changes between Version 18 and Version 19 of BluePrint/SaveSearch_Sub
- Timestamp:
- 05/25/11 07:47:57 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BluePrint/SaveSearch_Sub
v18 v19 7 7 == Save Search and Subscription Functional Specifications == 8 8 [[BR]] 9 This is wiki page for the project - 9 This is wiki page for the project -[[BR]] 10 10 http://eden.sahanafoundation.org/wiki/Projects/Advanced/SaveSearch 11 [[BR]] 12 http://eden.sahanafoundation.org/wiki/Projects/Advanced/Subscription 11 13 [[BR]][[BR]] 12 14 … … 26 28 || user_id ||The user id of the user who saved the search. ||FK referenced from auth_user.id (integer) ||Yes || 27 29 ||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 32 P.S. - Read filter_vars in the mockups ahead as search_vars 30 33 31 34 ==== Subscription ==== … … 35 38 ||'''Field Name'''||'''Purpose'''||'''Datatype/table'''||'''Required'''|| 36 39 || 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 41 43 42 44 === UI Design ===