description
Write unit tests against all product inventory operations.
Refactor: pull operations out of the Product class into a ProductTask class. Just keep the data structure in Product class.
Remove ODS from the inventory page, bind directly to the product collection.
Group products within categories.
Implement re-ordering functionality for products within categories.
Implement re-ordering for categories within parent categories / inventory.
Generally clean the bastard up.