"Yiyi" clothing sales platform.
Summary. With the rapid development of information Internet shopping, general enterprises have created their own e-commerce platforms and shopping management systems. This article introduces the whole process of the development of the "Yiyi" clothing sales platform. By analyzing the needs of enterprises for the "Yiyi" clothing sales platform, a computer management scheme for the "Yiyi" clothing sales platform was created. This paper introduces the system analysis part of the "Yiyi" clothing sales platform, including feasibility analysis, etc., and the system design part mainly introduces the system function design and database design.
The administrator function of this "Yiyi" clothing sales platform has two roles: administrator and user. The administrator has personal center, user management, product category management, color management, size management, product information management, order evaluation management, system management, and order management. Users can register and log in, and after logging in, they can view product information and product information on the front desk homepage, modify personal information in the personal center, view my order, my address, my favorites and other information, and the background management can view their own orders. Therefore, it has a certain practicability.
This site is a BS mode system, using Spring Boot framework as the development technology, MySQL database design and development, fully ensure the stability of the system. The system has the characteristics of clear interface, simple operation and complete functions, which makes the management of the "Yiyi" clothing sales platform systematic and standardized.
Key words: "Yiyi" clothing sales platform;Spring Boot Framework;MySQL database.
abstract
with the rapid development of information internet shopping, most companies create their own e-commerce platforms and shopping management systems. this article introduces the whole development process of "yiyi" clothing sales platform. by analyzing the needs of enterprises for the clothing sales platform of "yiyi", a solution for computer management of the clothing sales platform of "yiyi" was created. the article introduces the system analysis part of "yiyi" clothing sales platform, including feasibility analysis, etc. the system design part mainly introduces system function design and database design.
the "yiyi" clothing sales platform administrator function has two roles: administrator and user. the administrator has personal center, user management, product classification management, color management, size management, product information management, order evaluation management, system management, and order management. users can register and log in. after logging in, they can view product information and product information on the front page of the front desk. in the personal center, they can modify personal information, view my orders, my address, my collection and other information, and back-end management can view their orders. so it has a certain practicability.
this site is a b/s model system, using spring boot framework as the development technology, mysql database design and development, fully guarantee the stability of the system. the system has the characteristics of clear interface, *operation and complete functions, which makes the management of "yiyi" clothing sales platform systematized and standardized.
keywords: "yiyi" clothing sales platform; spring boot framework; mysql database
Directory. 1System Overview 1
1.1 Background 1
1.2Purpose of the study 1
1.3System Design Ideas 1
2Related Technologies 3
2.1 MySQL database 3
2.2 b s structure 3
2.3 Introduction to the Spring Boot Framework 4
3 Systems Analysis 4
3.1 Feasibility analysis 4
3.1.1Technical feasibility 5
3.1.2Economic viability 5
3.1.3Operational feasibility 5
3.2System performance analysis 5
3.2.1 System Security 5
3.2.2 Data Integrity 6
3.3System interface analysis 6
3.4System Flow and Logic 7
4System Overview Design 8
4.1Overview 8
4.2System structure 9
4.3.Database Design 10
4.3.1Database entity 10
4.3.2Database Design Table 12
5 Detailed implementation of the system 17
5.1 Implementation of the Administrator Module 17
5.1.1 Listing Management 17
5.1.2 Size Information Management 17
5.1.3 Product Category Management 18
5.2 Implementation of the user module 19
5.2.1 Home 19
5.2.2 Item 19
5.2.3 Order Management for Purchased Goods 20
6System testing 21
6.1 Concept and Meaning 21
6.2 characteristics 21
6.3 Importance 22
6.4Test Method 22
6.5 Functional Testing 23
6.6Usability testing 23
6.7Performance testing 23
6.8 Test analysis 24
6.9Analysis of test results 24
Conclusion 24Acknowledgments 25
Ref. 25
First of all, let's talk about interface testing, which is to enable the program to run the interface on different operating platforms and maintain the original style. I copied the full program to Windows 7, and the program seems to be running normally, and the font** and other settings on the running interface can be maintained very well. There is no font distortion, etc.!
Next, conduct functional testing. The system is tested in a variety of ways, such as unit test, integration test, and perfection test.
After testing, all functions are implemented without any deformation. So far, the functional test has been relatively satisfactorily completed.
Due to lack of experience, there are some ill-considered system defects when writing, and there will be inconsistencies with the assumption when writing, such as non-standard problems between interfaces and interfaces, and the functions do not meet the requirements of customers, which leads to the product can not pass the customs and cannot be delivered. Therefore, the product must be tested repeatedly before it is launched, and after repeated testing, modification, re-testing, and re-modification, the product can be continuously improved. In the whole system test, according to the requirements document and design documents, the functions are tested one by one and the test cases are written, so as to effectively avoid fragment defects, because product defects not only affect the function, but also can lead to inaccurate data, resulting in the reduction of product quality