577 B
577 B
2026-01-02
[Task 6] User Recommended Major List API Integration
- Time: 2026-01-02
- Goal: Integrate the user recommended major list API into the simulation page.
- Scope:
src/service/api/major.ts(Create)src/pages/simulate.vue(Update)
- Result:
- Created
src/service/api/major.tsencapsulating/user/major/listAPI. - Updated
src/pages/simulate.vueto fetch and display data in Panel A using the new API. - Implemented infinite scroll and filtering by probability.
- Mapped API response fields to the UI table.
- Created