CSC/ECE 517 Summer 2008/wiki3 7 SHOP PAT: Difference between revisions

From Expertiza_Wiki
Jump to navigation Jump to search
Line 12: Line 12:
* [http://www.google.com/search?hl=en&rlz=1T4SUNA_enUS281US281&defl=en&q=define:Provider&sa=X&oi=glossary_definition&ct=title Provider]:It keeps multiple items and make it available to shopper. At the same time assist the shopper in locating the other providers.
* [http://www.google.com/search?hl=en&rlz=1T4SUNA_enUS281US281&defl=en&q=define:Provider&sa=X&oi=glossary_definition&ct=title Provider]:It keeps multiple items and make it available to shopper. At the same time assist the shopper in locating the other providers.


* Item Request: Requested item by th eshopper is identified.
*[ http://www.foxweb.com/document/index.htm?page=/document/RequestObject.htm Item Request:] Requested item by th eshopper is identified.


* Item:The things that are a provider owns,described by an item request,a consumer request, and a shopper obtains.
* [http://www.google.com/search?hl=en&rlz=1T4SUNA_enUS281US281&q=define%3Aitem  Item:]The things that are a provider owns,described by an item request,a consumer request, and a shopper obtains.


===COnsequences===
===COnsequences===

Revision as of 03:10, 23 July 2008

Problem Definition

Shopper pattern. The idea of a "shopping cart" is ubiquitous in e-commerce. This idea lends itself to abstraction in the form of a Shopper pattern. Find examples and descriptions that are suitable for teaching this pattern, if possible, including some non-obvious applications. Write up your findings in the form of a narrative.

Introduction

The main purpose of Shopper Pattern is to provide as a means to assist people or consumers to obtain a collection of items from a set of shops or the providers. And the goal is achieved without introducing coupling between the consumer and the provider.

Participants

  • Consumer :provide a list of items and user is allowed to choose item among them.Then the price is scanned and placed in the shopping bag.
  • Shopper: Choose the item from the shopping list and search for the muliple provider for that particular item.Shopper may search the item on diffent basis ex: Brand name, lowest price.highest price etc.
  • Provider:It keeps multiple items and make it available to shopper. At the same time assist the shopper in locating the other providers.
  • Item:The things that are a provider owns,described by an item request,a consumer request, and a shopper obtains.

COnsequences