prmr / Creco

Recommendation System for Consumer Products
Apache License 2.0
6 stars 2 forks source link

Simpler Layout #82

Closed prmr closed 10 years ago

prmr commented 10 years ago

It will be simpler to have only two pages for the two following scenarios:

  1. Category Search: A single page with initially an empty list of category, which gets populated as the result of the search.
  2. Product Ranking: A single page allowing users to vizualize products in a category.

For the Category Search page, all we probably need is a traditional search box design where the results get filled in as the result of a GET request.

prmr commented 10 years ago

This will just get done as part of #75. I already have a working prototype on branch Issue0075-mpr.