Fifth Iteration Progress Report~~
12-18-02
Plan
- Goal: To make database for inventory and have that accessable (to the
stores and distribution center) and modifyable (only by distribution center)
Design Phase
- Design: MySql and php
- MySql database: 4*items (as many items as I want)
- Item, Sku, Price, and Color
Coding
- All Coding can be found HERE
Testing and Deployment Phase
- Normal Tester Page
- Modifyable Tester Page
- Problems:
- Need to sort the data once it can be accessed, and the user can specify
what to sort it by. Aslo for the modifyable one, it needs to add the new
information to the database, and later on I will try to add a delete item
option, and an update item option
- Solution: Have a button to select what to sort by and then to use that when
displaying the database. Also for the adding of items, a button was added to
ask if they wanted to add and then by how many. Right now I havent gotten to
the point to actually add the information to the database.
<--Back