項目名稱}概要設(shè)計說明書_第1頁
項目名稱}概要設(shè)計說明書_第2頁
項目名稱}概要設(shè)計說明書_第3頁
已閱讀5頁,還剩11頁未讀, 繼續(xù)免費閱讀

下載本文檔

版權(quán)說明:本文檔由用戶提供并上傳,收益歸屬內(nèi)容提供方,若內(nèi)容存在侵權(quán),請進行舉報或認(rèn)領(lǐng)

文檔簡介

1、Petshop設(shè)計說明書文檔標(biāo)識:當(dāng)前版本:1.0修改歷史日期版本作者修改內(nèi)容評審號變更控制號當(dāng)前狀態(tài):發(fā)布日期:2004-1-27Petshop_DS_304 草稿_發(fā)布1 概述1.1編寫目的.1.2項目背景.1.3術(shù)語和縮寫1.4參考資料.2系統(tǒng)設(shè)計2.1 技術(shù)結(jié)構(gòu)設(shè)計 32.1.1 體系架構(gòu)設(shè)計 32.1.2 公用組件設(shè)計422模塊設(shè)計2.2.1 Accou ntl nfo42.2.2 Address Info42.2.3 52.3 接口設(shè)計52.4 界面設(shè)計52.4.1 界面規(guī)范設(shè)計2.4.2 典型界面設(shè)計.1 主頁面(default.aspx) .2 幫

2、助頁面(Help.aspx) .3 寵物分類頁面(Category.aspx) .4 寵物種類頁面(Product.aspx) .5 寵物信息頁面(ProductDetails.aspx) .6 登錄頁面(Signln.aspx) .7 取消登錄頁面(SignOut.aspx) .8 創(chuàng)建新帳戶頁面(CreateAccount.aspx) .9 編輯賬戶信息頁面(EditAccount.aspx ) .10 購物車頁面(Cart.aspx) .11 訂

