Judy posed some questions awhile back about what happens when the user has multiple zip codes in play. In order to wrap up the search widget and results, we've attempted to answer that question with specs and design. I am hoping to discuss in the next weekly programming meeting.
- Specifications (spawned by Judy's question)
- Design (partial, in progress)
Revised prompts, 10/1 - more faithful to meeting 9/27 | Revised prompts, 9/28 (SP's faulty memory) |
Scenario 1: Are you starting a new order? You currently have "Ladd's Cart" open, which has a ship-to zip code (12345) that is different from the zip code for your search (56789). Do you wish to start a new cart for this item? ( ) Yes [ x ] Save the current cart: Ladd's Cart Upon clicking save/ok with this answer selected, active cart becomes cart with zip 56789 and this item is added to it. User is returned to results. ( ) No Scenario 2: Are you starting a new order? Your current cart has a ship-to zip code (12345) that is different from the zip code for your search (56789). Do you wish to start a new cart for this item? ( ) Yes [ x ] Save the current cart [ name required ] Upon clicking save/ok with this answer selected, active cart becomes cart with zip 56789 and this item is added to it. If the user opted to save the current cart, that cart with its new name is added to the user's Saved Carts list. ( ) No | Scenario 1: Are you starting a new order? You currently have "Ladd's Cart" open, which has a ship-to zip code (12345) that is different from the zip code for your search (56789). Do you wish to: ( x ) Start a new cart for this item Scenario 2: Are you starting a new order? Your current cart has a ship-to zip code (12345) that is different from the zip code for your search (56789). Do you wish to: ( x ) Save the current cart [ name required ] and start a new cart for this item Checking the box for "Change zip for all search results to 12345" will in effect re-run the search (and change the zip in the widget field). |