All,
Are there any design patterns that I can use for an food ordering application? I intend to use silverlight 3.0 with .net, c#
The concept of operations is as follows:
- application presents the menu (pictures and text) on the screen.
- patron selects what they want. For example, burger, fries and a coke.
- application will show the order on the screen for the patron to review.
- patron will be asked to pay for the order using a credit card.
- application will process the credit card transaction.
- application will print a receipt
I have read up on the model-view-modelview pattern. Is it appropriate for my app? What other design patterns should I look at?
Looking forward to your input.
best, Rohit