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/#138] 탐색 뷰 피드 조회 API 연결 #142

Merged
merged 7 commits into from
Jan 23, 2025

Conversation

Hyobeen-Park
Copy link
Collaborator

Related issue 🛠

Work Description ✏️

  • 탐색 뷰 피드 조회 API 연결

Screenshot 📸

Uncompleted Tasks 😅

N/A

To Reviewers 📢

@Hyobeen-Park Hyobeen-Park added ❤️효빈❤️ ❤️효빈❤️ FEAT✨ 새로운 기능 구현 labels Jan 23, 2025
@Hyobeen-Park Hyobeen-Park self-assigned this Jan 23, 2025
@Hyobeen-Park Hyobeen-Park requested a review from a team as a code owner January 23, 2025 01:31
Copy link
Member

@Roel4990 Roel4990 left a comment

Choose a reason for hiding this comment

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

LGTM~🚀🚀🚀

Copy link
Member

@chattymin chattymin left a comment

Choose a reason for hiding this comment

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

굿!!

Copy link
Collaborator

@angryPodo angryPodo left a comment

Choose a reason for hiding this comment

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

LGTM~🚀

…-api

# Conflicts:
#	app/src/main/java/com/spoony/spoony/data/di/DataSourceModule.kt
#	app/src/main/java/com/spoony/spoony/data/di/ServiceModule.kt
Copy link
Member

@thingineeer thingineeer left a comment

Choose a reason for hiding this comment

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

굿 !! 최고

Comment on lines +13 to +28
@SerialName("userId")
val userId: Int,
@SerialName("userName")
val userName: String,
@SerialName("userRegion")
val userRegion: String,
@SerialName("postId")
val postId: Int,
@SerialName("title")
val title: String,
@SerialName("categoryColorResponse")
val categoryColorResponse: CategoryColorResponse,
@SerialName("zzimCount")
val zzimCount: Int,
@SerialName("createdAt")
val createdAt: String
Copy link
Member

Choose a reason for hiding this comment

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

Key Value 처럼 사용하는 건가요?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

네!! 비슷합니다ㅋㅋ

@Hyobeen-Park Hyobeen-Park merged commit b0ff1a7 into develop Jan 23, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
FEAT✨ 새로운 기능 구현 ❤️효빈❤️ ❤️효빈❤️
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FEAT] 사용자 피드 조회 API 연결
5 participants