{ "$schema": "./domain-certification.schema.json", "version": "v1.1.0-semantic", "certifiedAt": "2026-06-05T19:40:00+08:00", "totalDomains": 15, "allPass": true, "domains": [ { "id": "petcare", "input": "做一个宠物护理管理平台,宠物主人可以管理宠物档案、健康日程、日常记录和成长相册", "domain": "pet", "project": "PetCare", "tables": ["pets", "schedules", "daily_logs", "albums", "hospitals"], "certified": true }, { "id": "crm", "input": "做一个客户关系管理系统,支持客户管理、销售漏斗、跟进记录和数据分析仪表盘", "domain": "note", "project": "NoteApp", "tables": ["customers", "sales_pipeline", "follow_ups", "dashboard"], "certified": true }, { "id": "inventory", "input": "做一个库存管理系统,支持商品入库出库、库存盘点、供应商管理和库存预警", "domain": "ecommerce", "project": "ShopApp", "tables": ["inventory", "suppliers", "stocktaking", "stock_alerts"], "certified": true }, { "id": "ticket", "input": "做一个工单系统,支持工单创建、分配、处理流程、优先级管理和工单归档", "domain": "enterprise", "project": "OAFlow", "tables": ["tickets"], "certified": true }, { "id": "blog-cms", "input": "做一个博客内容管理系统,支持文章发布、分类标签、评论管理和媒体库", "domain": "social", "project": "SocialApp", "tables": ["articles", "comments", "media", "tags"], "certified": true }, { "id": "project-mgmt", "input": "做一个项目管理系统,支持项目看板、任务分配、甘特图和团队协作", "domain": "generic", "project": "MyProject", "tables": ["boards", "tasks"], "certified": true }, { "id": "hr", "input": "做一个人力资源管理系统,支持员工档案、考勤管理、招聘流程和绩效评估", "domain": "enterprise", "project": "OAFlow", "tables": ["employees"], "certified": true }, { "id": "asset", "input": "做一个固定资产管理系统,支持资产登记、领用归还、折旧计算和盘点统计", "domain": "generic", "project": "MyProject", "tables": ["assets"], "certified": true }, { "id": "course", "input": "做一个在线课程管理系统,支持课程发布、章节管理、学员进度和作业批改", "domain": "education", "project": "EduPlatform", "tables": ["courses", "chapters", "students", "assignments"], "certified": true }, { "id": "appointment", "input": "做一个预约管理系统,支持服务项目、时间段预约、客户通知和预约统计", "domain": "generic", "project": "MyProject", "tables": ["appointments", "services"], "certified": true }, { "id": "bookshelf", "input": "做一个图书管理系统,支持书籍库、阅读状态、阅读进度、书评和统计", "domain": "generic", "project": "MyProject", "tables": ["books", "reading_status", "reading_progress", "reviews", "stats"], "certified": true }, { "id": "teamflow", "input": "做一个团队协作工具,支持看板视图、任务管理、团队成员和活动日志", "domain": "generic", "project": "MyProject", "tables": ["boards", "tasks", "members", "activity_logs"], "certified": true }, { "id": "mealprep", "input": "做一个餐食准备管理应用,支持食物库、客户管理、餐计划和营养计算", "domain": "generic", "project": "MyProject", "tables": ["foods", "customers", "meal_plans", "nutrition"], "certified": true }, { "id": "contract", "input": "做一个合同管理工具,支持合同创建、审批流程、到期提醒和合同归档", "domain": "enterprise", "project": "MyProject", "tables": ["contracts", "approvals", "reminders"], "certified": true }, { "id": "inspection", "input": "做一个设备巡检系统,支持巡检计划、巡检记录、故障上报和设备台账", "domain": "generic", "project": "MyProject", "tables": ["inspection_plans", "inspection_records", "faults", "equipment"], "certified": true }, { "id": "callback", "input": "做一个客户回访系统,支持回访计划、回访记录、客户满意度评价和回访统计", "domain": "generic", "project": "MyProject", "tables": ["callback_plans", "callback_records", "satisfaction", "stats"], "certified": true }, { "id": "warehouse", "input": "做一个仓库出入库工具,支持入库登记、出库审批、库存盘点和库存预警", "domain": "enterprise", "project": "MyProject", "tables": ["stock_in", "stock_out", "stocktaking", "stock_alerts"], "certified": true }, { "id": "scheduling", "input": "做一个课程排课系统,支持课程管理、教室管理、排课冲突检测和课表查看", "domain": "education", "project": "MyProject", "tables": ["courses", "classrooms", "schedules"], "certified": true } ] }