企業(yè)開發(fā)商業(yè)項目流程
?
[if !supportLists]1.??[endif]項目立項 -公司高層決定
公司高層決定- 市場需要-企業(yè)發(fā)展需要
[if !supportLists]1.1. [endif]項目類型
[if !supportLists]1.1.1.??[endif]企業(yè)內(nèi)部項目
所謂企業(yè)內(nèi)部項目,此項目只能企業(yè)內(nèi)部人員訪問和使用
OA,CRM,HR,ERP,BOS(物流)
企業(yè)內(nèi)部項目注重快速完成企業(yè)業(yè)務(wù)需求,主要以功能為主
對性能要求相對來講會要求低一些(訪問人員比較少)
[if !supportLists]1.1.2.??[endif]互聯(lián)網(wǎng)項目
面向全體社會,只要能上網(wǎng)就能訪問
電商,論壇,博客
對互聯(lián)網(wǎng)項目相對性能要求非常高(人數(shù)比較多)
[if !supportLists]2.??[endif]需求調(diào)研 - 市場專員
根據(jù)現(xiàn)有的公司狀況,市場規(guī)則。
[if !supportLists]3.??[endif]產(chǎn)品設(shè)計 - 產(chǎn)品經(jīng)理
產(chǎn)品經(jīng)理根據(jù)領(lǐng)導(dǎo)腦海中的現(xiàn)象設(shè)計出一個原型(產(chǎn)品樣子)純靜態(tài)的頁面,可以跳轉(zhuǎn)
根據(jù)原型編寫需求文檔
[if !supportLists]4.??[endif]項目開發(fā) - 開發(fā)人員
數(shù)據(jù)庫設(shè)計
有經(jīng)驗的開發(fā)者
[if !supportLists]1,[endif]根據(jù)產(chǎn)品經(jīng)理設(shè)計原型來設(shè)計數(shù)據(jù)庫
[if !supportLists](1)?????[endif]表結(jié)構(gòu)的合理性
[if !supportLists](2)?????[endif]表命名的規(guī)則,統(tǒng)一風(fēng)格
[if !supportLists]2,[endif]數(shù)據(jù)庫設(shè)計有多種情況
[if !supportLists](1)?????[endif]前期項目經(jīng)理設(shè)計好
[if !supportLists](2)?????[endif]各個成員負(fù)責(zé)所在模塊的數(shù)據(jù)庫表設(shè)計
[if !supportLists]1.??? [endif]技術(shù)經(jīng)理
[if !supportLists]1, [endif]項目技術(shù)選型 - Java
[if !supportLists]2, [endif]項目架構(gòu)
[if !supportLists]3, [endif]項目組員模塊的分配
[if !supportLists]4, [endif]負(fù)責(zé)項目技術(shù)全局的把控
[if !supportLists]2.??? [endif]?項目組員
[if !supportLists](1)????? [endif]負(fù)責(zé)具體的模塊開發(fā)
[if !supportLists]3.??? [endif]美工
[if !supportLists](1)????? [endif]負(fù)責(zé)頁面設(shè)計和切圖靜態(tài)html頁面準(zhǔn)備
[if !supportLists]4.??? [endif]測試
[if !supportLists](1)????? [endif]負(fù)責(zé)項目功能測試
[if !supportLists](2)????? [endif]Bug分為功能上bug和邏輯上bug
[if !supportLists](3)????? [endif]黑盒測試
[if !supportLists]①??? [endif]通俗講就是用戶點擊產(chǎn)品的功能,通過極端的邏輯思維去使用產(chǎn)品
[if !supportLists](4)????? [endif]白盒測試
[if !supportLists]①??? [endif]代碼測試,使用專業(yè)測試工具和代碼來測試開發(fā)的代碼是否有bug
[if !supportLists]1)?????? [endif]Junit單元測試就是其中一種
[if !supportLists]5.??[endif]上線
項目開發(fā)完畢部署到服務(wù)器開始商業(yè)使用
[if !supportLists]6.??[endif]維護
項目上線以后不斷的模塊的更新,bug的修復(fù)
[if !supportLists]7.??[endif]淘汰