Files
WonderQ-Admin/docs
duanshuwen 201e835eab feat: add hotel and vehicle option site modules
Add full support for hotel group and vehicle option site management features:
- Define SQLAlchemy models and alembic migration for the new database tables
- Add default sample content entries in content.py
- Extend admin and public API routes to support the new modules
- Update seed script to populate default hotel and vehicle data
- Update all relevant documentation and test cases
2026-07-03 20:26:44 +08:00
..
2026-06-30 13:56:45 +08:00

WonderQ-Admin 文档

本目录存放后端 API 相关文档。

  • backend/README.md:当前 Python + FastAPI 后端运行说明。
  • admin-ui-api-requirements.md:后台管理前端当前必需的 Admin API 对接需求与字段契约。
  • miniapp-public-api.mdWonderQ-MiniAPP 前台对接 Public API 契约。
  • admin-backend-plan.md:早期后台建设规划,保留作业务范围和阶段规划参考;其中技术栈建议已被当前 Python 迁移方案取代。

后台管理前端文档位于 D:\www\znkj\WonderQ-Admin-UI\docs