- Tài khoản và mật khẩu chỉ cung cấp cho sinh viên, giảng viên, cán bộ của TRƯỜNG ĐẠI HỌC FPT
- Hướng dẫn sử dụng:
Xem Video
.
- Danh mục tài liệu mới:
Tại đây
.
-
Đăng nhập
:
Tại đây
.
The Find Fit Shoe system is an intermediary between the customers who want to buy shoe in a convenient way and store website selling shoe online. The system will have three main functions that include: collect shoe information from other shoe store website, support users to order product, guide them calculate shoe size based on their foot length and suggest shoe fit their size.
To gather information from many stores, the system needs to build a parser using XPath that can parse data from both static website and dynamic website in the period time. In our system, user can search and view product detail then orders it without going to the original website that is selling it. We have to inspect the requests between web browser and store server in order process in order to know the params and methods that use to communicate between them. Each of website will have the different structure and methods, so we need to implement a framework that includes modules for separate stores. Shoe size will be calculated based on a size chart that contains the range of foot length matching with the size in different size system. The system will suggest the shoes that fit with user’s size.