Lxy
fbd205dbd1
feat: add database optimization and migration scripts
3 weeks ago
Lxy
6c8511f7e8
feat: standardize backend API with unified response and Swagger
...
- 完善 HttpStatus 添加业务错误码常量(用户/权限/数据/系统/文件/业务模块)
- 完善 BaseController 添加 success(Object data) 方法
- 完善 TableDataInfo 添加 long 类型和带状态码的构造函数
- 增强 GlobalExceptionHandler 添加更多异常处理(参数缺失/解析失败/资源未找到)
- 优化 SwaggerConfig 添加多模块分组支持(系统/监控/图书/股票)
- 为 SysUserController 和 AccountController 添加完整的 Swagger 注解
3 weeks ago
Lxy
f4b034970b
feat(ruoyi-ui-next): complete testing and optimization
...
- Fix 48 TypeScript errors across all view and component files
- Fix SCSS :global syntax causing build failures
- Update vite.config.ts port to 5173
- Add global type declarations for missing modules
- Fix API response type access patterns (res.data.rows)
- Fix Element Plus component type mismatches
- Update README with project documentation
- Run Prettier code formatting
3 weeks ago
Lxy
b6dbf000e0
feat: migrate business modules to Vue3
...
- Migrate system management pages: user, role, menu, dept, dict, notice, post, config
- Migrate booksystem pages: account, book, statistics, operations
- Migrate stocksystem pages: stocks, trends, stockindex, stockbasic
- Create corresponding API modules with TypeScript types
- Update router configuration with all module routes
- Add permission control (v-hasPermi directive) to all pages
3 weeks ago
Lxy
b77957c16e
feat: migrate core components to Vue3 + Composition API
3 weeks ago
Lxy
90ac382237
feat: implement dashboard and heatmap with ECharts
3 weeks ago
Lxy
2eb6a4444e
feat: setup core architecture (router, pinia, axios, permission)
...
- Vue Router 4 with navigation guards and dynamic route loading
- Pinia stores for user, permission, and app state management
- Axios API layer with request/response interceptors
- Permission control (v-hasPermi, v-hasRole directives)
- Utility functions (auth, validate, permission)
- Layout component with sidebar, navbar, and breadcrumbs
- Error pages (401, 404) and redirect view
- Login API integration with user store
3 weeks ago
Lxy
6762d22d8e
feat: implement dark theme with Element Plus
3 weeks ago
Lxy
aaeba22f66
feat: initialize Vue3 + Vite + TypeScript project
3 weeks ago
Lxy
1c7d266b7f
chore: mark all tasks complete for refactor-architecture-analysis
...
All 7 architecture documents completed:
- frontend-architecture.md (8 issues)
- backend-architecture.md (8 issues)
- api-interaction-spec.md (10 issues, 182 APIs)
- database-structure.md (10 issues, 49 tables)
- architecture-overview.md
- optimization-suggestions.md (36 recommendations)
- README.md
3 weeks ago
Lxy
648b977c1c
docs: complete RuoYi-Vue architecture analysis
...
- Add frontend architecture analysis (8 issues identified)
- Add backend architecture analysis (8 issues including fastjson vulnerability)
- Add API interaction specification (182 APIs documented, 10 issues)
- Add database structure analysis (49 tables, 10 issues)
- Add architecture overview with system diagram
- Add optimization suggestions (36 recommendations: P0:7, P1:11, P2:18)
- Add README index for all architecture documents
3 weeks ago
laixingyu
27cf8f5964
fix: 修改交易记录相关界面
3 years ago
laixingyu
97d8f7ecee
fix: 增加记账系统
3 years ago
laixingyu
b747888f23
fix: 增加记账系统
3 years ago
windsdreamer
1b21136467
迁移分支
4 years ago
windsdreamer
42b94c1c7a
迁移工程初始化
4 years ago
Lxy
fee0627386
Initial commit
4 years ago