Commit Graph

13 Commits

Author SHA1 Message Date
zpc
b371ad28ce 21
Some checks reported errors
continuous-integration/drone/push Build encountered an error
2026-04-22 10:49:46 +08:00
zpc
992e42a5ae 21
Some checks failed
continuous-integration/drone/push Build is failing
2026-04-21 23:16:26 +08:00
zpc
996e1abc24 21
Some checks reported errors
continuous-integration/drone/push Build encountered an error
2026-04-21 21:57:28 +08:00
zpc
827d7a4367 feat(odf): Add marker pole management and audit logging for v1.2.0
All checks were successful
continuous-integration/drone/push Build is passing
- Add marker pole CRUD functionality with database tables (odf_marker_poles, odf_marker_pole_images)
- Implement marker pole API endpoints and service layer with data isolation by department
- Add UniApp pages for marker pole list, detail, and creation workflows
- Add Vue management backend pages for marker pole and audit log management
- Implement audit logging system via ActionFilter to track all business entity modifications
- Extend search API to include marker poles in results alongside cables and faults
- Add OdfAuditLogsController and service for querying audit trail data
- Update optical box detail page with left-right frame color scheme (green-orange)
- Add cable type page as entry point for marker poles and fault lists
- Create database migration scripts for v1.2.0 schema and permissions
- Add DeptDataScopeHelper for department-based data access control
- Update MCP settings to disable SQL Server connection and fix formatting
- Add marker pole service integration in UniApp with COS image upload support
2026-04-18 22:50:15 +08:00
zpc
3c81e81738 21
All checks were successful
continuous-integration/drone/push Build is passing
2026-04-05 17:38:05 +08:00
zpc
690d2b1a5c 21
All checks were successful
continuous-integration/drone/push Build is passing
2026-04-03 11:24:56 +08:00
zpc
5b0de386f1 feat(odf-v1021): Add optical box rack type support with dual-column layout
All checks were successful
continuous-integration/drone/push Build is passing
- Add migration script to introduce rack_type field (0=ODF, 1=optical box)
- Add RackType, LeftPortsCount, RightPortsCount properties to OdfRacks model and DTOs
- Add rack type selector and port count inputs to OdfRackForm component
- Display rack type labels in OdfRacks management table
- Add rack type badges to uni-app rack list cards
- Implement dual-column layout for optical box type in rack detail page with left/right port sections
- Add optical box port naming format (A-1, A-2, etc.) with row-based labeling
- Add visual distinction with background colors (left: #E3F2FD, right: #FFF3E0) and center divider
- Update import/export DTOs to support rack type and optical box port naming
- Mark all v1.0.2.1 tasks as completed
2026-04-02 16:40:09 +08:00
zpc
2b46490d54 docs(odf-v1021): Add optical box rack type specifications and design documentation
- Add design specification for ODF v1.0.2.1 optical box rack type support
- Add requirements document outlining optical box feature scope and constraints
- Add task breakdown for implementation across backend, frontend, and database layers
- Add design mockups for rack list page and optical box detail page layout
- Add requirements document detailing dual-column layout for optical box racks
- Document port naming conventions for optical box (A-1, B-2) vs ODF (1-1, 2-2) formats
- Establish database schema changes for rack_type and port count fields
- Define API contract changes for OdfRacksDto with new type and port count properties
2026-03-31 17:29:38 +08:00
zpc
7c4d7d5978 feat: ODF v1.0.2 功能更新 - 签到、干线故障、光缆管理、用户模块权限
数据库:
- 新增 odf_checkin/odf_cables/odf_cable_faults/odf_cable_fault_images/odf_user_modules 5张表
- 新增菜单权限和角色分配 SQL 脚本

后台 API (.NET/SqlSugar):
- 新增实体模型、DTO、Service、Controller (签到/光缆/故障/图片/用户模块)

前端 APP (UniApp):
- 新增 portal/checkin/trunk/cable/fault-list/fault-detail/fault-add/trunk-search/route-plan 9个页面
- 新增 permission/checkin/trunk 服务层
- 新增 navigation/watermark 工具函数

后台管理前端 (ZR.Vue):
- 新增光缆管理/干线故障管理/签到记录管理/用户模块权限 4个管理页面
- 新增对应 API 模块和表单组件
2026-03-04 14:08:48 +08:00
zpc
13d10f4f9b 21 2026-03-04 11:04:07 +08:00
zpc
80f1d42f84 21 2026-03-04 09:22:48 +08:00
zpc
3257099db1 feat: complete Flutter to UniApp rewrite 2026-03-03 11:47:35 +08:00
zpc
3cd14f7408 21 2026-03-02 18:25:47 +08:00