[Refactors] 검색조건 활성화 시 데이터 생성 및 사용자 추가 제어 로직 개선#92
Open
hsssr wants to merge 1 commit into
Open
Conversation
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.
📌 작업 내용
🛠️ 작업 사항 상세
🗂 변경된 파일
📸 스크린샷
✅테스트 및 검증 사항
기본 렌더링 및 UI 테스트
✔️ 검색 조건이 적용된 경우, 생성 버튼과 사용자 추가 버튼이 비활성화된다.
✔️ 검색 조건 활성 상태에서는 경고 메시지(*데이터를 생성하려면...)가 화면에 표시된다.
✔️ "검색 초기화" 버튼 클릭 시 생성 관련 버튼들이 다시 활성화된다.
✔️ 3개의 입력란(이름, 나이, 이메일)의 빈값이 들어가도 생성 관련 버튼들이 비활성화되지 않는다.
페이지 이동 및 상태 초기화 테스트
✔️ 검색 시 페이지가 항상 첫 페이지(0)로 이동된다.
✔️ "검색 초기화" 버튼 클릭 시 첫 페이지(0)로 이동된다.
✔️ "초기화" 버튼 클릭 시 name, email, age(query value & input value) 입력 값이 전부 초기화된다.