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] #235 - 코칭 일기 1차 QA #236

Merged
merged 6 commits into from
Dec 10, 2024
Merged

[Feat] #235 - 코칭 일기 1차 QA #236

merged 6 commits into from
Dec 10, 2024

Conversation

cchanmi
Copy link
Member

@cchanmi cchanmi commented Dec 8, 2024

작업한 내용

  • 코칭 밑줄 기능
  • 코칭 받았던 유저에 대한 분기 처리
  • 로딩뷰 구현
  • 작성한 일기, 코칭 내용 스크롤 영역 및 스크롤 기능 테스트

PR Point

  • 이전에 첨삭에 받았던 유저일 경우 1일 1회 첨삭 기능이 제한되어서 해당 뷰 재방문시 버튼이 비활성화가 되어야 하는데, OnAppear에서 얻은 서버 통신의 결과로인해 그 과정이 일어나서 뷰가 모두 생긴 다음에 버튼 색깔이 갑자기 바뀌는 현상이 있었습니다.
  • 로딩뷰를 띄우기 전에 아예 흰색 뷰를 잠시 띄워서 버튼이 갑자기 바뀌는 현상을 일단은 방어했지만, UIKit의 생명주기처럼 SwiftUI에서도 뷰가 생기기 전에 수행해야 할 생명주기 메서드가 있는지는 더 찾아봐야 할 것 같네요...
  • 코칭 테스트를 몇 번 더 해 보았는데, 부분적인 오류들이 있는 것 같습니다.
    ex) 문장 부호 여부에 따라 밑줄이 적용 안되는 현상, 코칭 response자체에서 잘못된 타입을 내려 주는 현상
    기획과 이야기 더 나눠봐야 할 것 같습니다.

스크린샷

스크롤 기능

2024-12-08.9.33.49.mov

첨삭 테스트 (해결된 오류들 있음)

ScreenRecording_12-08-2024.21-14-13_1.MP4

관련 이슈

@cchanmi cchanmi self-assigned this Dec 8, 2024
Copy link
Contributor

@joonBaek12 joonBaek12 left a comment

Choose a reason for hiding this comment

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

고생하셨습니다~!!

@cchanmi cchanmi merged commit 209b006 into develop Dec 10, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[QA] 1차 QA
2 participants