Meeting Minutes
2025.3.5/12 Informal Meeting for Integration
Date: Wednesday, 2025-03-05 & Wednesday, 2025-03-12
Abstract:
The meeting focused on reviewing the current progress of each module, identifying integration issues, and planning the next steps. Particular attention was paid to the limitations in recommendation, search, and user interaction components.
Participants:
- Attendance: Zhihao Cao, Zixin Ding, Peini She, Jinghao Liu
- Apologies of Absentee: Changhao Huang (cannot be contacted)
- Chairperson and Secretary: Zixin Ding
Progress Review and Issues:
- Recommendation: Able to recommend similar items within the same category. Not yet able to recommend outfit combinations (e.g., suggesting bottoms on a top’s detail page).
- Search:
- Can return the best-matched item.
- Cannot yet return multiple matching items.
- Sorting features (e.g., by latest upload, most added to closet) are not implemented.
- Login & Authentication:
- Basic login/registration with username and password.
- Email verification, CAPTCHA, and security questions are not yet integrated. Future consideration needed.
- Image Processing:
- Full-body user image preprocessing completed.
- Mask generation for bottoms and dresses pending.
- Database:
- Tables such as
Combinations
(user_id, tryon_id, top_path, bottom_path, dress_path) and History
(user_id, clothing_id) are still under construction.
- Uncertainty about the necessity of a
Recommendations
table.
- API Development:
- APIs for user history and closet modules are in progress.
- Frontend:
- Implemented features: Saving try-on results locally.
- In development: Item details page, search interface.
- Testing:
- Unit tests for each module are pending or in early stages.
Next Steps:
- Finalize database schema and begin population.
- Refactor recommendation and search modules to support advanced matching logic and sorting.
- Complete front-end integration with backend APIs.
- Design and implement missing unit tests for all components.