II. Project Architecture Leyla Yakut Fouad Alibrahim 10/19/2006
Project Objectives Provide a one-stop computer shop for UHCL students with low rates Secure online shopping environment 10/19/2006
Outline Website Hierarchy IT Requirements Sample Web Pages Visual Studio.NET System Architecture Database Tables 10/19/2006
Website Hierarchy 10/19/2006 Inventory Login Contact Brand Customer Admin New User Category Account Reports General Info Price Order Maintain DB Payment Info Status Control Inv. Pending History 10/19/2006
IT Requirements Database: Microsoft Access Web Editor: Microsoft FrontPage & Microsoft Visual Studio Photo Editor: Microsoft Picture Manager & Adobe Photoshop Client-side coding: JavaScript Server-side coding: ASP.Net 10/19/2006
Main Page 10/19/2006
New User 10/19/2006
Visual Studio.NET SmartNavigation=”True” Codebehind=”PageName.aspx.cs” Eliminate the flash Persist the scroll position Persist element focus Retain only the last page state Codebehind=”PageName.aspx.cs” ToolTip property Cascading Style Sheets (CSS) AutoPostBack=”false” ContinueUpdateOnError=”true” 10/19/2006
System Architecture 10/19/2006
Database Tables USERS student_id name address city state zip_code password card_type card_no card_exp ORDERS order_no date student_id item_id quantity INVENTORY item_id brand category model price quantity 10/19/2006
10/19/2006