Merged
Conversation
- 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.
alert에서 toast로
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Image Search 기능 보완 및 편의성 개선