cm-butterfly v0.4.4 Release Notes
Notes
- This release focuses on software migration tracking improvements
- Software migration table now uses real API integration instead of mock data
- Better user experience with tooltips and numbering
Overview
This release focuses on software migration tracking improvements and API integration. The main changes include:
- Software Migration Table: Enhanced table with tooltips, numbering, and API integration
- API Integration: Fixed software migration status API calls to use real data instead of mock data
- User Experience: Improved visibility of version and error information
Core Features
1. Software Migration Table Enhancements
Description: Improved software migration tracking table with better information display, tooltips, and real API integration.
Key Features:
- Version and Error Tooltips: Added tooltips for version and error information
- Hover tooltips showing detailed version information
- Error tooltips for failed migration attempts
- Better visibility of critical information
- Real-time data from API instead of mock data
- Number Field: Added numbering field to software migration table
- Sequential numbering for easier reference
- Improved table organization
- Better tracking of migration items
- API Integration: Replaced mock data with real API calls
- Proper API endpoint usage for software migration status
- Real-time data fetching
- Correct parameter passing
- Improved error handling
Files Changed:
front/src/widgets/workflow/workflows/workflowHistory/ui/SoftwareMigrationTable.vue- Software migration table componentfront/src/entities/workflow/api/index.ts- API hooks
Related Commits:
d5069d6- feat: sw migration 테이블에 version, error 툴팁 추가05af356- chore: sw migration 테이블에 번호 필드 추가f15b1e5- fix: sw migtation status API 제대로 호출하도록 수정
Related Pull Requests:
- PR #78 - SW migration 테이블 개선
Additional Improvements
API Integration
- Software Migration Status API
- Fixed incorrect API calls for software migration status
- Proper endpoint usage
- Correct parameter handling
- Replaced mock data with real API integration
- Commit:
f15b1e5- fix: sw migtation status API 제대로 호출하도록 수정
User Experience
-
Tooltip Information
- Added version tooltips for better information visibility
- Added error tooltips for failed migration attempts
- Improved user feedback
-
Table Organization
- Added numbering field for easier reference
- Better table structure and organization
Bug Fixes
- Software Migration Status API
- Fixed incorrect API calls for software migration status
- Proper endpoint usage
- Correct parameter passing
- Replaced mock data implementation with real API calls
- Commit:
f15b1e5- fix: sw migtation status API 제대로 호출하도록 수정
Dependencies
No major dependency updates in this release.
Related Pull Requests
- PR #78 - SW migration 테이블 개선
- Software migration table enhancements
- API integration fixes
- Tooltip and numbering additions
Full Changelog: v0.4.3...v0.4.4