Commit Graph

7 Commits

Author SHA1 Message Date
张翔 588493f4c9 docs: add operation log optimization implementation plan
- Break down into 8 tasks across 2 phases
- Phase 1: Short-term optimization (1-2 weeks)
- Phase 2: Mid-term optimization (1-2 months)
- Include detailed steps, code examples, and verification methods
- Estimated total time: 22 hours (3-5 working days)
2026-04-03 21:10:01 +08:00
张翔 2bdf5a6c90 docs: add operation log implementation plan
- Break down into 9 bite-sized tasks
- Follow TDD approach with tests first
- Include exact file paths and complete code
- Provide verification steps for each task
2026-04-03 19:28:48 +08:00
张翔 03a9eb73c7 docs: add operation log feature design document
- Define annotation-driven operation log recording approach
- Specify key business operations to be logged
- Outline testing and deployment strategy
- Address performance and security considerations
2026-04-03 19:26:16 +08:00
张翔 dc53a233b9 refactor(domain): 将领域模型移动到common模块
重构项目结构,将分散在各模块的领域模型统一移动到manage-common模块
更新相关依赖和引用路径
调整docker-compose配置和测试标记
添加新的Playwright测试配置
优化Dockerfile构建过程
2026-03-13 19:58:57 +08:00
张翔 fe2e4110dd feat: add system quality improvement plan and implementation 2026-03-12 18:20:50 +08:00
张翔 4366e742dc fix: correct .gitignore to not ignore source db directory 2026-03-12 12:34:56 +08:00
张翔 52c66444a5 feat: 添加系统配置、审计中心、通知中心、文件管理模块 2026-03-11 12:11:59 +08:00