-
Notifications
You must be signed in to change notification settings - Fork 2
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] 마이페이지 > 모집 중인 모임 기능 구현 #222
Conversation
let date = DateFormatter().then { | ||
$0.dateFormat = "yyyy-MM-dd HH:mm:ss" | ||
$0.locale = Locale(identifier: "ko_KR") | ||
}.date(from: time) ?? Date() |
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.
[단순 의견] 해당 DateFormatter()가 다른 곳에서도 많이 쓰이는데, 따로 Extension으로 빼서 사용하는 건 어떻게 생각하시나요?
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.
너무 좋은 것 같습니다 이건 따로 이슈로 작성해서 올릴게요!
} | ||
} | ||
|
||
struct Application: Codable { |
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.
Application이라는 녀석이 Profile을 얘기하는 건가요?
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.
만약 그렇다면, Application보다는 UserProfile을 쓰는 건 어떤가요?
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.
Application은 모임의 지원서를 의미합니다! 음 Profile과는 다른 의미라고 생각됩니다.
Conflicts: PLUB.xcodeproj/project.pbxproj
📌 PR 요약
마이페이지 > 모집 중인 모임 기능 구현
🌱 작업한 내용
🌱 PR 포인트
CustomAlertView
📸 스크린샷
RPReplay_Final1679149476.MP4
RPReplay_Final1679175419.MP4
📮 관련 이슈