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: 세부 기록(심박수, 페이스, 칼로리) 작성 구현합니다. #72

Merged
merged 14 commits into from
Aug 2, 2024

Conversation

wokbjso
Copy link
Member

@wokbjso wokbjso commented Jul 31, 2024

🤔 어떤 문제가 발생했나요?

🎉 어떻게 해결했나요?

  • 심박수, 페이스, 칼로리를 작성하는 세부 기록 기능을 구현합니다.

📷 이미지 첨부 (Option)

default.mp4

⚠️ 유의할 점! (Option)

  • 우선 다른 부분들과 통일되게 일단은 setValue를 사용하였는데, 해당 필드들은 직접 값을 입력할 수 있어서 register 사용이 가능하긴 할 것 같습니다. 우선 register를 활용하려면 text-field 컴포넌트를 수정해야해서 아직 진행하지는 않았고, setValue보다 register 사용이 성능상 더 낫다면 추후 리팩토링 진행 할 예정입니다.

  • 또한 준영님께서 예전에 watch 메소드를 사용 시 많은 리렌더링 issue가 발생한 경험을 공유해주셨는데, 저도 한번 알아보고 시간날 때 현재 watch를 사용하고 있는 부분들 중 수정할 수 있는 부분들은 수정해 나가려고 합니다!

@king2dwellsang king2dwellsang added feat # Add feature Review Plz🙏 # Review is not yet complete labels Jul 31, 2024
Copy link
Member

@Jungjjeong Jungjjeong left a comment

Choose a reason for hiding this comment

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

👍

@@ -30,6 +30,7 @@ interface SubInfoProps {
}

//Todo: null 타입 제거
//Todo: watch의 성능 이슈 고민
Copy link
Member

Choose a reason for hiding this comment

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

👍👍👍

@king2dwellsang king2dwellsang added Approved 🆗 # Review is completed and removed Review Plz🙏 # Review is not yet complete labels Aug 2, 2024
@wokbjso wokbjso merged commit 0b25ceb into feat/record-equipment Aug 2, 2024
1 check passed
@wokbjso wokbjso deleted the feat/record-sub-info branch August 2, 2024 03:42
@wokbjso wokbjso restored the feat/record-sub-info branch August 2, 2024 07:46
@wokbjso wokbjso deleted the feat/record-sub-info branch September 11, 2024 15:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Approved 🆗 # Review is completed feat # Add feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants