-
Notifications
You must be signed in to change notification settings - Fork 4
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
[Feat/FE] 전문의의 환자 차트 등록/ 재활치료사 목록 조회 API 연결을 구현한다. #52
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
- 기존에는 텍스트 박스 중간 위치에서부터 텍스트가 입력되는 버그가 존재했습니다. - 이 버그를 수정하여 텍스트 박스 상단에서부터 입력되도록 구현하였습니다.
- 환자의 성별 정보를 차트 데이터에 담겨서 보내지도록 구현하였습니다.
- 환자의 질병분류번호 차트 데이터를 연결하였습니다.
- 환자의 생년월일과 전화번호 정보를 차트 데이터에 연결하였습니다.
- 전문의가 작성하는 진료 기록과 재활 운동 요청서 차트 데이터를 연결하였습니다.
- DateSelect 컴포넌트를 사용할 때 onChange prop을 전달하여 날짜 변경 시 chartData 상태를 업데이트하도록 구현하였습니다.
- 인증 토큰을 사용하여 registerChart 함수를 수정하였습니다.
- handleSubmit 함수에서 사용자의 인증 토큰을 userSlice의 상태에서 직접 가져와 API 요청에 사용할 수 있도록 구현하였습니다.
- 차트 등록시 전문의 본인의 아이디 차트 데이터를 연결해두었습니다.
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
👍 고생하셨습니다! |
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.
☑️ Describe your changes
📷 Screenshot
🔗 Issue number and link
#31