You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
haoliang
87d7dfeee1
新增产量重建工具RebuildProduction:从log_collect_raw原始JSON重放修复后的ProductionTracker算法,修正2026-05-07产量数据
...
工具用法: dotnet run --project tools/RebuildProduction
产量修正结果(2026-05-07):
- 总产量: 5,732 → 14,770 (+158%)
- manual_reset段: 0 → 8,740 (50段全部修正)
- program_change段: 830 → 1,128 (76段中偏差的已修正)
- end_of_day段: 4,902 (无变化)
修正后工人产量:
- 郭浩: 4,176 → 11,359
- 李文科: 692 → 1,574
- 公用: 214 → 642
- 冷春英: 211 → 367
- 赵福新: 132 → 253
- 宋志国: 95 → 226
- 赵双,胡东歌: 137 → 205
- 李梦梦,李玉蒙: 75 → 144
- 王涛: 0 (机床实际未运行)
1 month ago
.github/ workflows
fix(ci): 移除不必要的 setup-dotnet 步骤,windows-latest 自带 .NET Framework 4.7.2 环境
2 months ago
.sisyphus/ plans
test(ci): add Windows workflow and extended tests stage4-5; stabilize dashboard service tests
2 months ago
CncService
feat(采集日志): 新增前端实现,包括 API 封装、Mock 数据、Vue 页面、路由和菜单;新增 CollectLog 页面组件、Mock 数据、API 接口,以及路由与侧边栏集成
2 months ago
CncWebApi/ Controllers
feat(采集日志): 新增前端实现,包括 API 封装、Mock 数据、Vue 页面、路由和菜单;新增 CollectLog 页面组件、Mock 数据、API 接口,以及路由与侧边栏集成
2 months ago
database
feat: 日志分区管理优化——sp_ensure_partitions覆盖3张分区表(含log_collect_raw);LogCleanupJob改用DROP PARTITION清理;修复分区边界计算bug
2 months ago
docs
docs: 添加前端构建与部署规范文档
2 months ago
frontend
系统设置明文化+仪表盘apiKey数据库化+日志分类+安装脚本防闪退
1 month ago
src
修复产量统计3个Bug:manual_reset/program_change产量丢失、日终汇总失败不重试、日志归档文件锁冲突
1 month ago
tests
系统设置明文化+仪表盘apiKey数据库化+日志分类+安装脚本防闪退
1 month ago
tools/ RebuildProduction
新增产量重建工具RebuildProduction:从log_collect_raw原始JSON重放修复后的ProductionTracker算法,修正2026-05-07产量数据
1 month ago
.gitignore
新增单元测试+Playwright实际测试(79个单元测试+11个E2E测试全部通过)
2 months ago
.txt
清理根目录临时文件和旧代码;修复采集服务名称不匹配(collector-service→CncCollector)
2 months ago
AGENTS.md
新增测试规范文档、冒烟测试脚本、AGENTS.md铁律第5/6条
2 months ago
App.config
feat(cnc-service): add Windows service status checker, integrate into dashboard status, enhance startup flow; stage4 plan initialized; add frontend typings and dashboard view updates; add test scaffold for WindowsServiceChecker
2 months ago
CncDataSystem.sln
…
README.md
feat(cnc-service): add Windows service status checker, integrate into dashboard status, enhance startup flow; stage4 plan initialized; add frontend typings and dashboard view updates; add test scaffold for WindowsServiceChecker
2 months ago
simulator.json
feat(cnc-service): add Windows service status checker, integrate into dashboard status, enhance startup flow; stage4 plan initialized; add frontend typings and dashboard view updates; add test scaffold for WindowsServiceChecker
2 months ago
发那科系统采集示例.txt
feat: 品牌字段映射增加启用/禁用开关(is_enabled);前端增加开关列和行样式;新增6个Repository测试+6个Service/Controller测试;迁移脚本幂等执行
2 months ago
CncSimulator 项目根 README
This repository contains a self-contained CNC data sampling simulator for .NET Framework 4.7.2.
具体实现参考 simulator.json、Config/SimulatorConfig.cs、Device/DeviceState.cs、Device/DeviceSimulator.cs、Generator/FanucDataGenerator.cs、Core/SimulatorServer.cs、Core/SimulatorEngine.cs、Program.cs。