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

[온보딩] 최종qa 스타일 & step04 날짜 연속 수정 시 오류 해결 & 아이폰 공유하기 시 텍스트 같이 복사 해결 #465

Merged
merged 8 commits into from
Mar 11, 2024

Conversation

ExceptAnyone
Copy link
Member

이슈 넘버

구현 사항

  • 썸네일 아래쪽 짤리는 현상
  • 공유하기 클릭 시 텍스트도 같이 복사됨
  • 모든 기본 텍스트에 블랙적용
  • 공유하기 클릭 시 텍스트 같이 복사되는 문제 해결
  • step04에서 날짜 연속 수정 시 invalid time value가 뜨던 문제 해결

Need Review

  • ~ 부분 이렇게 구현했어요, 피드백 부탁해요!

대부분 스타일 적인 부분입니다.

지난번 모각작에서 TL님이 step04에서 날짜를 연속 수정했을 때 오류가 뜬다는 에러를 하나 캐치해주셨는데요.

어떻게 해결할까 고민하다가 여러 경우의 수가 있다는 점을 알게되었습니다.

  1. 날짜 선택 후 바로 다시 날짜 수정
  2. 날짜 선택 후 시간 선택
  3. 시간 선택 후 바로 다시 시간 수정
  4. 시간 선택 후 날짜 선택

이 경우의 수를 대비하기 위해, 위 경우를 배열로 만들고, some 메서드를 활용해서 해결했습니다 뿌듯 ㅎ

📸 스크린샷

Reference

@ExceptAnyone ExceptAnyone added fix 🛠️ Something isn't working refactor ⚙️ 개선 사항 style🎨 작은 사항 수정 및 style 코드 작성 labels Mar 9, 2024
@ExceptAnyone ExceptAnyone self-assigned this Mar 9, 2024
Copy link

github-actions bot commented Mar 9, 2024

PR Preview Action v1.4.6
🚀 Deployed preview to https://SWEET-DEVELOPERS.github.io/sweet-client/pr-preview/pr-465/
on branch gh-pages at 2024-03-11 05:14 UTC

@ExceptAnyone ExceptAnyone merged commit 72d0b09 into develop Mar 11, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fix 🛠️ Something isn't working refactor ⚙️ 개선 사항 style🎨 작은 사항 수정 및 style 코드 작성
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants