Skip to content
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

Merged
merged 17 commits into from
Jan 23, 2025
Merged

Conversation

wjdrjs00
Copy link
Collaborator

Related issue 🛠

Work Description ✏️

  • 홈 화면 api 연결 완료
  • 이름, 학교 api 연결
  • 한번만 참여 가능 모임 api 연결
  • 매주 참여 가능 모임 api 연결
  • 가까운 그룹 api 연결
  • 시간표 조회 api 연결
  • 시간표 SharedPreferences 저장 로직 구현

Screenshot 📸

home1.mp4

Uncompleted Tasks 😅

To Reviewers 📢

  • 드디어 모든 연결 완료했습니다~!

…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

# 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
@wjdrjs00 wjdrjs00 added ✨ Feat 새로운 ui 또는 기능 구현 🐶 대현 labels Jan 23, 2025
@wjdrjs00 wjdrjs00 self-assigned this Jan 23, 2025
category = category,
groupType = groupType,
groupTitle = groupTitle,
weekDay = weekDay ?: "",

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 ?: "",

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",

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

이건 뭐에요...?

Copy link
Collaborator

@MinseoSONG MinseoSONG left a 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",
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[3]: contentDescription = null ㅋㅋ

@wjdrjs00 wjdrjs00 merged commit cb71271 into develop Jan 23, 2025
1 check passed
@wjdrjs00 wjdrjs00 deleted the feat-#99-home-api branch January 23, 2025 21:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨ Feat 새로운 ui 또는 기능 구현 🐶 대현
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feat] "홈 화면" API를 연결합니다.
4 participants