【Front-end project development process】

From the initial planning to the final launch of a project, it probably goes through the following process:

Product design
Prototype review
Project division
Project development
Project testing
Project construction
Project launch
1 Product design
Main person in charge: Product manager
The product manager is responsible for collecting scattered requirements from sales, customers, and leaders in the early stage, and then doing requirement analysis to complete the product design.

Requirements analysis
Requirements analysis generally has the following situations:
1. The product manager conducts the requirements analysis by himself ; 2. The product manager and the project leader conducts the requirements analysis
;

Product design
After the requirements analysis is completed, the product manager is responsible for combing the requirements into an overall solution that can be demonstrated, which mainly includes two things:

Prototype Interaction Diagram
Product Design Document Document
Reference Diagram:
1-Product Positioning
1.1 Preliminary Planning
1.2 Product Positioning
1.3 External Interaction Mode
1.4 Current Data Mode
2. Product Technical Architecture
3. Product Functional Architecture
4. Product Functions
4.1 Login Page
4.2 Home Page
4.3 Case
4.4 System Management

2. Prototype review
Prototype review is mainly for the product manager to introduce and display the product prototype design diagram and basic interactive functions to the marketing department, operation department, company leaders, etc., and then collect opinions to modify and improve the prototype diagram until the product design passes
3 .Project division
The project division is mainly divided into 2 parts:

The UI department begins to prepare product design drawings
. The development department discusses the development plan and sorts out the interface documents.
4. Project
development During the project development stage, the project will have an internal morning meeting every morning, mainly to report on the work of the previous day and make arrangements for the work of the day .Write a work log every afternoon

5. Project testing
The testing department tests the product, sorts out the bug documents, and the development department claims and modifies the bugs of the function points they are responsible for

6. Project construction
After the test is completed, the project is submitted to the production environment, and the project is compressed and merged through construction tools, webpack, Gulp, etc.

7. The project goes online
Send the packaged dist file to the backend, and the backend deploys it, and the operation and maintenance is responsible for the online task
 

Guess you like

Origin blog.csdn.net/jiangshen_a/article/details/127279571