10/19/2006 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 LoginInventoryContact Brand Category Price AdminCustomerNew User Account Order Status PendingHistory Reports Maintain DB Control Inv. General Info Payment Info
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” –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 ORDERS order_no date student_id item_id quantity USERS student_id name address city state zip_code password card_type card_no card_exp INVENTORY item_id brand category model price quantity
10/19/2006