Skip to content

[Feat/IPLC-23] 홈 api 연결#199

Merged
kimjw2003 merged 9 commits intodevelopfrom
feat/IPLC-23-홈-API-연결
Jan 29, 2026

Hidden character warning

The head ref may contain hidden characters: "feat/IPLC-23-\ud648-API-\uc5f0\uacb0"
Merged

[Feat/IPLC-23] 홈 api 연결#199
kimjw2003 merged 9 commits intodevelopfrom
feat/IPLC-23-홈-API-연결

Conversation

@kimjw2003
Copy link
Copy Markdown
Collaborator

Work Description ✏️

  • 홈화면 api 연결
  • api 수정됨에 맞춰 dto 및 model 수정

Screenshot 📸

2026-01-28.11.32.12.mov

To Reviewers 📢

@kimjw2003 kimjw2003 self-assigned this Jan 28, 2026
@kimjw2003 kimjw2003 added 💻 API 연결 서버 통신 작업 😎 종우 labels Jan 28, 2026
Copy link
Copy Markdown
Collaborator

@jyvnee jyvnee left a comment

Choose a reason for hiding this comment

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

수고햇슴~

}

override suspend fun getPreCertMonth(year: Int, month: Int): Result<List<Int>> {
return runCatching {
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

[2]: 왜 safeApiCall 안 쓰고 runCatching 쓰셨나요

) {
Image(
painter = painterResource(R.drawable.img_logo_black),
painter = painterResource(R.drawable.image_logo_black),
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

[1] 이거 이름 img_logo_black으로 해야 하는거 아닌가요

Comment on lines +4 to +9
return if (this.toString().length == 1) {
"0$this"
} else {
this.toString()
}
}
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

[3] 이거 길이 체크 안 해도 this.toString().padStart(2, '0') 이렇게 하거나 "%02d".format(this) 이렇게 써도 되지 않나여?

Comment on lines +21 to +27
fun String.dateString(): String {
return if (this.length == 1) {
"0$this"
} else {
this
}
}
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

[3] 이것도 this.padStart(2, '0') 이거 쓸 수 있을 것 같은뎀

@kimjw2003 kimjw2003 merged commit 6be374b into develop Jan 29, 2026
1 check passed
@kimjw2003 kimjw2003 deleted the feat/IPLC-23-홈-API-연결 branch January 29, 2026 12:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

💻 API 연결 서버 통신 작업 😎 종우

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants