-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FEAT] "간편 입력" 에서 문제 언어를 정할 수 있는 기능을 추가 (#133)
* ✨ feat: AlgorithmPool의 검색 창의 placeholder를 더 명확한 의미를 가지는 문구로 변경 * ✨ feat: 쿼리의 최대 글자 수를 300자에서 512자로 변경 * ✨ feat: 최초 설치 시 생성되는 추첨에서 한국어 문제만 결과로 나오도록 설정 * ✨ feat: 문제 언어에 대응되는 타입을 추가 * ✨ feat: 문제 언어를 고를 수 있도록 validator / 커스텀 훅에 기능을 추가 * ✨ feat: "간편 입력" 모드에서 문제 언어를 고를 수 있는 UI를 구현하고, 커스텀 훅 및 Select 컴포넌트를 연결 * ✨ feat: 쿼리 생성을 담당하는 도메인에서 문제 언어를 반영할 수 있도록 개선 * ✨ feat: 추첨 수정 모달에서도 솔브드 고급검색 페이지 참고 문구를 보여주도록 개선 - 기존에는 직접 입력을 누른 경우에만 이 문구가 보이기에, 직접 입력 메뉴를 사용하지 않는 유저는 이 팁을 발견하지 못할 수 있음 * ♻️ refactor: 한 곳에서만 쓰이는 상수를 카멜 케이스로 변경하고, SearchOperator 타입을 직접 명시적으로 사용하도록 변경 * 🧪 test: 변경된 쿼리의 최대 글자 수에 맞춰 쿼리 검증 로직의 테스트 코드를 수정 * 🧪 test: 언어 설정을 반영한 쿼리 생성 도메인 로직 테스트를 반영 * 🧪 test: 변경된 쿼리의 최대 글자 수에 맞춰 쿼리 생성 시 폼의 데이터를 검증하는 로직의 테스트 코드를 수정
- Loading branch information
Showing
18 changed files
with
167 additions
and
45 deletions.
There are no files selected for viewing
This file contains 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 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 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 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 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
9 changes: 5 additions & 4 deletions
9
components/RandomDefenseCreateMenu/SearchOperatorSelect/SearchOperatorSelect.tsx
This file contains 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 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 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 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 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 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 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
Oops, something went wrong.