Difference between revisions of "Webeshoppin"

From Wiki2
Line 11: Line 11:


Scrape sales flyers from links to find matches for list items. Add sale price info to list items.
Scrape sales flyers from links to find matches for list items. Add sale price info to list items.
===current status===
===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.
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.  
Google Places is used to find stores in area. a mapPage is being created though it has not been integrated.  
===tickets===
To delete items in food2buy you go to another page. Unnecessary. Might as well do it main page by adding delete icons. Deleting from combined list is confusing.
When you add new items the search box gets cleared. It doesn't get cleared when you uncheck completed items afte locating them with search. Not cool. 
===log===
===log===
*change static shopping links to user control, try keeping them in localStorage
*change static shopping links to user control, try keeping them in localStorage

Revision as of 15:03, 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.

tickets

To delete items in food2buy you go to another page. Unnecessary. Might as well do it main page by adding delete icons. Deleting from combined list is confusing.

When you add new items the search box gets cleared. It doesn't get cleared when you uncheck completed items afte locating them with search. Not cool.

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.