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

Refactor/#555 프로젝트 동의를 구하는 모달을 confirmModal로 리팩터링 #556

Merged
merged 10 commits into from
Apr 7, 2024

Conversation

ukkodeveloper
Copy link
Collaborator

📝작업 내용

프로젝트 동의를 구하는 모달을 confirmModal로 리팩터링했습니다.

  • 내 파트 등록하기
  • 회원 탈퇴하기
  • 내 파트 삭제하기

💬리뷰 참고사항

  • [FEAT] confirm 모달 구현하기 #550 의 추가 작업 입니다.
  • 로그인 관련된 모달들은 에러 바운더리하면서 수정해야할 것 같아요. 어느 곳에서 로그인 모달을 띄워줘야하는지 같이 논의 후에 적용합시다!

#️⃣연관된 이슈

close #555

@ukkodeveloper ukkodeveloper added [ 🌞 FE ] 프론트엔드 크루들의 빛나는 개발 이야기 하나둘셋 호! 🔨 Refactor 꾸준한 개선이 더 나은 애플리케이션을 만든다 labels Nov 29, 2023
@ukkodeveloper ukkodeveloper self-assigned this Nov 29, 2023
Copy link

Unit Test Results

  98 files    98 suites   10s ⏱️
390 tests 389 ✔️ 1 💤 0
395 runs  394 ✔️ 1 💤 0

Results for commit 5974c02.

Copy link
Collaborator

@Creative-Lee Creative-Lee left a comment

Choose a reason for hiding this comment

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

토스 슬래시 진유림님 영상 보고 우코가 한 말의 의도를 더 명확하게 이해하게 되었습니다!
좋은 인사이트 감사합니다~
고생했어용


await deleteMemberPart();
if (isConfirmed) {
if (!hideMyPart) return;
Copy link
Collaborator

Choose a reason for hiding this comment

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

마이파트 관련 긴급 수정 하면서 추가된 함수 props 이네용
💬 요거 if문 한 줄로 줄여지지 않나용?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

  • isConfirmed : 유저 인터렉션을 통한 조건
  • hideMyPart: optional 데이터 타입가드
    이렇게 조건문의 맥락이 다르기 때문에 나눴어요.

Copy link
Collaborator

Choose a reason for hiding this comment

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

아항 오케이 굿입니다 ㅎ

@cruelladevil cruelladevil merged commit ea7a498 into main Apr 7, 2024
1 of 2 checks passed
@cruelladevil cruelladevil deleted the refactor/#555 branch April 7, 2024 14:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
[ 🌞 FE ] 프론트엔드 크루들의 빛나는 개발 이야기 하나둘셋 호! 🔨 Refactor 꾸준한 개선이 더 나은 애플리케이션을 만든다
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

[REFACTOR] confirm 모달로 기존 모달 코드 대체하기
3 participants