-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsprint-status.yaml
More file actions
266 lines (257 loc) · 6.74 KB
/
sprint-status.yaml
File metadata and controls
266 lines (257 loc) · 6.74 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
# generated: 2026-01-16
# project: apprun
# project_key: apprun
# tracking_system: file-system
# story_location: /data/cdl/apprun/docs/sprint-artifacts
# STATUS DEFINITIONS:
# ==================
# Epic Status:
# - backlog: Epic not yet started
# - in-progress: Epic actively being worked on
# - done: All stories in epic completed
#
# Epic Status Transitions:
# - backlog -> in-progress: Automatically when first story is created
# - in-progress -> done: Manually when all stories reach 'done' status
#
# Story Status:
# - backlog: Story only exists in epic file
# - ready-for-dev: Story file created in stories folder
# - in-progress: Developer actively working on implementation
# - review: Ready for code review
# - done: Story completed
#
# Retrospective Status:
# - optional: Can be completed but not required
# - done: Retrospective has been completed
generated: '2026-01-16'
project: apprun
project_key: apprun
tracking_system: file-system
story_location: /data/cdl/apprun/docs/sprint-artifacts
development_status:
# Epic 1: Infrastructure & Foundation
epic-1:
status: in-progress
title: Infrastructure & Foundation
1-1-docker-environment:
status: done
title: Docker Development & Deployment Environment
sprint: sprint-0
1-2-response-package:
status: done
title: 统一响应工具包
sprint: sprint-0
1-3-error-handling:
status: done
title: 业务错误包装框架
sprint: sprint-0
1-4-ci-cd-linter:
status: done
title: CI/CD 流水线与 Linter
sprint: sprint-0
1-5-database-migration:
status: done
title: 数据库增量迁移
sprint: sprint-0
1-6-unified-cli-architecture:
status: done
title: Unified CLI Architecture (统一 CLI 命令架构)
sprint: sprint-0
1-6-2-cli-api-adapter:
status: ready-for-dev
title: CLI-API Adapter (Schema-Driven CLI Auto-Generation)
sprint: sprint-2
1-7-makefile-standards:
status: done
title: Makefile 标准与命令分组
sprint: sprint-0
1-8-testing-framework:
status: ready-for-dev
title: 测试框架与工具集
sprint: sprint-0
1-9-refactor-handlers:
status: ready-for-dev
title: 重构现有 Handlers
sprint: sprint-0
1-10-logger-package:
status: done
title: 日志防腐层
sprint: sprint-1
1-11-request-package:
status: ready-for-dev
title: Request Package
sprint: sprint-1
1-12-http-server:
status: done
title: HTTP Server Package
sprint: sprint-1
1-13-env-package:
status: done
title: Environment Variable Utility Package
sprint: sprint-1
1-14-database-package:
status: done
title: Database Anti-Corruption Layer
sprint: sprint-1
1-15-go-version-upgrade:
status: done
title: Go 版本升级到 1.25.5
sprint: sprint-1
1-16-redis-cache-package:
status: done
title: Redis Cache Package
sprint: sprint-2
1-17-platform-initialization:
status: ready-for-dev
title: Platform Initialization (平台初始化)
sprint: sprint-2
epic-1-retrospective:
status: optional
title: Infrastructure Epic Retrospective
# Epic 2: Internationalization & Localization
epic-2:
status: in-progress
title: Internationalization & Localization
2-1-i18n:
status: done
title: i18n 国际化基础设施
sprint: sprint-0
2-2-db-field-i18n:
status: ready-for-dev
title: Database Field i18n 数据库字段国际化
sprint: sprint-0
2-3-i18n-integration-plan:
status: ready-for-dev
title: i18n Integration Plan - i18n 集成计划
sprint: sprint-0
2-4-l10n:
status: ready-for-dev
title: Localization (l10n) - 本地化支持
sprint: sprint-0
epic-2-retrospective:
status: optional
title: i18n Epic Retrospective
# Epic 3: Configuration Management
epic-3:
status: in-progress
title: Configuration Management
3-1-ent-schema:
status: done
title: Ent Schema 配置管理
sprint: sprint-0
3-2-config-basic:
status: done
title: Configuration Center Foundation
sprint: sprint-1
3-3-module-config-registry:
status: done
title: Module Configuration Registry Enhancement
sprint: sprint-1
3-4-config-hot-reload:
status: backlog
title: 配置热更新与通知机制
3-5-config-rollback:
status: backlog
title: 配置版本回滚
3-6-config-audit:
status: backlog
title: 配置审计日志
epic-3-retrospective:
status: optional
title: Config Epic Retrospective
# Epic 4: API Documentation
epic-4:
status: done
title: API Documentation
4-1-swagger-docs:
status: done
title: Swagger API Documentation
sprint: sprint-1
epic-4-retrospective:
status: pending
title: API Documentation Epic Retrospective
# Epic 5: Authentication & Authorization
epic-5:
status: in-progress
title: Authentication & Authorization
5-1-user-registration:
status: done
title: User Registration
sprint: sprint-1
5-2-user-login:
status: done
title: User Login
sprint: sprint-1
5-3-jwt-middleware:
status: done
title: JWT Middleware
sprint: sprint-1
5-4-token-refresh:
status: done
title: Token Refresh Mechanism
sprint: sprint-1
5-5-rbac-permissions:
status: in-progress
title: RBAC 权限控制
sprint: sprint-1
5-5-1-rbac-advanced:
status: ready-for-dev
title: RBAC 高级特性
5-5-2-rbac-api-endpoints:
status: in-progress
title: RBAC API Endpoints
sprint: sprint-1
epic-5-retrospective:
status: optional
title: Auth Epic Retrospective
# Epic 6: File Storage Service
epic-6:
status: backlog
title: File Storage Service
6-1-storage-backend-abstraction:
status: backlog
title: 存储后端抽象层
6-2-file-upload:
status: backlog
title: 文件上传功能
6-3-file-download:
status: backlog
title: 文件下载功能
6-4-file-list-delete:
status: backlog
title: 文件列表与删除
6-5-folder-management:
status: backlog
title: 文件夹管理
6-6-storage-quota:
status: backlog
title: 存储配额管理
epic-6-retrospective:
status: optional
title: Storage Epic Retrospective
# Epic 7: Functions Service
epic-7:
status: backlog
title: Serverless Functions
7-1-function-management-basic:
status: backlog
title: 函数管理基础
7-2-compilation-engine:
status: backlog
title: 函数编译引擎
7-3-execution-engine:
status: backlog
title: 函数执行引擎
7-4-http-trigger:
status: backlog
title: HTTP 触发功能
7-5-execution-logs:
status: backlog
title: 执行日志管理
7-6-event-trigger:
status: backlog
title: 事件触发功能
epic-7-retrospective:
status: optional
title: Functions Epic Retrospective