.test-sync.json 28 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985
  1. {
  2. "timestamp": "2026-05-04T15:41:54.576Z",
  3. "requirements": [
  4. {
  5. "id": "TASK-001",
  6. "description": "家长可创建任务,设置任务名称",
  7. "priority": "P0",
  8. "module": "任务管理模块",
  9. "subModule": "任务发布"
  10. },
  11. {
  12. "id": "TASK-002",
  13. "description": "设置任务积分值(1-10分,默认2分)",
  14. "priority": "P0",
  15. "module": "任务管理模块",
  16. "subModule": "任务发布"
  17. },
  18. {
  19. "id": "TASK-003",
  20. "description": "设置任务截止时间(精确到分钟)",
  21. "priority": "P0",
  22. "module": "任务管理模块",
  23. "subModule": "任务发布"
  24. },
  25. {
  26. "id": "TASK-004",
  27. "description": "设置任务重复周期(每日/每周/自定义)",
  28. "priority": "P1",
  29. "module": "任务管理模块",
  30. "subModule": "任务发布"
  31. },
  32. {
  33. "id": "TASK-005",
  34. "description": "设置任务分类(学习类/生活类/运动类/游戏类/其他)",
  35. "priority": "P0",
  36. "module": "任务管理模块",
  37. "subModule": "任务发布"
  38. },
  39. {
  40. "id": "TASK-006",
  41. "description": "支持任务备注/说明",
  42. "priority": "P2",
  43. "module": "任务管理模块",
  44. "subModule": "任务发布"
  45. },
  46. {
  47. "id": "TASK-007",
  48. "description": "预设任务模板快速创建",
  49. "priority": "P1",
  50. "module": "任务管理模块",
  51. "subModule": "任务发布"
  52. },
  53. {
  54. "id": "TASK-008",
  55. "description": "孩子可查看今日任务列表",
  56. "priority": "P0",
  57. "module": "任务管理模块",
  58. "subModule": "任务执行"
  59. },
  60. {
  61. "id": "TASK-009",
  62. "description": "孩子点击\"完成\"按钮提交任务",
  63. "priority": "P0",
  64. "module": "任务管理模块",
  65. "subModule": "任务执行"
  66. },
  67. {
  68. "id": "TASK-010",
  69. "description": "提前完成奖励机制(额外+1分)",
  70. "priority": "P0",
  71. "module": "任务管理模块",
  72. "subModule": "任务执行"
  73. },
  74. {
  75. "id": "TASK-011",
  76. "description": "超时判断(10分钟内不算迟到)",
  77. "priority": "P0",
  78. "module": "任务管理模块",
  79. "subModule": "任务执行"
  80. },
  81. {
  82. "id": "TASK-012",
  83. "description": "超时扣分机制(每天最多扣5分,可关闭)",
  84. "priority": "P0",
  85. "module": "任务管理模块",
  86. "subModule": "任务执行"
  87. },
  88. {
  89. "id": "TASK-012A",
  90. "description": "打卡支持照片上传",
  91. "priority": "P0",
  92. "module": "任务管理模块",
  93. "subModule": "任务执行"
  94. },
  95. {
  96. "id": "TASK-012B",
  97. "description": "打卡支持视频上传",
  98. "priority": "P0",
  99. "module": "任务管理模块",
  100. "subModule": "任务执行"
  101. },
  102. {
  103. "id": "TASK-012C",
  104. "description": "打卡支持录音上传",
  105. "priority": "P0",
  106. "module": "任务管理模块",
  107. "subModule": "任务执行"
  108. },
  109. {
  110. "id": "TASK-012D",
  111. "description": "打卡支持文字描述",
  112. "priority": "P0",
  113. "module": "任务管理模块",
  114. "subModule": "任务执行"
  115. },
  116. {
  117. "id": "TASK-012E",
  118. "description": "打卡支持倒计时功能(开始任务时启动倒计时)",
  119. "priority": "P0",
  120. "module": "任务管理模块",
  121. "subModule": "任务执行"
  122. },
  123. {
  124. "id": "TASK-012F",
  125. "description": "倒计时结束时语音提醒",
  126. "priority": "P0",
  127. "module": "任务管理模块",
  128. "subModule": "任务执行"
  129. },
  130. {
  131. "id": "TASK-013",
  132. "description": "部分任务需家长审核确认",
  133. "priority": "P1",
  134. "module": "任务管理模块",
  135. "subModule": "任务执行"
  136. },
  137. {
  138. "id": "TASK-013A",
  139. "description": "家长自定义需要审核的任务范围(按分类/按任务)",
  140. "priority": "P1",
  141. "module": "任务管理模块",
  142. "subModule": "任务执行"
  143. },
  144. {
  145. "id": "TASK-013B",
  146. "description": "审核方式:拍照上传完成凭证",
  147. "priority": "P1",
  148. "module": "任务管理模块",
  149. "subModule": "任务执行"
  150. },
  151. {
  152. "id": "TASK-013C",
  153. "description": "AI辅助审核:根据照片和视频判断任务完成情况",
  154. "priority": "P1",
  155. "module": "任务管理模块",
  156. "subModule": "任务执行"
  157. },
  158. {
  159. "id": "TASK-013D",
  160. "description": "AI可根据任务完成情况给出任务调整建议",
  161. "priority": "P2",
  162. "module": "任务管理模块",
  163. "subModule": "任务执行"
  164. },
  165. {
  166. "id": "REVIEW-001",
  167. "description": "任务需要审核时,孩子拍照上传完成凭证",
  168. "priority": "P1",
  169. "module": "任务管理模块",
  170. "subModule": "任务审核模块(AI辅助,仅付费会员)"
  171. },
  172. {
  173. "id": "REVIEW-002",
  174. "description": "AI自动识别照片内容,判断完成质量",
  175. "priority": "P1",
  176. "module": "任务管理模块",
  177. "subModule": "任务审核模块(AI辅助,仅付费会员)"
  178. },
  179. {
  180. "id": "REVIEW-003",
  181. "description": "AI给出审核建议(三档:通过/疑似通过/需人工确认)",
  182. "priority": "P1",
  183. "module": "任务管理模块",
  184. "subModule": "任务审核模块(AI辅助,仅付费会员)"
  185. },
  186. {
  187. "id": "REVIEW-004",
  188. "description": "家长可选择AI审核或手动审核(AI审核仅付费会员可用)",
  189. "priority": "P1",
  190. "module": "任务管理模块",
  191. "subModule": "任务审核模块(AI辅助,仅付费会员)"
  192. },
  193. {
  194. "id": "REVIEW-005",
  195. "description": "家长可修改AI审核结果",
  196. "priority": "P1",
  197. "module": "任务管理模块",
  198. "subModule": "任务审核模块(AI辅助,仅付费会员)"
  199. },
  200. {
  201. "id": "REVIEW-006",
  202. "description": "审核记录留存,可追溯",
  203. "priority": "P2",
  204. "module": "任务管理模块",
  205. "subModule": "任务审核模块(AI辅助,仅付费会员)"
  206. },
  207. {
  208. "id": "REVIEW-007",
  209. "description": "AI审核阈值可自定义(严格/一般/宽松)",
  210. "priority": "P2",
  211. "module": "任务管理模块",
  212. "subModule": "任务审核模块(AI辅助,仅付费会员)"
  213. },
  214. {
  215. "id": "TASK-014",
  216. "description": "任务历史记录查看",
  217. "priority": "P0",
  218. "module": "任务管理模块",
  219. "subModule": "任务管理"
  220. },
  221. {
  222. "id": "TASK-015",
  223. "description": "任务完成情况统计",
  224. "priority": "P0",
  225. "module": "任务管理模块",
  226. "subModule": "任务管理"
  227. },
  228. {
  229. "id": "TASK-016",
  230. "description": "任务编辑、删除、暂停",
  231. "priority": "P0",
  232. "module": "任务管理模块",
  233. "subModule": "任务管理"
  234. },
  235. {
  236. "id": "POINT-001",
  237. "description": "完成任务获得基础积分",
  238. "priority": "P0",
  239. "module": "积分系统模块",
  240. "subModule": "积分获取"
  241. },
  242. {
  243. "id": "POINT-002",
  244. "description": "超额完成获得额外积分(提前或超质完成,家长制定规则)",
  245. "priority": "P0",
  246. "module": "积分系统模块",
  247. "subModule": "积分获取"
  248. },
  249. {
  250. "id": "POINT-003",
  251. "description": "专注训练满分获得额外积分",
  252. "priority": "P1",
  253. "module": "积分系统模块",
  254. "subModule": "积分获取"
  255. },
  256. {
  257. "id": "POINT-004",
  258. "description": "连续打卡奖励机制",
  259. "priority": "P1",
  260. "module": "积分系统模块",
  261. "subModule": "积分获取"
  262. },
  263. {
  264. "id": "POINT-005",
  265. "description": "手动调整积分(家长操作,需密码)",
  266. "priority": "P2",
  267. "module": "积分系统模块",
  268. "subModule": "积分获取"
  269. },
  270. {
  271. "id": "POINT-006",
  272. "description": "超时10分钟以内不算迟到(保护机制)",
  273. "priority": "P0",
  274. "module": "积分系统模块",
  275. "subModule": "积分规则"
  276. },
  277. {
  278. "id": "POINT-007",
  279. "description": "每天最多扣5分(破产保护)",
  280. "priority": "P0",
  281. "module": "积分系统模块",
  282. "subModule": "积分规则"
  283. },
  284. {
  285. "id": "POINT-008",
  286. "description": "扣分功能按年龄配置:9岁以下默认关闭,9岁及以上默认开启",
  287. "priority": "P0",
  288. "module": "积分系统模块",
  289. "subModule": "积分规则"
  290. },
  291. {
  292. "id": "POINT-008A",
  293. "description": "家长可手动调整扣分开关(覆盖年龄默认配置)",
  294. "priority": "P0",
  295. "module": "积分系统模块",
  296. "subModule": "积分规则"
  297. },
  298. {
  299. "id": "POINT-009",
  300. "description": "积分不清零,可设置积分有效期(按任务设置)",
  301. "priority": "P0",
  302. "module": "积分系统模块",
  303. "subModule": "积分规则"
  304. },
  305. {
  306. "id": "POINT-009A",
  307. "description": "每月提醒有哪些积分快过期",
  308. "priority": "P0",
  309. "module": "积分系统模块",
  310. "subModule": "积分规则"
  311. },
  312. {
  313. "id": "POINT-010",
  314. "description": "过期未领取积分失效",
  315. "priority": "P0",
  316. "module": "积分系统模块",
  317. "subModule": "积分规则"
  318. },
  319. {
  320. "id": "REWARD-001",
  321. "description": "孩子可添加想要的奖励到心愿单",
  322. "priority": "P0",
  323. "module": "奖励体系模块",
  324. "subModule": "心愿单"
  325. },
  326. {
  327. "id": "REWARD-001A",
  328. "description": "家长填写所需积分后心愿进入奖励库",
  329. "priority": "P0",
  330. "module": "奖励体系模块",
  331. "subModule": "心愿单"
  332. },
  333. {
  334. "id": "REWARD-002",
  335. "description": "奖励设置名称、所需积分、分类",
  336. "priority": "P0",
  337. "module": "奖励体系模块",
  338. "subModule": "心愿单"
  339. },
  340. {
  341. "id": "REWARD-002A",
  342. "description": "家庭奖励库(多个家长都可调整)",
  343. "priority": "P0",
  344. "module": "奖励体系模块",
  345. "subModule": "心愿单"
  346. },
  347. {
  348. "id": "REWARD-002B",
  349. "description": "多孩子心愿单隔离",
  350. "priority": "P0",
  351. "module": "奖励体系模块",
  352. "subModule": "心愿单"
  353. },
  354. {
  355. "id": "REWARD-003",
  356. "description": "奖励分类:物质类/精神类/特权类(支持家长自定义分类)",
  357. "priority": "P0",
  358. "module": "奖励体系模块",
  359. "subModule": "心愿单"
  360. },
  361. {
  362. "id": "REWARD-003A",
  363. "description": "家长可自定义奖励分类名称和图标",
  364. "priority": "P1",
  365. "module": "奖励体系模块",
  366. "subModule": "心愿单"
  367. },
  368. {
  369. "id": "REWARD-004",
  370. "description": "进度条显示(已攒积分/所需积分)",
  371. "priority": "P0",
  372. "module": "奖励体系模块",
  373. "subModule": "心愿单"
  374. },
  375. {
  376. "id": "REWARD-005",
  377. "description": "家长审批奖励兑换",
  378. "priority": "P0",
  379. "module": "奖励体系模块",
  380. "subModule": "心愿单"
  381. },
  382. {
  383. "id": "REWARD-006",
  384. "description": "奖励模板即奖励库,展示用户自己的心愿和公开发布的奖励",
  385. "priority": "P0",
  386. "module": "奖励体系模块",
  387. "subModule": "奖励库"
  388. },
  389. {
  390. "id": "REWARD-007",
  391. "description": "奖励兑换历史记录",
  392. "priority": "P1",
  393. "module": "奖励体系模块",
  394. "subModule": "奖励库"
  395. },
  396. {
  397. "id": "REWARD-008",
  398. "description": "奖励下架/编辑功能",
  399. "priority": "P2",
  400. "module": "奖励体系模块",
  401. "subModule": "奖励库"
  402. },
  403. {
  404. "id": "MODE-001",
  405. "description": "家长模式:发布任务、审批奖励、查看报告,也可执行由孩子或成长规划师安排的任务",
  406. "priority": "P1",
  407. "module": "双模式切换模块",
  408. "subModule": "模式定义"
  409. },
  410. {
  411. "id": "MODE-002",
  412. "description": "孩子模式:查看任务、完成任务、查看积分",
  413. "priority": "P0",
  414. "module": "双模式切换模块",
  415. "subModule": "模式定义"
  416. },
  417. {
  418. "id": "MODE-003",
  419. "description": "密码切换模式(4位数字密码)",
  420. "priority": "P0",
  421. "module": "双模式切换模块",
  422. "subModule": "模式定义"
  423. },
  424. {
  425. "id": "MODE-004",
  426. "description": "首次使用引导设置密码",
  427. "priority": "P0",
  428. "module": "双模式切换模块",
  429. "subModule": "模式定义"
  430. },
  431. {
  432. "id": "MODE-005",
  433. "description": "家长邀请码机制(其他家长加入)",
  434. "priority": "P1",
  435. "module": "双模式切换模块",
  436. "subModule": "多角色管理"
  437. },
  438. {
  439. "id": "MODE-006",
  440. "description": "角色权限区分(管理员/普通家长/孩子)",
  441. "priority": "P0",
  442. "module": "双模式切换模块",
  443. "subModule": "多角色管理"
  444. },
  445. {
  446. "id": "MODE-007",
  447. "description": "孩子信息管理(支持多孩)",
  448. "priority": "P0",
  449. "module": "双模式切换模块",
  450. "subModule": "多角色管理"
  451. },
  452. {
  453. "id": "MODE-008",
  454. "description": "孩子账号停用功能",
  455. "priority": "P0",
  456. "module": "双模式切换模块",
  457. "subModule": "多角色管理"
  458. },
  459. {
  460. "id": "MODE-009",
  461. "description": "停用的孩子不可登录且不可被切换",
  462. "priority": "P0",
  463. "module": "双模式切换模块",
  464. "subModule": "多角色管理"
  465. },
  466. {
  467. "id": "MODE-010",
  468. "description": "成长规划师注册与审核",
  469. "priority": "P2",
  470. "module": "双模式切换模块",
  471. "subModule": "多角色管理"
  472. },
  473. {
  474. "id": "MODE-011",
  475. "description": "家长任务支持与孩子相同的完成方式",
  476. "priority": "P1",
  477. "module": "双模式切换模块",
  478. "subModule": "多角色管理"
  479. },
  480. {
  481. "id": "MODE-012",
  482. "description": "谁制定任务谁审核;孩子任务可在创建时指定家长/自动/成长规划师审核",
  483. "priority": "P1",
  484. "module": "双模式切换模块",
  485. "subModule": "多角色管理"
  486. },
  487. {
  488. "id": "MODE-013",
  489. "description": "多个家长场景下,所有家长都可审核孩子任务",
  490. "priority": "P1",
  491. "module": "双模式切换模块",
  492. "subModule": "多角色管理"
  493. },
  494. {
  495. "id": "STREAK-001",
  496. "description": "首页显示连续完成任务天数",
  497. "priority": "P0",
  498. "module": "连续打卡模块",
  499. "subModule": "多角色管理"
  500. },
  501. {
  502. "id": "STREAK-002",
  503. "description": "火苗图标+天数组合显示",
  504. "priority": "P0",
  505. "module": "连续打卡模块",
  506. "subModule": "多角色管理"
  507. },
  508. {
  509. "id": "STREAK-003",
  510. "description": "连续打卡中断自动重置",
  511. "priority": "P0",
  512. "module": "连续打卡模块",
  513. "subModule": "多角色管理"
  514. },
  515. {
  516. "id": "STREAK-004",
  517. "description": "连续打卡里程碑奖励(3天/7天/30天等)",
  518. "priority": "P1",
  519. "module": "连续打卡模块",
  520. "subModule": "多角色管理"
  521. },
  522. {
  523. "id": "BADGE-001",
  524. "description": "首次完成任务勋章",
  525. "priority": "P1",
  526. "module": "勋章墙模块",
  527. "subModule": "多角色管理"
  528. },
  529. {
  530. "id": "BADGE-002",
  531. "description": "连续3天按时完成勋章",
  532. "priority": "P1",
  533. "module": "勋章墙模块",
  534. "subModule": "多角色管理"
  535. },
  536. {
  537. "id": "BADGE-003",
  538. "description": "一周获得50积分勋章",
  539. "priority": "P1",
  540. "module": "勋章墙模块",
  541. "subModule": "多角色管理"
  542. },
  543. {
  544. "id": "BADGE-004",
  545. "description": "完成100个任务勋章",
  546. "priority": "P1",
  547. "module": "勋章墙模块",
  548. "subModule": "多角色管理"
  549. },
  550. {
  551. "id": "BADGE-005",
  552. "description": "勋章解锁动画/特效",
  553. "priority": "P2",
  554. "module": "勋章墙模块",
  555. "subModule": "多角色管理"
  556. },
  557. {
  558. "id": "BADGE-006",
  559. "description": "勋章展示墙界面",
  560. "priority": "P1",
  561. "module": "勋章墙模块",
  562. "subModule": "多角色管理"
  563. },
  564. {
  565. "id": "REPORT-001",
  566. "description": "每周自动生成报告",
  567. "priority": "P1",
  568. "module": "成长周报模块",
  569. "subModule": "多角色管理"
  570. },
  571. {
  572. "id": "REPORT-002",
  573. "description": "展示内容:完成任务数、按时完成率",
  574. "priority": "P1",
  575. "module": "成长周报模块",
  576. "subModule": "多角色管理"
  577. },
  578. {
  579. "id": "REPORT-003",
  580. "description": "展示内容:与上周对比(进步/退步)",
  581. "priority": "P1",
  582. "module": "成长周报模块",
  583. "subModule": "多角色管理"
  584. },
  585. {
  586. "id": "REPORT-004",
  587. "description": "展示内容:表现最佳日期",
  588. "priority": "P1",
  589. "module": "成长周报模块",
  590. "subModule": "多角色管理"
  591. },
  592. {
  593. "id": "REPORT-005",
  594. "description": "周报推送通知(可选)",
  595. "priority": "P2",
  596. "module": "成长周报模块",
  597. "subModule": "多角色管理"
  598. },
  599. {
  600. "id": "FOCUS-001",
  601. "description": "简单模式:10/15/20分钟可选",
  602. "priority": "P1",
  603. "module": "专注训练模块",
  604. "subModule": "训练模式"
  605. },
  606. {
  607. "id": "FOCUS-002",
  608. "description": "番茄钟模式:25分钟+5分钟休息",
  609. "priority": "P1",
  610. "module": "专注训练模块",
  611. "subModule": "训练模式"
  612. },
  613. {
  614. "id": "FOCUS-003",
  615. "description": "大字体倒计时圆环显示",
  616. "priority": "P1",
  617. "module": "专注训练模块",
  618. "subModule": "训练模式"
  619. },
  620. {
  621. "id": "FOCUS-004",
  622. "description": "训练中禁止退出(可选,需家长开启)",
  623. "priority": "P1",
  624. "module": "专注训练模块",
  625. "subModule": "训练模式"
  626. },
  627. {
  628. "id": "FOCUS-004A",
  629. "description": "计时方式:手机倒计时(孩子自行控制)",
  630. "priority": "P1",
  631. "module": "专注训练模块",
  632. "subModule": "训练模式"
  633. },
  634. {
  635. "id": "FOCUS-005",
  636. "description": "完成后自评1-5颗星",
  637. "priority": "P1",
  638. "module": "专注训练模块",
  639. "subModule": "评分与奖励"
  640. },
  641. {
  642. "id": "FOCUS-006",
  643. "description": "获得积分数=星数(1-5分)",
  644. "priority": "P1",
  645. "module": "专注训练模块",
  646. "subModule": "评分与奖励"
  647. },
  648. {
  649. "id": "FOCUS-007",
  650. "description": "满分5星额外奖励+1分",
  651. "priority": "P1",
  652. "module": "专注训练模块",
  653. "subModule": "评分与奖励"
  654. },
  655. {
  656. "id": "FOCUS-008",
  657. "description": "每日训练次数上限(默认3次,可配置)",
  658. "priority": "P1",
  659. "module": "专注训练模块",
  660. "subModule": "评分与奖励"
  661. },
  662. {
  663. "id": "VOICE-001",
  664. "description": "语音转文字:用于AI审核时识别孩子语音说明",
  665. "priority": "P1",
  666. "module": "专注训练模块",
  667. "subModule": "语音功能(注:本项目不需要文字转语音播报)"
  668. },
  669. {
  670. "id": "DAN-001",
  671. "description": "通过接口获取DAN测评数据",
  672. "priority": "P1",
  673. "module": "DAN测评记录模块",
  674. "subModule": "测评数据获取"
  675. },
  676. {
  677. "id": "DAN-002",
  678. "description": "测评记录存储与历史查看",
  679. "priority": "P1",
  680. "module": "DAN测评记录模块",
  681. "subModule": "测评数据获取"
  682. },
  683. {
  684. "id": "DAN-003",
  685. "description": "测评记录与任务模板关联",
  686. "priority": "P1",
  687. "module": "DAN测评记录模块",
  688. "subModule": "测评数据获取"
  689. },
  690. {
  691. "id": "DAN-004",
  692. "description": "A1等级(幼儿园小班)推荐任务模板",
  693. "priority": "P1",
  694. "module": "DAN测评记录模块",
  695. "subModule": "等级与任务映射"
  696. },
  697. {
  698. "id": "DAN-005",
  699. "description": "A2等级(幼儿园中班)推荐任务模板",
  700. "priority": "P1",
  701. "module": "DAN测评记录模块",
  702. "subModule": "等级与任务映射"
  703. },
  704. {
  705. "id": "DAN-006",
  706. "description": "A3等级(幼儿园大班)推荐任务模板",
  707. "priority": "P1",
  708. "module": "DAN测评记录模块",
  709. "subModule": "等级与任务映射"
  710. },
  711. {
  712. "id": "DAN-007",
  713. "description": "B1等级(小学一年级)推荐任务模板",
  714. "priority": "P1",
  715. "module": "DAN测评记录模块",
  716. "subModule": "等级与任务映射"
  717. },
  718. {
  719. "id": "DAN-008",
  720. "description": "B2等级(小学二年级)推荐任务模板",
  721. "priority": "P1",
  722. "module": "DAN测评记录模块",
  723. "subModule": "等级与任务映射"
  724. },
  725. {
  726. "id": "DAN-009",
  727. "description": "B3等级(小学三年级)推荐任务模板",
  728. "priority": "P1",
  729. "module": "DAN测评记录模块",
  730. "subModule": "等级与任务映射"
  731. },
  732. {
  733. "id": "DAN-010",
  734. "description": "B4等级(小学四年级)推荐任务模板",
  735. "priority": "P1",
  736. "module": "DAN测评记录模块",
  737. "subModule": "等级与任务映射"
  738. },
  739. {
  740. "id": "DAN-011",
  741. "description": "B5等级(小学五年级)推荐任务模板",
  742. "priority": "P1",
  743. "module": "DAN测评记录模块",
  744. "subModule": "等级与任务映射"
  745. },
  746. {
  747. "id": "DAN-012",
  748. "description": "B6等级(小学六年级)推荐任务模板",
  749. "priority": "P1",
  750. "module": "DAN测评记录模块",
  751. "subModule": "等级与任务映射"
  752. },
  753. {
  754. "id": "DAN-014",
  755. "description": "家长可编辑/调整模板任务",
  756. "priority": "P1",
  757. "module": "DAN测评记录模块",
  758. "subModule": "模板生成"
  759. },
  760. {
  761. "id": "DAN-015",
  762. "description": "一键启用模板生成今日任务",
  763. "priority": "P1",
  764. "module": "DAN测评记录模块",
  765. "subModule": "模板生成"
  766. },
  767. {
  768. "id": "ASSESS-001",
  769. "description": "管理员创建/编辑/删除测评资料",
  770. "priority": "P1",
  771. "module": "DAN测评任务系统(系统级任务)",
  772. "subModule": "功能清单"
  773. },
  774. {
  775. "id": "ASSESS-002",
  776. "description": "管理员配置积分值(完成获得积分)和积分价值(1积分=元)",
  777. "priority": "P1",
  778. "module": "DAN测评任务系统(系统级任务)",
  779. "subModule": "功能清单"
  780. },
  781. {
  782. "id": "ASSESS-003",
  783. "description": "成长规划师查看所负责家庭的测评配置列表",
  784. "priority": "P1",
  785. "module": "DAN测评任务系统(系统级任务)",
  786. "subModule": "功能清单"
  787. },
  788. {
  789. "id": "ASSESS-004",
  790. "description": "成长规划师为家庭启用DAN测评任务",
  791. "priority": "P1",
  792. "module": "DAN测评任务系统(系统级任务)",
  793. "subModule": "功能清单"
  794. },
  795. {
  796. "id": "ASSESS-005",
  797. "description": "成长规划师修改已启用家庭的提醒周期",
  798. "priority": "P1",
  799. "module": "DAN测评任务系统(系统级任务)",
  800. "subModule": "功能清单"
  801. },
  802. {
  803. "id": "ASSESS-006",
  804. "description": "成长规划师关闭家庭的DAN测评任务",
  805. "priority": "P1",
  806. "module": "DAN测评任务系统(系统级任务)",
  807. "subModule": "功能清单"
  808. },
  809. {
  810. "id": "ASSESS-007",
  811. "description": "家长查看当前DAN测评任务详情",
  812. "priority": "P1",
  813. "module": "DAN测评任务系统(系统级任务)",
  814. "subModule": "功能清单"
  815. },
  816. {
  817. "id": "ASSESS-008",
  818. "description": "家长查看DAN测评历史记录",
  819. "priority": "P1",
  820. "module": "DAN测评任务系统(系统级任务)",
  821. "subModule": "功能清单"
  822. },
  823. {
  824. "id": "ASSESS-009",
  825. "description": "外部系统回调完成DAN测评任务",
  826. "priority": "P1",
  827. "module": "DAN测评任务系统(系统级任务)",
  828. "subModule": "功能清单"
  829. },
  830. {
  831. "id": "ASSESS-010",
  832. "description": "管理员设置资料状态(启用/停用)",
  833. "priority": "P1",
  834. "module": "DAN测评任务系统(系统级任务)",
  835. "subModule": "功能清单"
  836. },
  837. {
  838. "id": "THEME-001",
  839. "description": "默认主题(一套主题,先行实现)",
  840. "priority": "P1",
  841. "module": "主题皮肤模块",
  842. "subModule": "默认配置值"
  843. },
  844. {
  845. "id": "THEME-002",
  846. "description": "阳光橙主题",
  847. "priority": "P2",
  848. "module": "主题皮肤模块",
  849. "subModule": "默认配置值"
  850. },
  851. {
  852. "id": "THEME-003",
  853. "description": "恐龙探险主题",
  854. "priority": "P2",
  855. "module": "主题皮肤模块",
  856. "subModule": "默认配置值"
  857. },
  858. {
  859. "id": "THEME-004",
  860. "description": "太空冒险主题",
  861. "priority": "P2",
  862. "module": "主题皮肤模块",
  863. "subModule": "默认配置值"
  864. },
  865. {
  866. "id": "THEME-005",
  867. "description": "梦幻城堡主题",
  868. "priority": "P2",
  869. "module": "主题皮肤模块",
  870. "subModule": "默认配置值"
  871. },
  872. {
  873. "id": "THEME-006",
  874. "description": "海洋世界主题",
  875. "priority": "P2",
  876. "module": "主题皮肤模块",
  877. "subModule": "默认配置值"
  878. },
  879. {
  880. "id": "EXPORT-001",
  881. "description": "任务历史导出(Excel格式)",
  882. "priority": "P2",
  883. "module": "数据导出模块",
  884. "subModule": "默认配置值"
  885. },
  886. {
  887. "id": "EXPORT-002",
  888. "description": "错题本图片生成",
  889. "priority": "P2",
  890. "module": "数据导出模块",
  891. "subModule": "默认配置值"
  892. },
  893. {
  894. "id": "EXPORT-003",
  895. "description": "成长周报导出",
  896. "priority": "P2",
  897. "module": "数据导出模块",
  898. "subModule": "默认配置值"
  899. },
  900. {
  901. "id": "GUIDE-001",
  902. "description": "规划师注册(直接注册/家长申请)",
  903. "priority": "P1",
  904. "module": "成长规划师注册与等级系统",
  905. "subModule": "功能清单"
  906. },
  907. {
  908. "id": "GUIDE-002",
  909. "description": "套餐选择与购买",
  910. "priority": "P1",
  911. "module": "成长规划师注册与等级系统",
  912. "subModule": "功能清单"
  913. },
  914. {
  915. "id": "GUIDE-003",
  916. "description": "付款凭证上传",
  917. "priority": "P1",
  918. "module": "成长规划师注册与等级系统",
  919. "subModule": "功能清单"
  920. },
  921. {
  922. "id": "GUIDE-004",
  923. "description": "申请状态查看(申请中/已通过/已拒绝)",
  924. "priority": "P1",
  925. "module": "成长规划师注册与等级系统",
  926. "subModule": "功能清单"
  927. },
  928. {
  929. "id": "GUIDE-005",
  930. "description": "管理员审核申请(通过/拒绝)",
  931. "priority": "P1",
  932. "module": "成长规划师注册与等级系统",
  933. "subModule": "功能清单"
  934. },
  935. {
  936. "id": "GUIDE-006",
  937. "description": "规划师等级查看",
  938. "priority": "P1",
  939. "module": "成长规划师注册与等级系统",
  940. "subModule": "功能清单"
  941. },
  942. {
  943. "id": "GUIDE-007",
  944. "description": "升级服务购买(升中级/直升高级/升高级)",
  945. "priority": "P1",
  946. "module": "成长规划师注册与等级系统",
  947. "subModule": "功能清单"
  948. },
  949. {
  950. "id": "GUIDE-008",
  951. "description": "升级可见性控制(根据当前等级显示对应选项)",
  952. "priority": "P1",
  953. "module": "成长规划师注册与等级系统",
  954. "subModule": "功能清单"
  955. },
  956. {
  957. "id": "GUIDE-009",
  958. "description": "家庭列表查看(以家庭为单位)",
  959. "priority": "P1",
  960. "module": "成长规划师注册与等级系统",
  961. "subModule": "功能清单"
  962. },
  963. {
  964. "id": "GUIDE-010",
  965. "description": "家庭详情查看(成员信息、任务完成情况)",
  966. "priority": "P1",
  967. "module": "成长规划师注册与等级系统",
  968. "subModule": "功能清单"
  969. },
  970. {
  971. "id": "GUIDE-011",
  972. "description": "规划师身份切换为家长",
  973. "priority": "P1",
  974. "module": "成长规划师注册与等级系统",
  975. "subModule": "功能清单"
  976. },
  977. {
  978. "id": "GUIDE-012",
  979. "description": "规划师不能切换为孩子",
  980. "priority": "P1",
  981. "module": "成长规划师注册与等级系统",
  982. "subModule": "功能清单"
  983. }
  984. ]
  985. }