-
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
[Feat/#99] "홈 화면" API를 연결합니다. #106
Conversation
…ID-GONGBAEK into feat-#99-home-api # Conflicts: # app/src/main/java/com/sopt/gongbaek/di/UseCaseModule.kt
…ID-GONGBAEK into feat-#99-home-api
…ID-GONGBAEK into feat-#99-home-api # Conflicts: # app/src/main/java/com/sopt/gongbaek/data/remote/datasource/GroupRemoteDataSource.kt # app/src/main/java/com/sopt/gongbaek/data/remote/datasourceimpl/GroupRemoteDataSourceImpl.kt # app/src/main/java/com/sopt/gongbaek/data/remote/service/GroupService.kt # app/src/main/java/com/sopt/gongbaek/data/repositoryimpl/GroupRepositoryImpl.kt # app/src/main/java/com/sopt/gongbaek/di/UseCaseModule.kt # app/src/main/java/com/sopt/gongbaek/domain/repository/GroupRepository.kt # app/src/main/java/com/sopt/gongbaek/presentation/util/timetable/NearestGroupFormatSchedule.kt
category = category, | ||
groupType = groupType, | ||
groupTitle = groupTitle, | ||
weekDay = weekDay ?: "", |
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.
weekDay 가 null 일 수가 없어요 죄송합니다.....
nickname = nickname, | ||
groupType = groupType, | ||
groupTitle = groupTitle, | ||
weekDay = weekDay ?: "", |
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.
정말 죄송합니다... weekDay는 null 일 수가 없어요..
Box { | ||
Image( | ||
painter = painterResource(selectedImageResId), | ||
contentDescription = "null", |
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.
굿
weekDay만 전체적으로 수정하면 될 듯용
Box { | ||
Image( | ||
painter = painterResource(selectedImageResId), | ||
contentDescription = "null", |
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.
[3]: contentDescription = null ㅋㅋ
Related issue 🛠
Work Description ✏️
Screenshot 📸
home1.mp4
Uncompleted Tasks 😅
To Reviewers 📢