- Add new database columns (coverImage, priceAmount, priceUnit, tags, status) to HotelGroup model - Create hotel_group_dict serializer to handle image/coverImage synchronization and tag formatting - Update site config endpoints to use the new serializer and filter published hotel groups - Add Alembic migration for the new database schema changes - Update test fixtures and API contract tests for the new fields - Revise public and admin API documentation to document the new hotel group fields and usage rules
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。