-
Notifications
You must be signed in to change notification settings - Fork 0
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
merge :: 자습실 목록 보기 기능 구현 #157
Conversation
…-Application-List-UI
} | ||
|
||
.navigationTitle("자습실 신청") |
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.
의문의 공백이 있어요
@ViewBuilder | ||
func studyRoomListCellView(name: String, | ||
floor: Int, | ||
inUseHeadcount: Int, | ||
totalAvailableSeat: Int, | ||
availableGrade: Int, | ||
availableSex: String) -> some View { | ||
ZStack { |
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.
스타일 가이드랑 맞지 않아요
Color.System.surface | ||
.cornerRadius(6) | ||
VStack(alignment: .leading, spacing: 18) { |
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.
공백 넣어주세요
@@ -0,0 +1,57 @@ | |||
import BaseFeature | |||
import Moya |
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.
Moya import 지워주세요
case all = "남녀" | ||
case male = "남자" | ||
case female = "여자" |
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.
아니.. api는 ALL MALE FEMALE로 오는데 rawValue값을 바꿔버리면..
availableGrade: Int, | ||
availableSex: AvailableSexType, | ||
availableSex: String, | ||
inUseHeadcount: Int, |
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.
아니..
public let name: String | ||
public let availableGrade: Int | ||
public let availableSex: AvailableSexType | ||
public let availableSex: String | ||
public let inUseHeadcount: Int |
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.
아아니...
개요
자습실 목록 보기 기능 구현
작업사항
자습실 목록 보기 기능 구현
UI