yaoshuai / axon-auction-example

Automatically exported from code.google.com/p/axon-auction-example
1 stars 0 forks source link

Use Case 01: House Identifies Buyers and Sellers [Command Server] #5

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
An auction application is used by buyers and sellers. A buyer needs to know who 
the seller is to pay him or her, and the seller needs to know who the buyers 
are to answer product questions and to finalize the sale. So, to post or bid on 
an auction item, buyers and sellers are required to register. Registration 
needs to get the following information from buyers and sellers: 

- User ID and password for buying and selling. 
- Email address so highest bidder and seller can communicate when item closes. 
- Credit card information so auction can charge sellers for listing their 
items. 

Once registered, a user can post or bid on an item for sale. 

Original issue reported on code.google.com by reg.goog...@future-invent.de on 24 Sep 2010 at 5:31

GoogleCodeExporter commented 8 years ago

Original comment by reg.goog...@future-invent.de on 24 Sep 2010 at 5:40

GoogleCodeExporter commented 8 years ago

Original comment by reg.goog...@future-invent.de on 19 Oct 2010 at 5:55

GoogleCodeExporter commented 8 years ago
The credit card information should be added later when a user wants to sell an 
item:
http://code.google.com/p/axon-auction-example/issues/detail?id=11

Original comment by reg.goog...@future-invent.de on 20 Oct 2010 at 1:46