Webeshoppin
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. Server is php/mysql.
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.
Create browser extension that words (recipe items for instance) to shoppinglist.
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
You notice something you are out of, add it to your list. It shows up on the lists on all the phones in your household. The app focuses on what you want instead of what somebody wants to sell you.
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.
Most of your time using this app will be on just a couple of lists, say groceries and building materials. The app is optimized to the basic list activities, adding stuff to the list, checking it off when you get it. Once you have a list set up, bookmark it and save it to your home screen. Then you minimize the load times while on your phone's network.
Allists and Options
You won't spend much time here but will need to deal with it a little to set it up.
List Options
Manage your lists here by adding new lists, joining someone else's list, sharing your list(s) or deleting list.
Link Options
There are default links to some stores near JP that have sales fliers online. You probably want to change some or all of them. You can delete store links, add links by searching for new ones or editing links.
The way it is implemented now uses the format of google Places and stores the info on your phone. The idea here is to find the stores you want to include and then edit the generic link withh a particular ling to that stores sale flier. I may do something with that later.
To add a link you've got to search for them. If you know a particular store you want to add put in a particular search phrase like Moes+Dog+Food+Emporium Here the "+" means logical_AND, ie the search is for sites that have all three of those words in its name or list of keywords. <Fire|Extinguishers uses "|" (logical_OR) to return sites with either of those words. If you cannot find what you are looking for there is no way to add a new link by hand but you can edit a link that's kind of close and turn it into what you want.