Professional CodeIgniter

(singke) #1

Chapter 5: Building a Shopping Cart


124


Revisiting the Sprint Backlog


At the end of Chapter 1 , you created an initial sprint backlog, and then updated it at the end of
Chapter 4. As you look over it now, you realize that everything from that initial list has been
completed.

Here ’ s the list again:


  1. Install and configure CodeIgniter on a development server. DONE.

  2. Create the initial tables for products and categories. DONE.

  3. Build a model for products, with functions for listing all products by category, listing product
    details for any given product, and listing other products that belong to the same group as a
    product. DONE.

  4. Build a model for categories, with functions for listing all categories as a tree, listing
    subcategories for a category, and listing category details. The products model already contains a
    function that allows you to list all products in a category. DONE.


Figure 5-7
Free download pdf