tangweijie
  • Joined on 2025-01-22
tangweijie pushed to main at tangweijie/xlcp 2026-01-16 20:17:00 +08:00
bcc7756f90 chore: 更新前后端子模块到最新版本
9e125df809 feat(docs): 更新评估报告需求文档
Compare 2 commits »
tangweijie pushed to main at tangweijie/xlcp 2026-01-15 22:36:48 +08:00
602822a42e merge: 合并前端模块重构
tangweijie pushed to main at tangweijie/xlcp 2026-01-15 21:05:19 +08:00
260dc75a32 fix: 代码审查修复与前端类型完善
tangweijie pushed to master-jdk17 at tangweijie/xlcp-backend 2026-01-15 21:04:59 +08:00
bbcf68bdb8 feat: 新增评估模块功能
f7f318bed8 fix: 代码审查修复 - 调查问卷模块优化
Compare 2 commits »
tangweijie pushed to main at tangweijie/xlcp 2026-01-15 20:16:36 +08:00
3af7812a3f merge: 合并前端代码审查修复
25d7ff7371 docs: 更新进度记录,添加代码审查修复信息
Compare 2 commits »
tangweijie pushed to main at tangweijie/xlcp 2026-01-15 12:19:10 +08:00
1e5186eed9 chore: 更新子模块到最新版本
cac3f8a9ac Pre-review checkpoint
a437dde89f feat: 添加 Claude 代码助手和相关文档
Compare 3 commits »
tangweijie pushed to master-jdk17 at tangweijie/xlcp-backend 2026-01-15 12:17:14 +08:00
5f9bcfc9b2 feat(prison): 完善监室管理功能及代码优化
tangweijie pushed to master at tangweijie/xlcp-frontend 2026-01-15 10:58:02 +08:00
1ebf700cf2 feat(prison): Enhance area and cell management with tree structure and improved forms
tangweijie pushed to master at tangweijie/xlcp-frontend 2026-01-14 19:46:13 +08:00
4be92f62bd Initial commit - xlcp frontend
tangweijie commented on issue tangweijie/xlcp-frontend#3 2026-01-13 16:27:57 +08:00
[P2] API接口参数建议使用具体类型替代any

状态更新

优先级: P2 - 低(代码规范)

当前状态: 尚未修复

建议在后续迭代中处理。


此 Issue 由代码审查生成,记录在 Gitea 以便跟踪。

tangweijie commented on issue tangweijie/xlcp-frontend#2 2026-01-13 16:27:57 +08:00
[P1] JSON解析错误被静默吞掉 - 建议添加错误日志

状态更新

优先级: P1 - 中

当前状态: 尚未修复

建议在后续迭代中处理。


此 Issue 由代码审查生成,记录在 Gitea 以便跟踪。

tangweijie commented on issue tangweijie/xlcp-backend#1 2026-01-13 16:27:56 +08:00
[P0] 需要添加问卷问题批量更新接口

修复状态:已修复

修复版本: d4cb9960 (master)

修复内容:

  1. 添加批量更新API: POST /prison/question/batch-update
  2. 前端 savePartitions、onPartitionDragEnd…
tangweijie commented on issue tangweijie/xlcp-frontend#1 2026-01-13 16:27:44 +08:00
[P0] 问卷系统存在循环调用API的性能问题

修复状态:已修复

修复版本:

  • 前端: d4cb9960 (master)
  • 后端: 8077990e5d (master-jdk17)
  • 父仓库: e4ec8d2 (main)

修复内容:

  1. 添加批量更新API: `POST…
tangweijie pushed to main at tangweijie/xlcp 2026-01-13 16:26:54 +08:00
e4ec8d27c6 chore: 更新子模块到最新版本
f7ca005222 fix(performance): 批量更新接口优化问卷系统性能
Compare 2 commits »
tangweijie pushed to master at tangweijie/xlcp-frontend 2026-01-13 16:25:07 +08:00
d4cb996085 fix(performance): 批量更新接口优化问卷系统性能
tangweijie pushed to master-jdk17 at tangweijie/xlcp-backend 2026-01-13 16:23:59 +08:00
8077990e5d feat(prison): 问卷系统批量更新接口及性能优化
tangweijie created branch master-jdk17 in tangweijie/xlcp-backend 2026-01-13 16:23:59 +08:00
tangweijie opened issue tangweijie/xlcp-backend#1 2026-01-13 16:07:20 +08:00
[P0] 需要添加问卷问题批量更新接口
tangweijie opened issue tangweijie/xlcp-frontend#3 2026-01-13 16:07:09 +08:00
[P2] API接口参数建议使用具体类型替代any
tangweijie opened issue tangweijie/xlcp-frontend#2 2026-01-13 16:06:57 +08:00
[P1] JSON解析错误被静默吞掉 - 建议添加错误日志