Skip to content

Conversation

@MZC-CSC
Copy link
Member

@MZC-CSC MZC-CSC commented Nov 10, 2025

Image Search 기능 보완 및 편의성 개선

dogfootman and others added 13 commits July 27, 2025 02:28
- Improve error handling in commonAPIPost and commonAPIPostWithoutRetry functions to provide more specific alerts for various HTTP status codes (404, 401, 403, 500).
- Update getMciList, getMci, and getMciVm functions to return empty arrays or null for 404 errors, ensuring smoother user experience when no data is found.
- Add network error handling to alert users about connection issues.
- Add showToast() utility function in common/util.js
- Replace all alert() calls with showToast() in http.js
- Show error messages as toast notifications instead of redirecting to login
- Only 401 errors redirect to login page, other errors show toast
- Improve user experience by keeping users on current page
- Create doc/fix directory for fix documentation
- Document API error toast implementation
…mapping

- Create bug list documentation to track unresolved issues related to workspace deletion and IAM Manager API.
- Document the fix for workspace project mapping logic to prevent 500 errors during project selection.
- Improve API error handling by replacing alert messages with toast notifications for better user experience.
api request 실패 시 메시지 변경
- Add detailed bug reports for login and workspace session issues.
- Document the addition of the SPEC NAME column in server recommendation tables.
- Improve validation checks for PMK and NodeGroup deletion processes.
- Remove readonly attribute from OS Architecture fields to allow user input.
- Update image recommendation modals to include spec information and improve user experience with toast notifications for error handling.
Workload 생성관련 고도화
- Simplified parameter structure for API calls in getRecommendImageInfoPmk function.
- Added maxResults parameter to limit the number of results returned.
- Made osType an optional parameter, ensuring it is only included if provided.
- Improved code readability by clarifying comments and organizing parameter assignments.
@MZC-CSC MZC-CSC merged commit 1141705 into m-cmp:main Nov 10, 2025
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants