-
Notifications
You must be signed in to change notification settings - Fork 1
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
[Sprint 1] 거래 내역을 추가 및 수정하는 모달에 대한 UI 구현 #5 #42
Merged
Merged
Conversation
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
* 특정 거래내역 클릭시 해당 내역을 모달창으로 띄우기 위한 상태관리 변경 핸들러를 추가했습니다.
* 전역으로 관리하는 모달상태를 기반으로 해당하는 거래내역을 렌더링합니다. * 현재 UI만 구현된 상태이고, 삭제 및 수정과 같은 이벤트 핸들러는 미구현 상태입니다.
* 거래내역 관련 모달 중 업데이트 및 삭제를 할 수 있는 모달에 대해서 컴포넌트명을 update가 들어가도록 수정했습니다. * form 컴포넌트의 경우 필요한 핸들러들을 상위요소에서 props로 내려받도록 수정했습니다. * form의 수정버튼의 type 속성을 update로 변경했습니다.
jhLim97
changed the title
[Sprint 1] 거래 내역을 추가 및 수정하는 모달에 대한 UI 구현
[Sprint 1] 거래 내역을 추가 및 수정하는 모달에 대한 UI 구현 #5
Feb 5, 2022
거래내역 수정 및 삭제 API 연동 시 입력 값에 대한 검증로직 및 요구되는 input이 다 채워졌을 경우에만 수정 버튼이 활성화되도록 하고 그에 대한 테스트 코드 작성이 필요해 보입니다. |
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.
PC 버전
모바일 버전(iPhone SE)
구현한 내용
어려웠던 점 및 해결한 방향
추가상식
(getByRole('form') should work without "name" attribute testing-library/dom-testing-library#937)
체크리스트
console.log
지우고 올리기(TODO 익스텐션 제외)