tangweijie
  • Joined on 2025-01-22
tangweijie opened issue tangweijie/xlcp-backend#4 2026-01-18 17:04:17 +08:00
[P2] 后端代码存在多项质量问题
tangweijie opened issue tangweijie/xlcp-backend#3 2026-01-18 17:03:52 +08:00
[P1] 监管看板模块存在大量硬编码模拟数据
tangweijie opened issue tangweijie/xlcp-backend#2 2026-01-18 17:03:23 +08:00
[P0] 评估报告AI日志表缺少数据库DDL脚本
tangweijie pushed to master at tangweijie/xlcp-frontend 2026-01-18 16:10:30 +08:00
060cd5590b Merge pull request '数据看板页面实现' (#4) from lm/feat/dashboard into master
29c8f7f562 数据调整
04a8043dfc 样式调整
63cfe18b3d 数据看板页面实现
Compare 4 commits »
tangweijie merged pull request tangweijie/xlcp-frontend#4 2026-01-18 16:10:29 +08:00
数据看板页面实现
tangweijie pushed to master at tangweijie/xlcp-frontend 2026-01-16 20:17:53 +08:00
bbf4c64391 feat(prison): 新增评估报告等前端页面,优化问卷与罪犯管理
2115e4aa52 refactor: 前端重构评估模块为答题模块
fdc6bf58e0 fix: 代码审查修复 - 前端TypeScript类型和UI优化
Compare 3 commits »
tangweijie pushed to master-jdk17 at tangweijie/xlcp-backend 2026-01-16 20:17:15 +08:00
f6b0410fda feat(prison): 新增评估报告等模块,集成问卷与危险评估功能
dc65ef8d24 refactor: 重构评估模块为答题模块,整合到问卷记录服务
Compare 2 commits »
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…