Book Image

KNOCKOUTJS BLUEPRINTS

By : Carlo Russo
Book Image

KNOCKOUTJS BLUEPRINTS

By: Carlo Russo

Overview of this book

Table of Contents (12 chapters)
KnockoutJS Blueprints
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

The idea of this chapter – Simple Show Case


You have a couple of friends who enjoy making and selling jewelry, and they want your help creating a website so that they can sell online.

We start by asking them what they really need to give us an idea to build a first prototype.

They want to show all products together, and provide a way to filter them based on the category (for example, necklaces, rings, and so on), or by name; sorting by price can be a nice addition (but we will decide later if we will implement this feature or not).

Each product should have also a section with the description, with one or more big images, the price, and a buy button.

They want also a contact page, and a page with the list of the items the customer wants to buy.

If it were possible, they would also like to sell directly from the website, getting the payment in their bank account.

From these requirements we can understand that we have to realize:

  • A starting page with the full list of products and one/many filter(s)

  • A detailed page for each product

  • A contact page

  • A cart

The name of this prototype will be SimpleShowCase.