Final report topic name building a system of online clothing selling

37 1 0
Final report topic name building a system of online clothing selling

Đang tải... (xem toàn văn)

Tài liệu hạn chế xem trước, để xem đầy đủ mời bạn chọn Tải xuống

Thông tin tài liệu

VIETNAM KOREA UNIVERSITY OF INFORMATION AND COMMUNICATION TECHNOLOGY Faculty of Computer Science FINAL REPORT TOPIC NAME: BUILDING A SYSTEM OF ONLINE CLOTHING SELLING Students do: Le Nguyen Quoc Huy 21IT021 Phan Thanh Minh 21IT030 Bui Thi Phuong Ha 21IT017 Class: 21GIT Instructor: PGS.TS Nguyen Thanh Binh Da Nang, November 2022 VIETNAM KOREA UNIVERSITY OF INFORMATION AND COMMUNICATION TECHNOLOGY Faculty of Computer Science FINAL REPORT TOPIC NAME: BUILDING A SYSTEM OF ONLINE CLOTHING SELLING Students: Le Nguyen Quoc Huy ID: 21IT021 Phan Thanh Minh ID: 21IT030 Bui Thi Phuong Ha ID: 21IT017 Instructor: PGS.TS Nguyen Thanh Binh Da Nang, November 2022 INSTRUCTOR’S COMMENTS Instructor Nguyen Thanh Binh THANK YOU First of all, we would like to express our love and gratitude to Assoc Prof.Dr Nguyen Thanh Binh He has guided and helped us step by step in the process of making our final report We would also like to thank the teachers of Computer Science Department of Vietnam Korea University of Information and Communication Technology for guiding and teaching us both in terms of professional knowledge and learning spirit so that we get the real knowledge of the group’s final report We would like to thank our family, friends and students of Vietnam Korea University of Information and Communication Technology for their help in completing the final report With very modest knowledge and experience and the first step to familiarize ourselves with experimental research, our results are certainly limited We are looking forward to the interest and suggestions from the lecturers, previous students or any readers so that we can improve our major assignments as well as our next studies Sincerely thanks Da Nang, November 17, 2022 Students Group Le Nguyen Quoc Huy Phan Thanh Minh Bui Thi Phuong Ha i TABLE OF CONTENTS INSTRUCTOR’S COMMENTS THANK YOU i TABLE OF CONTENTS .ii DANH MỤC HÌNH ẢNH iv INTRODUCTORY .v Introduction v Objectives and tasks of the topic v Scope and approach of the topic .v Layout of the report: v CHAPTER OVERVIEW OF THE TOPIC 1.1 The reason for choosing the topic 1.2 Descriptions of the problem 1.3 Actors of the system CHAPTER 2: SYSTEM ANALYSIST 2.1 Use Case of the system: 2.1.1 Use cases list 2.1.2 Use case specifications .5 2.1.2 Use Case Diagram 2.2 Class Diagram: .11 2.2.1 List of classes 11 2.2.2 Class diagram 12 2.3 Activity Diagram: 13 2.3.1 General Diagram .13 2.3.2 Logging into the website 14 2.3.3 Registering account 14 2.3.4 Adding products (Administrator) .15 2.3.5 Deleting products .15 2.3.6 Buying products 16 2.3.7 Making the payment 16 2.3.8 Searching the products .17 2.4 State Diagram 17 ii 2.4.1 Logging into the system 17 2.4.2 Manage Shopping cart 18 2.4.3 Manage Delivery .18 2.5 Interaction Diagram (Sequence Diagram) 19 2.5.1 General Diagram .19 2.5.2 Logging into the website 20 2.5.3 Registering account 20 2.5.4 Adding products (Administrator) .21 2.5.5 Deleting products (Administrator) .21 2.5.6 Buying products 22 2.5.7 Searching products 22 2.6 Package Diagram 23 2.7 Component Diagram 23 2.8 Deployment Diagram 24 CHAPTER CONCLUSION AND DEVELOPMENT DIRECTION .25 3.1 Conclusion 25 3.2 Development Direction 25 REFERENCES 26 iii IMAGE CATALOG Image General Use Case Diagram Image Use Case - Login Image Use Case – Registration Image Use Case - Add to Shopping Cart .10 Image Use Case – Online Order 10 Image Use Case - Payment 10 Image Use Case – Product Review 11 Image General Class Diagram 12 Image General Activity Diagram 13 Image 10 Activity Diagram - Login 14 Image 11 Activity Diagram - Registration 15 Image 12 Activity Diagram - Add Products 16 Image 13 Activity Diagram - Delete Products .16 Image 14 Activity Diagram - Buy Products 17 Image 15 Activity Diagram - Make the payment .18 Image 16 Activity Diagram - Search the products 18 Image 17 State Diagram - Login .19 Image 18 State Diagram - Manage Shopping cart 19 Image 19 State Diagram - Manage delivery 20 Image 20 General Sequence Diagram 20 Image 21 Sequence Diagram - Login 21 Image 22 Sequence Diagram - Registration 21 Image 23 Sequence Diagram – Add products .22 Image 24 Sequence Diagram – Delete products 22 Image 25 Sequence Diagram – Buy products 23 Image 26 Sequence Diagram – Search products .23 Image 27 General Package Diagram 24 Image 28 General Component Diagram 24 Image 29 General Deployment Diagram .25 iv Faculty of Computer Science Instructor: PGS.TS Nguyen Thanh Binh INTRODUCTORY Introduction - In addition to the great contributions that the information technology industry has made to the field of scientific and technical research, we always see the practical contributions that it brings in the social life of people - Currently, when it comes to buying online, there are many famous and reputable websites in the world that serve users like E-bay, Amazon, and in Vietnam we have Shopee - Businesses that want to conduct online sales, the first thing they need is a quality website, with a well-designed information system, beautiful interface, safe and easy to use - Our team has chosen the topic “Analyze and design an online clothing store website system” with the desire to apply the knowledge we have learned to build a practical website, and at the same time, each member of group also reinforce the knowledge through practice Objectives and tasks of the topic - The objectives of the topic are to shorten the distance between distributors and consumers At the same time, significant time and cost savings through the information that best suits the needs of the customer - The tasks of the topic are to show how to manage a website From there, it helps administrators easily change and update website information, as well as effectively manage customer information and orders Scope and approach of the topic Within the scope of the topic, the group will study the following issues: - Research on online sales, delve into the research and analysis of an information system to build a website - Research on the fashion clothing market, to understand what kind of fashion clothes are trusted for a long time - Research on diagrams, analyze user needs to build the most userfriendly system possible Layout of the report: After the Introductory, the report is presented in three chapters, specifically as follows: Chapter 1: Overview of the topic In this chapter, the report presents the reasons for choosing the topic as well as a description of the problem Final Report v Faculty of Computer Science Instructor: PGS.TS Nguyen Thanh Binh Chapter 2: System Analysist Chapter content includes: Use Case Diagram, Class Diagram, Activity Diagram, State Diagram, Sequence Diagram, Package Diagram, Component Diagram, Deployment Diagram Finally, there are Conclusions and Development directions of the topic, References and Appendices related to the topic Final Report vi Faculty of Computer Science Instructor: PGS.TS Nguyen Thanh Binh 2.3 Activity Diagram: 2.3.1 General Diagram Image General Activity Diagram Final Report 13 Faculty of Computer Science Instructor: PGS.TS Nguyen Thanh Binh 2.3.2 Logging into the website Image 10 Activity Diagram - Login Final Report 14 Faculty of Computer Science 2.3.3 Registering account Instructor: PGS.TS Nguyen Thanh Binh Image 11 Activity Diagram - Registration Final Report 15 Faculty of Computer Science Instructor: PGS.TS Nguyen Thanh Binh 2.3.4 Adding products (Administrator) Image 12 Activity Diagram - Add Products 2.3.5 Deleting products Image 13 Activity Diagram - Delete Products Final Report 16 Faculty of Computer Science 2.3.6 Buying products Instructor: PGS.TS Nguyen Thanh Binh Image 14 Activity Diagram - Buy Products Final Report 17 Faculty of Computer Science Instructor: PGS.TS Nguyen Thanh Binh 2.3.7 Making the payment Image 15 Activity Diagram - Make the payment 2.3.8 Searching the products Image 16 Activity Diagram - Search the products Final Report 18 Faculty of Computer Science Instructor: PGS.TS Nguyen Thanh Binh 2.4 State Diagram 2.4.1 Logging into the system Image 17 State Diagram - Login 2.4.2 Manage Shopping cart Image 18 State Diagram - Manage Shopping cart Final Report 19 Faculty of Computer Science 2.4.3 Manage Delivery Instructor: PGS.TS Nguyen Thanh Binh Image 19 State Diagram - Manage delivery 2.5 Interaction Diagram (Sequence Diagram) 2.5.1 General Diagram Image 20 General Sequence Diagram Final Report 20 Faculty of Computer Science Instructor: PGS.TS Nguyen Thanh Binh 2.5.2 Logging into the website Image 21 Sequence Diagram - Login 2.5.3 Registering account Image 22 Sequence Diagram - Registration Final Report 21 Faculty of Computer Science Instructor: PGS.TS Nguyen Thanh Binh 2.5.4 Adding products (Administrator) Image 23 Sequence Diagram – Add products 2.5.5 Deleting products (Administrator) Image 24 Sequence Diagram – Delete products Final Report 22 Faculty of Computer Science 2.5.6 Buying products Instructor: PGS.TS Nguyen Thanh Binh Image 25 Sequence Diagram – Buy products 2.5.7 Searching products Image 26 Sequence Diagram – Search products Final Report 23 Faculty of Computer Science Instructor: PGS.TS Nguyen Thanh Binh 2.6 Package Diagram Image 27 General Package Diagram 2.7 Component Diagram Image 28 General Component Diagram Final Report 24 Faculty of Computer Science Instructor: PGS.TS Nguyen Thanh Binh 2.8 Deployment Diagram Image 29 General Deployment Diagram Final Report 25 Faculty of Computer Science Instructor: PGS.TS Nguyen Thanh Binh CHAPTER CONCLUSION AND DEVELOPMENT DIRECTION 3.1 Conclusion - Surveying and learning the process of managing the online clothing sales system At the same time, apply the knowledge from the System Analysis and Design module into the report to clarify the issues mentioned above - After applying the knowledge learned, the online clothing sales system has been completed, but there are still many shortcomings, some diagrams are not clear, I hope the teachers will give us useful suggestions can better in the following reports 3.2 Development Direction - Survey and learn more deeply about the process of student management in the University - Apply more fluently and accurately the knowledge from the System Analysis and Design module Final Report 26 Faculty of Computer Science Instructor: PGS.TS Nguyen Thanh Binh REFERENCES - E-book: “Learning UML 2.0” – Kim Hamilton, Russel Miles - Website: http://www.uml-diagrams.org/ - Some reports and other sources on the Internet Final Report 27

Ngày đăng: 24/08/2023, 10:20

Tài liệu cùng người dùng

Tài liệu liên quan