-
Notifications
You must be signed in to change notification settings - Fork 1
[RELEASE-20251130] #197
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
[RELEASE-20251130] #197
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
채용 공고 네비게이션 항목을 비활성화하기 위해 코드를 주석 처리하는 대신, 이미 존재하는
featureFlag를 사용하는 것이 더 깔끔하고 유지보수하기 좋은 방법입니다.featureFlag를false로 설정하면 해당 항목이 렌더링되지 않도록 로직이 이미 일부 구현되어 있습니다. 이렇게 하면 기능을 다시 활성화할 때 주석을 해제하는 대신 플래그 값만 변경하면 되므로 실수를 줄일 수 있습니다.(참고: 현재 모바일 메뉴에서는
featureFlag가 적용되지 않는 버그가 있어, 이 방법을 사용하려면 해당 버그 수정이 선행되어야 합니다. 이 내용은 종합 의견에도 남겼습니다.)