Files
inkreach-official-website/plans/feature/product-center-navigation-feature.md
T
yeuimu 79fabd85f7 feat(product-center): implement Figma-designed UI, upload module, and website tests
- Redesign website homepage & product-center per Figma (fonts, logos, hero/footer/customer cases)
- Add API upload module (multer) with static serving for uploads/public assets
- Add OriginGood.delisted flag and SDS request retry logic
- Add admin ImageUpload component and goods import/upload flows
- Add vitest suite for website components and composables (32 tests)
- Add skills, docs, plans and PRODUCT.md
2026-08-20 14:32:03 +08:00

13 lines
941 B
Markdown

# Product Center Navigation Feature Plan
**Goal:** Improve product filter interactions and connect homepage/product cards to their target routes.
**Architecture:** Keep backend IDs as the shared routing contract. Product filter state remains in `useProductCenter`; presentational components emit typed events and own only dropdown visibility.
- [x] Add failing tests for grouped selected tags, dropdown closing, product detail URLs, and country query validation.
- [x] Close filter menus after selection and outside clicks; render selected tags under their owning groups.
- [x] Link product cards to Inkpod detail pages.
- [x] Link all homepage free-trial actions to Inkpod login.
- [x] Render all backend-configured countries in a balanced two-row grid; switch countries in place and link category cards to combined country/category filters.
- [x] Run the full website test suite, production build, and browser interaction verification.