Difference between revisions of "Webeshoppin"

From Wiki2
Line 21: Line 21:
*workin on webeshppin.js#joinexist line 91? what to do based on exists.
*workin on webeshppin.js#joinexist line 91? what to do based on exists.
*var cookieList = function(cookieName) {} has been changed only in lists.js move utility functions to one place
*var cookieList = function(cookieName) {} has been changed only in lists.js move utility functions to one place
===help file===
<h3>Basics of shared lists</h3>
   
<p>Check off items as you aquire them. To add items to the list type into the search box. The list below the search box will be filtered. Once it comes up un-check it to put it on your list. If it never shows up just hit go (enter) to add the item.  </p>

Revision as of 14:51, 15 February 2012

Stuff2Get

You can have shared shopping lists on any mobile device. Update list on one device and the updates show up on another.

http://webeshoppin.info is a jquery-mobile HTML5 app.

demo site

future status

Use localStorage for current and completed items on each list. Push server changes to shared lists.

Implement maps and directions.

Scrape sales flyers from links to find matches for list items. Add sale price info to list items.

current status

LocalStorage is implemented for markets and shopping links. All updates to server are asynch so the app keeps running. List names are loaded from cookies.

Google Places is used to find stores in area. a mapPage is being created though it has not been integrated.

log

  • change static shopping links to user control, try keeping them in localStorage
  • create options page to delete, create join or share lists
  • make a url that can be used to create new lists
  • workin on webeshppin.js#joinexist line 91? what to do based on exists.
  • var cookieList = function(cookieName) {} has been changed only in lists.js move utility functions to one place

help file

Basics of shared lists

Check off items as you aquire them. To add items to the list type into the search box. The list below the search box will be filtered. Once it comes up un-check it to put it on your list. If it never shows up just hit go (enter) to add the item.