-
Notifications
You must be signed in to change notification settings - Fork 1
✨[feat]: 멤버 출석 현황 및 일정표 화면 구현 #49
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]: 멤버 출석 현황 및 일정표 화면 구현 #49
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.
@honghoker 바쁘신데 하시느라 수고 하셨습니다 코멘트 단거 보고 확인 하시고 수정 해주시고 알려주시면 머지 부탁 드릴께요!
|
||
# End of https://www.toptal.com/developers/gitignore/api/xcode,swift | ||
# Projects | ||
*.xcodeproj |
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.
제가 중복 해놓은거 수정해놓으셨네요 감사합니다!
@honghoker
|
||
@Reducer | ||
public struct MemberMain { | ||
public init() {} | ||
|
||
@ObservableState | ||
public struct State: Equatable { | ||
|
||
@Shared(.appStorage("UserUID")) var userUid: String = "" |
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.
@honghoker 이거에 맞춰 모델을 하나 만드는거 어떨까요 ??
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.
안그래도 유저 모델 하나 만드는게 좋다고 생각하고 있습니다.
급한 작업들 쳐내고 한번 개선해보시죠~!
VStack(alignment: .leading, spacing: .zero) { | ||
navigationBar | ||
|
||
ScrollView { |
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.
@honghoker 스크롤바 히든 걸어주셨으면 합니다!
} | ||
} | ||
|
||
struct CustomAlert: View { |
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.
@honghoker 이야 커스텀 알럿 멋집니다 !
@honghoker 따로 이슈가 없으니 머지 해주셔도 될거 같습니다 |
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.
👍
* 🔥[del]: 중복 .gitignore 파일 삭제 및 캐시 삭제 * ✨[feat]: 멤버 - 출석 현황 화면 구현 #28 * ✨[feat]: 멤버 - 출석 현황 터치 시 표시되는 Alert 컴포넌트 추가 #28 * ➕[add]: 일정표 관련 이미지 에셋 추가 #30 * ✨[feat]: 출석 조회와 관련된 response model 추가 #30 * ✨[feat]: 일정표 목록 컴포넌트 추가 #30 * ♻️[refactor]: AttendanceCard 경고 아이콘 표시 여부 로직을 컴포넌트 외부로 분리 * ✨[feat]: 일정표 목록 UI 구현 #30 * 🐛[fix]: 멤버 메인 화면 스크롤바 숨김 처리
* 🔥[del]: 중복 .gitignore 파일 삭제 및 캐시 삭제 * ✨[feat]: 멤버 - 출석 현황 화면 구현 #28 * ✨[feat]: 멤버 - 출석 현황 터치 시 표시되는 Alert 컴포넌트 추가 #28 * ➕[add]: 일정표 관련 이미지 에셋 추가 #30 * ✨[feat]: 출석 조회와 관련된 response model 추가 #30 * ✨[feat]: 일정표 목록 컴포넌트 추가 #30 * ♻️[refactor]: AttendanceCard 경고 아이콘 표시 여부 로직을 컴포넌트 외부로 분리 * ✨[feat]: 일정표 목록 UI 구현 #30 * 🐛[fix]: 멤버 메인 화면 스크롤바 숨김 처리
ISSUE
작업 내역
UI
설정
스크린샷
참고사항
작업이 꽤나 많이 늦어졌습니다.. 🥲
이제 API 연동 관련돼서 해야할 것들이 많네요! 화이팅 화이팅입니다~!