• Joined on 2026-05-02
wangdl pushed to main at wangdl/admin-projects 2026-05-24 16:22:48 +08:00
cf1ea873e0 refactor: replace any with proper types in admin page api calls
wangdl pushed to main at wangdl/api-server 2026-05-24 16:20:51 +08:00
34065931dd fix: silence baseUrl deprecation warning in TS 6.x
wangdl pushed to main at wangdl/admin-projects 2026-05-24 16:20:44 +08:00
11287e2c4f fix: TS errors in admin pages — unused imports, wrong api import path, implicit any types
wangdl pushed to main at wangdl/api-server 2026-05-24 16:17:35 +08:00
2bfa9ad7c3 fix: M3 audit — scheduleState persistence, AI→ReviewCard subscriber, ActiveRecall queue, streak bug, domain events
wangdl pushed to main at wangdl/admin-projects 2026-05-24 16:17:02 +08:00
9d080bf9e8 fix: M3 audit — scheduleState persistence, AI→ReviewCard subscriber, ActiveRecall queue, streak bug, domain events, admin pages
wangdl pushed to main at wangdl/admin-projects 2026-05-24 16:01:42 +08:00
03c38f5d4c feat: M3-04/05/06 — Workspace Experience, Notification, Cache Module
wangdl pushed to main at wangdl/api-server 2026-05-24 16:01:41 +08:00
8e5d722a1e feat: M3-04/05/06 — Workspace Experience, Notification, Cache Module
wangdl commented on issue wangdl/api-server#34 2026-05-24 15:58:31 +08:00
M3-06 Cache Module 基础版

M3-06 实施完成

设计决策

基于已有 RedisService 封装而非新增 @nestjs/cache-manager 依赖。理由:

  • RedisService 已提供完整的 get/set/del/exists/keys…
wangdl commented on issue wangdl/api-server#33 2026-05-24 15:53:52 +08:00
M3-05 Notification Module

M3-05 实施完成

原有基础

Notification 模型、Worker(BullMQ)、Service/Controller/Repository 此前已有。

本 Issue 新增

wangdl commented on issue wangdl/api-server#32 2026-05-24 14:43:52 +08:00
M3-04 Workspace Experience Module

M3-04 实施完成

交付内容

wangdl pushed to main at wangdl/api-server 2026-05-24 14:25:56 +08:00
4be418ef4a fix: TypeScript errors — string→number, activityDate, remove easeFactor from update
wangdl pushed to main at wangdl/api-server 2026-05-24 14:23:39 +08:00
3f2ba8ba93 fix: remove invalid distinct option from Prisma findMany
wangdl commented on issue wangdl/api-server#31 2026-05-24 14:16:27 +08:00
M3-03 Growth & Retention Module

M3-03 实施完成

交付内容

wangdl pushed to main at wangdl/api-server 2026-05-24 14:16:16 +08:00
098b8055f5 feat: M3-03 — Growth & Retention, streak + recommendations
wangdl commented on issue wangdl/api-server#30 2026-05-24 14:12:16 +08:00
M3-02 Review Engine Module

M3-02 实施完成

交付内容

wangdl pushed to main at wangdl/api-server 2026-05-24 14:12:00 +08:00
cddcf57a93 feat: M3-02 — Review Engine, Anki SM-2 algorithm + schedule state machine
wangdl commented on issue wangdl/api-server#29 2026-05-24 14:05:06 +08:00
M3-01 Learning Engine Module

M3-01 实施完成

关键发现

Learning Engine 基础设施完全就绪:LearningSession、ActiveRecallAnswer、AiAnalysisJob/Result、FocusItem、DailyLearningActivity —…

wangdl pushed to main at wangdl/api-server 2026-05-24 14:04:49 +08:00
c840531eea feat: M3-01 — Learning Engine, AIAnalysisCompleted event + FocusItem generation
wangdl commented on issue wangdl/api-server#22 2026-05-24 13:59:13 +08:00
M2-02 Workspace & KnowledgeBase Module

🔧 审计修复 — 2026-05-24

问题: "系统内置知识库管理"未实现。

修复: 新增 SystemKnowledgeBaseSeed 服务,启动时自动创建"新手引导知识库"。`sys…

wangdl commented on issue wangdl/api-server#26 2026-05-24 13:59:13 +08:00
M2-06 Artifact & KnowledgeItem 基础版

🔧 审计修复 — 2026-05-24

问题: Candidate 生成/确认时未接入 Content Safety 审核。

修复: ImportCandidateService.accept()createCandidates() 新增…