当前位置:网站首页>Web project development process

Web project development process

2022-06-25 12:04:00 GIS roast lamb leg is delicious

Come on, come on, Xiao Feng will show you web The world of project development , What is? web project ( It's all kinds of websites you see ), I don't know private letter , Good looks will teach you how to do a good job in a project .
If your project is not this process . Programmers are brave enough to say to them no

The first step is project research

Let's talk about it briefly , We mainly talk about the development process , Maybe we need to know what we do , What functions are implemented .

The second step is to confirm the requirements

The project manager and product manager shall determine the requirements put forward by customers 、 Arrangement ( Try to refuse all customers' demands, although it is impossible ).

Step 3: prototype design

The prototype needs to be confirmed with the customer repeatedly , Constantly revise and determine the final version ( Don't let development develop directly , There is no original architecture , It will cause the project to become worse and worse , The foundation shall be laid well ).

Step 4 the project team has held a meeting to meet the requirements

Get the final prototype drawing and the project team will discuss it , What's the problem 、 Where can't you do , Where are the technical difficulties , Say it all .

The fifth step is to draw the design drawing by art

ui Design the page according to the prototype drawing , Try to communicate with the front-end as much as possible about how to cut the page .

Step 6: enter the development stage

We need three environments , development environment , Test environment , Production environment . Do not deploy the code directly to the production environment ( I'm right , Are you too unprofessional )

development environment (development): The development environment is the server that program apes use to develop .( When the programmer receives the request , Start writing code , Development , Run the program , See if the program has achieved the expected function ;)

Test environment (testing): It's usually cloning a configuration of the production environment , A program doesn't work properly in the test environment , So you can't release it to the production machine .( After programmer development , Give it to the testing department for comprehensive testing , See if the functions implemented have bug, The tester will simulate various operating conditions ;)

Production environment (production): Refers to the formal provision of external services , Usually turn off the error report , Open the error log .( It's the online environment , Release to the external environment , The environment formally provided to customers .)

原网站

版权声明
本文为[GIS roast lamb leg is delicious]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/02/202202200535315949.html