Replace hardcoded homepage featured route groups with a fully managed dynamic system: - add database models RouteSection and RouteSectionProduct for storing route groups and their associated products - create Alembic migration 0004_route_sections for the new tables - extend SiteConfigPatchIn schema with subtitle and productIds fields - refactor shared site_config utility to load dynamic route sections instead of fixed groups - implement admin CRUD API with validation for duplicate/conflicting product associations - update public and admin API documentation to reflect the new system - add default route section seed data and comprehensive test coverage
WonderQ-Admin 文档
本目录存放后端 API 相关文档。
backend/README.md:当前 Python + FastAPI 后端运行说明。admin-ui-api-requirements.md:后台管理前端当前必需的 Admin API 对接需求与字段契约。miniapp-public-api.md:WonderQ-MiniAPP 前台对接 Public API 契约。admin-backend-plan.md:早期后台建设规划,保留作业务范围和阶段规划参考;其中技术栈建议已被当前 Python 迁移方案取代。
后台管理前端文档位于 D:\www\znkj\WonderQ-Admin-UI\docs。