- 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
941 B
941 B
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.
- Add failing tests for grouped selected tags, dropdown closing, product detail URLs, and country query validation.
- Close filter menus after selection and outside clicks; render selected tags under their owning groups.
- Link product cards to Inkpod detail pages.
- Link all homepage free-trial actions to Inkpod login.
- Render all backend-configured countries in a balanced two-row grid; switch countries in place and link category cards to combined country/category filters.
- Run the full website test suite, production build, and browser interaction verification.