sprint-status.yaml 2.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. # generated: 2026-01-08
  2. # project: 188-179-template-6
  3. # project_key: 188-179-template-6
  4. # tracking_system: file-system
  5. # story_location: _bmad-output/implementation-artifacts
  6. # STATUS DEFINITIONS:
  7. # ==================
  8. # Epic Status:
  9. # - backlog: Epic not yet started
  10. # - in-progress: Epic actively being worked on
  11. # - done: All stories in epic completed
  12. #
  13. # Epic Status Transitions:
  14. # - backlog -> in-progress: Automatically when first story is created (via create-story)
  15. # - in-progress -> done: Manually when all stories reach 'done' status
  16. #
  17. # Story Status:
  18. # - backlog: Story only exists in epic file
  19. # - ready-for-dev: Story file created in stories folder
  20. # - in-progress: Developer actively working on implementation
  21. # - review: Ready for code review (via Dev's code-review workflow)
  22. # - done: Story completed
  23. #
  24. # Retrospective Status:
  25. # - optional: Can be completed but not required
  26. # - done: Retrospective has been completed
  27. #
  28. # WORKFLOW NOTES:
  29. # ===============
  30. # - Epic transitions to 'in-progress' automatically when first story is created
  31. # - Stories can be worked in parallel if team capacity allows
  32. # - SM typically creates next story after previous one is 'done' to incorporate learnings
  33. # - Dev moves story to 'review', then runs code-review (fresh context, different LLM recommended)
  34. generated: 2026-01-08
  35. project: 188-179-template-6
  36. project_key: 188-179-template-6
  37. tracking_system: file-system
  38. story_location: _bmad-output/implementation-artifacts
  39. development_status:
  40. # Epic 1: 测试工具包基础框架与 Select 支持
  41. epic-1: in-progress
  42. 1-1-create-package-structure: in-progress
  43. 1-2-implement-types-errors: backlog
  44. 1-3-static-select-tool: backlog
  45. 1-4-async-select-tool: backlog
  46. 1-5-main-export-docs: backlog
  47. 1-6-select-unit-tests: backlog
  48. epic-1-retrospective: optional
  49. # Epic 2: 扩展工具集(文件上传、表单、列表、对话框)
  50. epic-2: backlog
  51. 2-1-file-upload-tool: backlog
  52. 2-2-form-helper-tool: backlog
  53. 2-3-dynamic-list-tool: backlog
  54. 2-4-dialog-tool: backlog
  55. 2-5-update-export-fixtures: backlog
  56. 2-6-extended-unit-tests: backlog
  57. epic-2-retrospective: optional
  58. # Epic 3: 在残疾人管理中验证工具包
  59. epic-3: backlog
  60. 3-1-test-app-infrastructure: backlog
  61. 3-2-photo-upload-test: backlog
  62. 3-3-bank-card-test: backlog
  63. 3-4-remark-visit-test: backlog
  64. 3-5-complete-flow-test: backlog
  65. 3-6-stability-test: backlog
  66. epic-3-retrospective: optional
  67. # Epic 4: 完善文档与开发者体验
  68. epic-4: backlog
  69. 4-1-improve-readme-docs: backlog
  70. epic-4-retrospective: optional