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] #142 - 그룹명 변경 기능 구현 #143

Merged
merged 6 commits into from
Dec 13, 2021

Conversation

mini-min
Copy link
Member

@mini-min mini-min commented Dec 12, 2021

🌴 PR 요약

🌱 작업한 브랜치

🌱 작업한 내용

  • 그룹 편집 뷰, cell 라벨 클릭했을때 인식되도록 변경
  • 그룹명 변경 바텀시트 추가 -> Const에도 추가
  • 바텀 시트 데이터 전달되어서 텍스트 필드에는 값 포함되어 있는 상태로 표출
  • 기타 SwiftLint 워닝 해결

📸 스크린샷

기능 스크린샷
GIF Simulator-Screen-Recording-iPhone-12-mini-2021-12-12-at-20 47 34

📮 관련 이슈

@mini-min mini-min added Minjae 🐻‍❄️ 민재 강남1타강사 작업 P1 / Priority High 우선순위 높음 Feat 새로운 기능 구현 labels Dec 12, 2021
@mini-min mini-min self-assigned this Dec 12, 2021
Comment on lines +7 to +8
- cyclomatic_complexity
- file_length
Copy link
Member

Choose a reason for hiding this comment

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

추가할 때 다같이 한번 이야기해봐요!
저번에 제가 swift lint 같이 쓰던 팀원은 저보다 경험이 좀 더 많은데 최대한 추가하지 않으려고 하더라구요 분명 cyclomatic_complexity 도 클린코딩을 추구하면서 리펙하면 워닝을해결할 수 있을거에요..!!

file_length 는 400줄 워닝일텐데 아마 서버 로직 옮기면 400을 넘기지는 않을거에요..! 일단 여기에 추가하고 나중에 swift lint 도 만져봅시다..!

Copy link
Member Author

Choose a reason for hiding this comment

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

넵넵 알겠습니다!!

Comment on lines +189 to +193
}, completion: { _ in
if self.presentingViewController != nil {
self.dismiss(animated: false, completion: nil)
}
}
})
Copy link
Member

Choose a reason for hiding this comment

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

이것도 워닝 해결이죵? 굳입니다!

import UIKit
import IQKeyboardManagerSwift

class GroupNameEditBottomSheetViewController: CommonBottomSheetViewController, UITextFieldDelegate {
Copy link
Member

Choose a reason for hiding this comment

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

슬랙봤어여! 기디결정에 따라서 수정할수도 있을텐데 화이팅입니다!

nextVC.modalPresentationStyle = .overFullScreen
nextVC.text = cardItems[index!.row]
Copy link
Member

Choose a reason for hiding this comment

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

강제추출은 지양하는것이 좋을거 같아요!!

Copy link
Member Author

Choose a reason for hiding this comment

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

맞네욥!!! 좋은 피드백 감사합니당 ^__^

@mini-min mini-min merged commit 093b624 into TeamNADA:develop Dec 13, 2021
@mini-min mini-min deleted the feature/#142 branch December 13, 2021 09:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feat 새로운 기능 구현 Minjae 🐻‍❄️ 민재 강남1타강사 작업 P1 / Priority High 우선순위 높음
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FEAT] 그룹명 변경 기능 구현
2 participants