CapstoneProject18 / Design-and-Develop-micro-service-based-web-application

an e-commerce application that takes orders from customers, verifies inventory and available credit, and ships them. The application consists of several components including the StoreFrontUI, which implements the user interface, along with some backend services for checking credit, maintaining inventory and shipping orders. The application consists of a set of services.
0 stars 0 forks source link

Sort Items #8

Open harshitsharmahts opened 6 years ago

harshitsharmahts commented 6 years ago

DESCRIPTION: As a customer, I want to be able to sort the items for purchase, so I can more easily make a decision on what to purchase.

TASKS:

1. Add a sort feature to the home page that allows the user to sort by price or alphabetically by item title.