Skip to content

[Fix] #111 - 1차 QA 반영#122

Merged
L-j-h-c merged 12 commits intoTeamRecorDream:developfrom
L-j-h-c:feature/#111-token
Jan 15, 2023
Merged

[Fix] #111 - 1차 QA 반영#122
L-j-h-c merged 12 commits intoTeamRecorDream:developfrom
L-j-h-c:feature/#111-token

Conversation

@L-j-h-c
Copy link
Copy Markdown
Contributor

@L-j-h-c L-j-h-c commented Jan 13, 2023

👻 작업한 내용

🎤 PR Point

공통

  • Token 갱신 로직 수정 -> 명세서 상 만료 토큰이 406으로 바뀐 것 반영
  • 탭바 shadow 밝기 수정

작성하기, 수정하기

  • 제목 25자 제한 기능 구현
  • 제목 없는 경우 토스트 띄우기
  • 재녹음 알러트 뜨는 이슈 해결
  • 기록하기 이후 상세보기로 이동
  • 기록하기 녹음 및 날짜 선택 레이아웃 조절
  • 노트 텍스트뷰 탭 시 스크롤 액션
  • 장르 4개 이상 선택할 때 경고 라벨 띄우기

마이페이지

  • 닉네임 변경 시작 시 초기 텍스트 유지
  • 시간 설정 뷰 누르면 설정 시트 나오도록 수정

📮 관련 이슈

@L-j-h-c L-j-h-c added feat 구현·개선 사항에 관련된 내용입니다. fix 버그를 수정합니다. labels Jan 13, 2023
@L-j-h-c L-j-h-c self-assigned this Jan 13, 2023
Copy link
Copy Markdown
Member

@EunHee-Jeong EunHee-Jeong left a comment

Choose a reason for hiding this comment

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

잘 보고 갑니다 !! QA 리스트 은근 많았는데 넘 수고하셨어욤 👍

@@ -437,7 +461,7 @@ extension DreamWriteVC {
private func dismissVoiceRecordView() {
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

dismiss를 직접 구현한거는 첨 보는데 신기하네유...

Comment on lines +211 to +214
recordView.dismiss.subscribe(onNext: { [weak self] in
guard let self = self else { return }
self.dismissVoiceRecordView()
}).disposed(by: self.disposeBag)
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

여기서 쓰려고 위에서 Observable들을 먹여준거였군...

@L-j-h-c L-j-h-c merged commit 4c4723b into TeamRecorDream:develop Jan 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

feat 구현·개선 사항에 관련된 내용입니다. fix 버그를 수정합니다.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Feat] 작성하기 뷰 글자수 제한하기 + 1차 QA

2 participants