Trevor, Talent, Steven
Food Coop Beta Setup
Page Setup
- Log In Page
- Not already a Coop Member
- Password and username combination are incorrect
- Coordinator Home Page
- Contains table that allows user to edit items
- Able to add items
- Able to end the month by deleting the table and then starting a new month
- Confirms changes and show changes being made
- Changes successfully made to database (Links back to coordinator home page or allows user to logout if they are finished)
- Coop Member Home Page
- Place orders
- User can view and edit own orders that have not been marked as completed
- Is order final, displays order before being placed
- Order complete, email sent to user, database updated
- Logout Page
Table Setup
Coordinator and Member Table
| username (email) |
password |
member or coordinator |
Monthly Inventory
| item name |
units |
pricing (per unit) |
min order (if any) |
max order (if any) |
quantity available |
Monthly Orders
| username |
item ordered |
quantity |
date placed |
paid yet? |
order changeable |
subtotal |
Updated November 16, 2008