-
Notifications
You must be signed in to change notification settings - Fork 15
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] #170 월 계산로직 수정 및 에러 핸들링 #176
The head ref may contain hidden characters: "feat/#170-\uC6D4-\uACC4\uC0B0\uB85C\uC9C1-\uC218\uC815-\uBC0F-\uC5D0\uB7EC\uD578\uB4E4\uB9C1"
[Feat] #170 월 계산로직 수정 및 에러 핸들링 #176
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
로직이 훨씬 깔끔해졌네요..멋짐다...!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
전체적으로 에러 핸들링하는 부분 다음에 같이 이야기 나누면 좋을거같아용.
메인피처 말고 다른데서도 써가지구..
고생하셨습니다 🙌🏻
let yearDifference = history / 2 | ||
let month = (history % 2 == 0) ? 3 : 9 // 짝수 기수는 3월, 홀수 기수는 9월 시작 | ||
// 1기를 2007년으로 계산 | ||
return Date.from(year: yearDifference + 2007, month: month, day: 1) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
개월수를 서버에서 뿌려주는게 아니였군요.. !!!!
솝트 홈피에는 창립이 2008로 나오긴 하는디 ... 따로 기획한테 안물어보고 작업해도 될가요옹?
특이사항만 있는지 한번만 체크해봐도 좋을거같아여
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
굿 !! 👍🏻
🌴 PR 요약
🌱 작업한 브랜치
🌱 PR Point
📌 참고 사항
현재 MainVC에서 호출하는 api들에 에러 핸들링이 안되어 있는데 이건 어떻게 하면 좋을지 같이 이야기해 봐요!📸 스크린샷
📮 관련 이슈