3、單頁面(OrderBilling.aspx ) .12 送貨地址頁面(OrderShipping.aspx) .13 訂單處理和確認(rèn)頁面( OrderProcess.aspM 112.4.3 特殊界面設(shè)計 112.5 數(shù)據(jù)結(jié)構(gòu)設(shè)計 111概述1.1編寫目的簡要說明編寫本設(shè)計說明書的目的,指出讀者對象。1.2項目背景說明軟件系統(tǒng)的名稱、開發(fā)者、設(shè)計原則和方法1.3術(shù)語和縮寫簡要說明本設(shè)計說明書中涉及的專門術(shù)語、 容易引起歧義的概念、關(guān)鍵詞縮寫及其他需要解 釋的內(nèi)容。例:術(shù)語描述性定義In ternet:英特網(wǎng)In tra net:內(nèi)部網(wǎng)1.4參考資料以列表或排

4、序的方式給出重要的參考資料的名稱、 文檔標(biāo)識號、版本號,作者、單位等信息。 例:序號文件名文件標(biāo)識號發(fā)表日期出版單位或作者2系統(tǒng)設(shè)計2.1技術(shù)結(jié)構(gòu)設(shè)計2.1.1體系架構(gòu)設(shè)計PetShop應(yīng)用程序體系架構(gòu)圖如下:Pres entation TierASP.NET web FormsUser Interfece PiocessingBusiness Logic TierBusiness Comp on entsEnterprise ServicesBusmens Ensi詼Data Access Layer DAL InterfaceDAL FactoryOracle DMB Oracle DAL

5、SQL ServerD/USQL DAA日根據(jù)設(shè)計,選擇實現(xiàn)的語言為C#、A,開發(fā)工具為 VS,基于 Windows操作平臺及 Oracle、SqlServer 數(shù)據(jù)庫。2.1.2公用組件設(shè)計根據(jù)項目實際情況,可進一步細(xì)分章節(jié)。2.2模塊設(shè)計2.2.1 Accou ntlnfoAccountInfo-_userId : string-.password : string-_email : string-_address : Addressinfo-.language : string-.category : string-_showFavorites : bool-_showBanners :

6、 bool+Accountlnfo()+Accountlnfo(in userid : string, in password : string, in email : string, in address : Addressinfo, in language : string, in category : string, in showFavorites : bool, in showBanners : bool) +Userld() : string+Password() : string+Email() : string+Address() : Addressinfo+Language(

7、) : string+Category() : string+IsShowFavorites() : bool+lsShowBanners() : bool2.2.2 AddressInfoAddressinfo-fiistName . stiing_lastName : string _address1 : string _address2 : string _city : string_state : string_zip : string_country : string_phone : string+Add【esslnfo0+Addresslnfo(in firstName : str

8、ing, in lastName : string, in addressl : string, in address2 : string, in city : string, in state : string, in zip : string, in country : string, in phone : string) +FirstName() : string +LastName() : string+Address10 : string +Address2() : string +City() : string +State() : string +Zip() : string+C

9、ountry() : string+Phone() : string接口設(shè)計1. lAccou nt為針對不同數(shù)據(jù)庫產(chǎn)品編寫的“操作用戶賬號的類”所必須實現(xiàn)的一系列方法定義契 約。2. Ilnven tory定義"操作庫存量的類”所必須實現(xiàn)的一系列方法;或者說將操作庫存量的一系列(所有) 方法做一個匯總。3. litem定義“操作某一 ltem的類”所必須實現(xiàn)的一系列方法。(Item在Model中定義了,是指具體某一類別的 Product,如男貓或女貓)4. lOrder定義了一組DAL層中“操作用戶訂單的類”必須執(zhí)行的方法。其中包括“添加一張新 訂單”的方法lnse

10、rt()和根據(jù)一個已有的訂單號取得此訂單詳細(xì)信息的方法GetOrder(),此方法返回的是一個 Orderlnfo對象。(Model中的Orderlnfo類模型定義了用戶的某一張Order中相關(guān)的信息,如發(fā)貨地點,總價,信用卡號碼等等)5. lProduct定義類一組在 DAL層中編寫的“對 Product進行操作的類”6. lProfile定義一組在DAL層編寫的“對用戶 Profile進行操作的類”具體見PetShop類圖.vsd。2.4界面設(shè)計2.4.1界面規(guī)范設(shè)計設(shè)計本系統(tǒng)統(tǒng)一要遵循的用戶界面規(guī)范,如界面布局設(shè)計、界面配色方案、用戶操作習(xí)慣、 界面元素呈現(xiàn)方案等。如:界面采用 Wind

11、ows界面規(guī)范、Office XP界面風(fēng)格、采用銀灰色調(diào)、 按從上到下、從左到右操作習(xí)慣等。242典型界面設(shè)計2.421.1 主頁面(default.aspx)rue .Met per suw5I&N III I W | HELFFishSMwllWDietVarious Breeds GroomingDietR&ptii&s咖mmFoodsCatsVarious Breeds Tds DietBirdsEdedbus.2 幫助頁面(Help.aspx)I (kig I RAfrtlnx | B#<|*rue .Met pet su$p 5Micro

12、scft .NET PetShop Blueprint ApplicationThe MicrDsoft .NET Petshop Blueprinl: /wIitatiQn is an online pet Uke mast e-s-toreE, you can browse and search the product catalog. chd&Ee items eq add to a shopping cart. amendl the shappng cart.酬d order the items in the topping £3rt_ You can perform

13、 many of these a ebons with oct regnterirbg with sr logging into the vplitAti 口 towAvAr, boiort you tin 口 rder i£em» you rnuH I 旳 in (sign in) to the apcfbcMi 口n. Tn ortrto figri in, you 簡曲withtht wlitfti口6 which 4 mbKi wtitn ycwi 畑i$bar 僧中n WO wh th* *pi3*cMion.引口廠Efl LIE呂idr門口 仃Working w

14、ith the; Piuduct Qatmlc;口Braw£irii3ti?E £呂匕mln 口TOfkina 初tn ©he ShDOOiriQ 匸石ftAdchg 昌門日A:皀mciinnci【t皀Uudmhn口 th。Duanfliil;” 口卩 *n Hoe口CgririGi ItErnw只日xi日典irid me Onjgi號nciwri ISigning UpTo sign upJ dick the Sign-in link at an the top banner. HeKtP dick tfie Reflister No# buttnn. Aman

15、pQi other informatiDn. the signup 口日口日 requires you tn provide a useid 皀 ntifimr and paEswordl. lliis infarmah 口" is iifed tn identify yoiir aoauTrt: mncl must be rovidad when signing in.2.421.3 寵物分類頁面(Category.aspx )2.421.4 寵物種類頁面(Product.aspx )Tue .Met pet suer 心FdEili | IVoijB | R卻kllE冒 | &#

16、163;曲卻 | BfedsSIGN III W I HELFEEAAOIBulldogE5T-6Male AdUt Label¥ 1.B.5Dt .卻 drf to CMtE5T-7Pemate Puppy Labl¥ LB.5D皿 ST:JMrn flD KrnnePrrte.5 寵物信息頁面(ProductDetails.aspx )T»e net ret suw 葉5iGN IM 7 | tiELfReiptlles | <iiis | BfeiisMale Adult BulldogPrice ¥ 19.50Quantlit

17、Y 999BFriendly dng from England.6 登錄頁面(Signln.aspx )Are you a new user?養(yǎng)0毛忖科0書a registered userSubmit2.421.7 取消登錄頁面(SignOut.aspx )rue wet ret suer *| Hogs 丨 RflfrtiilRS | .ws | BH4醫(yī)IGH DUI1 | HIT ACCCMJNI | 宵 | IILLFELAHO IWelcome to .NET Pet Shop DemoStore Mam Pae.8 創(chuàng)建新帳戶頁面(CreateAcco

18、unt.aspx )UserIDPasswordE-Mflill uddlrBSf (IAddressLest ruameStreet fiddresfgState / prtvlnceCQUiiilrvTv'InpliiniiiR numbnrPreferencesI 片亦 WyP?tStgr? to bs in | EnglishZJMy favorrte cateorY is | Birds 創(chuàng)P VeSi E ¥rant to enable thefe-ffture.呦e誠yuur伽戀 sntf 丹構(gòu)卿1壓s “ww jDuxmvwn 55 you whop,p Ye

19、s, i want to enable the pet tips banners. The WTflefSfrop 胡 Mt 如盲 益 you whKh 叭 frasetf on aur 佝vo祇 丿tevnw and 戸 c&fisdwer2.421.9 編輯賬戶信息頁面(EditAccount.aspx )Account in formationU'ser IDdgbriBtE Mdlh dldrss lyour-narmiyourdomain.cftfnAddressFirst n-rim>i!ae匚La 就 nine|xrxStreet iididresspO1

20、San Antonio Rod|MS UCUPOQ-206Citv|Palo 剛;0/ pruviiit.6|C3lrfbrms jlPostal code |=-iJ2:E口untrv| USAHTelephonF mumbeir55-555-5555Preferenceswmnt MyPatStore to be in |Engh£l-My favorite category is I Binds 3F Yes, J wamfl: to enable- the MyList feature.呦鈕 ma-ke /awnrig snt/n? jvwTffwn-41 ss you sM

21、?-nr ¥e?j want: to enable the pet tips banners E ,NET P&t5hop 堿pet 啲* 昶 you 盡hop$ whcf?萌& i>asetf on y&yr vwfSe firns sntf聲 cafesorfes.屜De#.10 購物車頁面(Cart.aspx )242.1.11訂單頁面(OrderBilling.aspx )Credit card information匚 redlt card type psaCsnJ number |9999 9999 9999 9999Expir

22、dliDn date Muiibth |01 J| Ylur |2C0lBilling informationPlease confirm that thm fDllowirtg Bdhrtg Address is correct and press the Contifiue button.First nanwLd!bl n-d nnt*9H1 s?n Anlonici Road |MS UCIJF02-200|Palo Aho |tBlifomia j| | USA3T&lepihDne nuinter 陽5占好5555CitvState / provincePostdl code

23、 嗣303D-elipr tii Billing Address 臣.12 送貨地址頁面(OrderShipping.aspx )2.421.13 訂單處理和確認(rèn)頁面(OrderProcess.aspx )Order completeD.jIpAcc«unlrdocnetOnrii?r 101坨StatusPNormal SpeedaddressABC WX9D1 San Antonia 總口日dM5 UUPO2-2a6Palo AltOj Calrfomta 94303Bi|l|ing AdrlrEi-ssABUXYJC901 San Anboniu RoadMS U

24、CUPO2-206Palo AttDj California 943D3Credit frardvisa9999 9999 9999 999901/2001IDProductPriceQty Total CastE5T-22 Labrador Retreyer¥ 135.501¥ 135.50lotahT 135.50243特殊界面設(shè)計設(shè)計系統(tǒng)中有特殊意義的或用戶有特殊操作要求的交互界面。如系統(tǒng)啟動界面、各種logo、財務(wù)憑證編輯界面、DVD工作人員列表界面等。并提供樣例。若項目中無特殊界面,可剪裁本節(jié)。2.5數(shù)據(jù)結(jié)構(gòu)設(shè)計MSPetShopOrders 數(shù)據(jù)庫結(jié)構(gòu):OrdersOrderld?OrderldUserid2iOOLineNumOrderDa

溫馨提示

  • 1. 本站所有資源如無特殊說明,都需要本地電腦安裝OFFICE2007和PDF閱讀器。圖紙軟件為CAD,CAXA,PROE,UG,SolidWorks等.壓縮文件請下載最新的WinRAR軟件解壓。
  • 2. 本站的文檔不包含任何第三方提供的附件圖紙等,如果需要附件,請聯(lián)系上傳者。文件的所有權(quán)益歸上傳用戶所有。
  • 3. 本站RAR壓縮包中若帶圖紙,網(wǎng)頁內(nèi)容里面會有圖紙預(yù)覽,若沒有圖紙預(yù)覽就沒有圖紙。
  • 4. 未經(jīng)權(quán)益所有人同意不得將文件中的內(nèi)容挪作商業(yè)或盈利用途。
  • 5. 人人文庫網(wǎng)僅提供信息存儲空間,僅對用戶上傳內(nèi)容的表現(xiàn)方式做保護處理,對用戶上傳分享的文檔內(nèi)容本身不做任何修改或編輯,并不能對任何下載內(nèi)容負(fù)責(zé)。
  • 6. 下載文件中如有侵權(quán)或不適當(dāng)內(nèi)容,請與我們聯(lián)系,我們立即糾正。
  • 7. 本站不保證下載資源的準(zhǔn)確性、安全性和完整性, 同時也不承擔(dān)用戶因使用這些下載資源對自己和他人造成任何形式的傷害或損失。

評論

0/150

提交評論