Difference between revisions of "Webeshoppin"
From Wiki2
Line 1: | Line 1: | ||
=Stuff2Get= | =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. | |||
[http://webeshoppin.info/stuff2get/www/index.html?repo=Gittest&list=groceries&email=tim@pathboston.com&shared=0 demo site] | |||
===future status=== | |||
Use localStorage for current and completed items on each list | |||
===current status=== | |||
LocalStorage is implemented for markets and shopping links. | |||
===log=== | ===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. | *workin on webeshppin.js#joinexist line 91? what to do based on exists. | ||
*var cookieList = function(cookieName) {} has been changed only in lists.js | *var cookieList = function(cookieName) {} has been changed only in lists.js move utility functions to one place |
Revision as of 14:33, 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.
future status
Use localStorage for current and completed items on each list
current status
LocalStorage is implemented for markets and shopping links.
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