Skip to content
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] 010 전문의가 확인하는 환자 차트 작성 페이지(신규 환자 등록)를 구현한다. #21

Merged
merged 8 commits into from
Sep 30, 2023

Conversation

osohyun0224
Copy link
Member

☑️ Describe your changes

010에 해당하는 전문의가 확인하는 환자 차트 작성 페이지(신규 환자 등록)를 구현했습니다.

  • 날짜 선택 캘린더 컴포넌트 구현( 눈물난다 진짜)
  • 전문의 차트 컴포넌트 구현
  • 전문의가 확인하는 환자 차트 작성 페이지 구현

📷 Screenshot

image

🔗 Issue number and link

#19 #11

@vercel
Copy link

vercel bot commented Sep 30, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
rehab-frontend ✅ Ready (Inspect) Visit Preview 💬 Add feedback Sep 30, 2023 10:37am

Copy link
Contributor

@PortalCube PortalCube left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

고생하셨습니다!! 🌟

@@ -16,16 +16,17 @@
"classnames": "^2.3.2",
"dayjs": "^1.11.10",
"js-cookie": "^3.0.5",
"moment": "^2.29.4",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

moment 혹시 어떤 코드에서 쓰고 계신가요...?

지금 커밋에서는 쓰고 있는 코드가 안보여서요!

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

캘린더 구현할 때 @mui/x-date-pickers 사용하다가 같이 설치했는데 삭제할 때 같이 지우는 걸 잊은 것 같습니다ㅠㅠ 다음 커밋 때 설치 삭제 하겠습니다 !

value={date}
onChange={handleChangeCalendar}
/>
</CalendarModal>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

와우.. 사실 여기 부분은 <input type="date"/> 로 구현하는걸 생각하고 있었는데 손수 구현해놓으셨네요 ㅋㅋㅋ
진짜 고생하셨습니다...

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

크흑흑 이거 앞으로도 많이 써먹어야져... 눈물

@osohyun0224 osohyun0224 merged commit 9a8cd6c into sync-without-async:master Sep 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🔨 feature 기능 추가 💻 frontend 프론트엔드 📱 ui UI 구현
Projects
Development

Successfully merging this pull request may close these issues.

2 participants