Skip to content

v0.4.4

Latest

Choose a tag to compare

@MZC-CSC MZC-CSC released this 14 Nov 04:36
· 31 commits to main since this release
b58be6f

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 component
  • front/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

  1. 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

  1. Tooltip Information

    • Added version tooltips for better information visibility
    • Added error tooltips for failed migration attempts
    • Improved user feedback
  2. Table Organization

    • Added numbering field for easier reference
    • Better table structure and organization

Bug Fixes

  1. 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