feat(creator): 커뮤니티 섹션을 연결한다

This commit is contained in:
Yu Sung
2026-07-03 15:58:32 +09:00
parent ed6240fdd0
commit aa735b7053
5 changed files with 203 additions and 49 deletions

View File

@@ -46,6 +46,9 @@
CC01011B2FF0100000A5BBA3 /* CreatorChannelSeriesSection.swift in Sources */ = {isa = PBXBuildFile; fileRef = CC01001B2FF0100000A5BBA3 /* CreatorChannelSeriesSection.swift */; }; CC01011B2FF0100000A5BBA3 /* CreatorChannelSeriesSection.swift in Sources */ = {isa = PBXBuildFile; fileRef = CC01001B2FF0100000A5BBA3 /* CreatorChannelSeriesSection.swift */; };
CC01021B2FF0100000A5BBA3 /* CreatorChannelSeriesSection.swift in Sources */ = {isa = PBXBuildFile; fileRef = CC01001B2FF0100000A5BBA3 /* CreatorChannelSeriesSection.swift */; }; CC01021B2FF0100000A5BBA3 /* CreatorChannelSeriesSection.swift in Sources */ = {isa = PBXBuildFile; fileRef = CC01001B2FF0100000A5BBA3 /* CreatorChannelSeriesSection.swift */; };
CC01031B2FF0100000A5BBA3 /* CreatorChannelSeriesSection.swift in Sources */ = {isa = PBXBuildFile; fileRef = CC01001B2FF0100000A5BBA3 /* CreatorChannelSeriesSection.swift */; }; CC01031B2FF0100000A5BBA3 /* CreatorChannelSeriesSection.swift in Sources */ = {isa = PBXBuildFile; fileRef = CC01001B2FF0100000A5BBA3 /* CreatorChannelSeriesSection.swift */; };
CC01011C2FF0100000A5BBA3 /* CreatorChannelCommunitySection.swift in Sources */ = {isa = PBXBuildFile; fileRef = CC01001C2FF0100000A5BBA3 /* CreatorChannelCommunitySection.swift */; };
CC01021C2FF0100000A5BBA3 /* CreatorChannelCommunitySection.swift in Sources */ = {isa = PBXBuildFile; fileRef = CC01001C2FF0100000A5BBA3 /* CreatorChannelCommunitySection.swift */; };
CC01031C2FF0100000A5BBA3 /* CreatorChannelCommunitySection.swift in Sources */ = {isa = PBXBuildFile; fileRef = CC01001C2FF0100000A5BBA3 /* CreatorChannelCommunitySection.swift */; };
CC0101082FF0100000A5BBA3 /* CreatorChannelView.swift in Sources */ = {isa = PBXBuildFile; fileRef = CC0100082FF0100000A5BBA3 /* CreatorChannelView.swift */; }; CC0101082FF0100000A5BBA3 /* CreatorChannelView.swift in Sources */ = {isa = PBXBuildFile; fileRef = CC0100082FF0100000A5BBA3 /* CreatorChannelView.swift */; };
CC0102082FF0100000A5BBA3 /* CreatorChannelView.swift in Sources */ = {isa = PBXBuildFile; fileRef = CC0100082FF0100000A5BBA3 /* CreatorChannelView.swift */; }; CC0102082FF0100000A5BBA3 /* CreatorChannelView.swift in Sources */ = {isa = PBXBuildFile; fileRef = CC0100082FF0100000A5BBA3 /* CreatorChannelView.swift */; };
CC0103082FF0100000A5BBA3 /* CreatorChannelView.swift in Sources */ = {isa = PBXBuildFile; fileRef = CC0100082FF0100000A5BBA3 /* CreatorChannelView.swift */; }; CC0103082FF0100000A5BBA3 /* CreatorChannelView.swift in Sources */ = {isa = PBXBuildFile; fileRef = CC0100082FF0100000A5BBA3 /* CreatorChannelView.swift */; };
@@ -1778,6 +1781,7 @@
CC0100192FF0100000A5BBA3 /* CreatorChannelAudioContentListItem.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CreatorChannelAudioContentListItem.swift; sourceTree = "<group>"; }; CC0100192FF0100000A5BBA3 /* CreatorChannelAudioContentListItem.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CreatorChannelAudioContentListItem.swift; sourceTree = "<group>"; };
CC01001A2FF0100000A5BBA3 /* CreatorChannelAudioSection.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CreatorChannelAudioSection.swift; sourceTree = "<group>"; }; CC01001A2FF0100000A5BBA3 /* CreatorChannelAudioSection.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CreatorChannelAudioSection.swift; sourceTree = "<group>"; };
CC01001B2FF0100000A5BBA3 /* CreatorChannelSeriesSection.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CreatorChannelSeriesSection.swift; sourceTree = "<group>"; }; CC01001B2FF0100000A5BBA3 /* CreatorChannelSeriesSection.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CreatorChannelSeriesSection.swift; sourceTree = "<group>"; };
CC01001C2FF0100000A5BBA3 /* CreatorChannelCommunitySection.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CreatorChannelCommunitySection.swift; sourceTree = "<group>"; };
0BBDC3ECBBE049EAA4057D3A /* PostChannelDonationRequest.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = PostChannelDonationRequest.swift; sourceTree = "<group>"; }; 0BBDC3ECBBE049EAA4057D3A /* PostChannelDonationRequest.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = PostChannelDonationRequest.swift; sourceTree = "<group>"; };
0EC05859619BDC03056911E7 /* MainTab.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = MainTab.swift; sourceTree = "<group>"; }; 0EC05859619BDC03056911E7 /* MainTab.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = MainTab.swift; sourceTree = "<group>"; };
189350EA101CF12EEBA6EC1D /* MainTabBarView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = MainTabBarView.swift; sourceTree = "<group>"; }; 189350EA101CF12EEBA6EC1D /* MainTabBarView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = MainTabBarView.swift; sourceTree = "<group>"; };
@@ -2705,6 +2709,7 @@
CC0100192FF0100000A5BBA3 /* CreatorChannelAudioContentListItem.swift */, CC0100192FF0100000A5BBA3 /* CreatorChannelAudioContentListItem.swift */,
CC01001A2FF0100000A5BBA3 /* CreatorChannelAudioSection.swift */, CC01001A2FF0100000A5BBA3 /* CreatorChannelAudioSection.swift */,
CC01001B2FF0100000A5BBA3 /* CreatorChannelSeriesSection.swift */, CC01001B2FF0100000A5BBA3 /* CreatorChannelSeriesSection.swift */,
CC01001C2FF0100000A5BBA3 /* CreatorChannelCommunitySection.swift */,
); );
path = Components; path = Components;
sourceTree = "<group>"; sourceTree = "<group>";
@@ -5647,6 +5652,7 @@
CC0101192FF0100000A5BBA3 /* CreatorChannelAudioContentListItem.swift in Sources */, CC0101192FF0100000A5BBA3 /* CreatorChannelAudioContentListItem.swift in Sources */,
CC01011A2FF0100000A5BBA3 /* CreatorChannelAudioSection.swift in Sources */, CC01011A2FF0100000A5BBA3 /* CreatorChannelAudioSection.swift in Sources */,
CC01011B2FF0100000A5BBA3 /* CreatorChannelSeriesSection.swift in Sources */, CC01011B2FF0100000A5BBA3 /* CreatorChannelSeriesSection.swift in Sources */,
CC01011C2FF0100000A5BBA3 /* CreatorChannelCommunitySection.swift in Sources */,
CC0101082FF0100000A5BBA3 /* CreatorChannelView.swift in Sources */, CC0101082FF0100000A5BBA3 /* CreatorChannelView.swift in Sources */,
CC0101112FF0100000A5BBA3 /* CreatorChannelTitleBar.swift in Sources */, CC0101112FF0100000A5BBA3 /* CreatorChannelTitleBar.swift in Sources */,
CC0101122FF0100000A5BBA3 /* CreatorChannelHeaderSection.swift in Sources */, CC0101122FF0100000A5BBA3 /* CreatorChannelHeaderSection.swift in Sources */,
@@ -6452,6 +6458,7 @@
CC0102192FF0100000A5BBA3 /* CreatorChannelAudioContentListItem.swift in Sources */, CC0102192FF0100000A5BBA3 /* CreatorChannelAudioContentListItem.swift in Sources */,
CC01021A2FF0100000A5BBA3 /* CreatorChannelAudioSection.swift in Sources */, CC01021A2FF0100000A5BBA3 /* CreatorChannelAudioSection.swift in Sources */,
CC01021B2FF0100000A5BBA3 /* CreatorChannelSeriesSection.swift in Sources */, CC01021B2FF0100000A5BBA3 /* CreatorChannelSeriesSection.swift in Sources */,
CC01021C2FF0100000A5BBA3 /* CreatorChannelCommunitySection.swift in Sources */,
CC0102082FF0100000A5BBA3 /* CreatorChannelView.swift in Sources */, CC0102082FF0100000A5BBA3 /* CreatorChannelView.swift in Sources */,
CC0102112FF0100000A5BBA3 /* CreatorChannelTitleBar.swift in Sources */, CC0102112FF0100000A5BBA3 /* CreatorChannelTitleBar.swift in Sources */,
CC0102122FF0100000A5BBA3 /* CreatorChannelHeaderSection.swift in Sources */, CC0102122FF0100000A5BBA3 /* CreatorChannelHeaderSection.swift in Sources */,
@@ -7273,6 +7280,7 @@
CC0103192FF0100000A5BBA3 /* CreatorChannelAudioContentListItem.swift in Sources */, CC0103192FF0100000A5BBA3 /* CreatorChannelAudioContentListItem.swift in Sources */,
CC01031A2FF0100000A5BBA3 /* CreatorChannelAudioSection.swift in Sources */, CC01031A2FF0100000A5BBA3 /* CreatorChannelAudioSection.swift in Sources */,
CC01031B2FF0100000A5BBA3 /* CreatorChannelSeriesSection.swift in Sources */, CC01031B2FF0100000A5BBA3 /* CreatorChannelSeriesSection.swift in Sources */,
CC01031C2FF0100000A5BBA3 /* CreatorChannelCommunitySection.swift in Sources */,
CC0103082FF0100000A5BBA3 /* CreatorChannelView.swift in Sources */, CC0103082FF0100000A5BBA3 /* CreatorChannelView.swift in Sources */,
CC0103112FF0100000A5BBA3 /* CreatorChannelTitleBar.swift in Sources */, CC0103112FF0100000A5BBA3 /* CreatorChannelTitleBar.swift in Sources */,
CC0103122FF0100000A5BBA3 /* CreatorChannelHeaderSection.swift in Sources */, CC0103122FF0100000A5BBA3 /* CreatorChannelHeaderSection.swift in Sources */,

View File

@@ -1,4 +1,5 @@
import SwiftUI import SwiftUI
import Kingfisher
struct CommunityPostCard: View { struct CommunityPostCard: View {
let postId: Int let postId: Int
@@ -67,8 +68,11 @@ struct CommunityPostCard: View {
imageContent imageContent
} }
if isAccessiblePost {
reactionBar reactionBar
} }
}
.frame(maxWidth: .infinity, alignment: .leading)
.padding(SodaSpacing.s14) .padding(SodaSpacing.s14)
.background(Color.gray900) .background(Color.gray900)
.clipShape(RoundedRectangle(cornerRadius: SodaSpacing.s14, style: .continuous)) .clipShape(RoundedRectangle(cornerRadius: SodaSpacing.s14, style: .continuous))
@@ -110,18 +114,17 @@ struct CommunityPostCard: View {
.lineLimit(5) .lineLimit(5)
.truncationMode(.tail) .truncationMode(.tail)
.fixedSize(horizontal: false, vertical: true) .fixedSize(horizontal: false, vertical: true)
.frame(maxWidth: .infinity, alignment: .leading)
} }
private var imageContent: some View { private var imageContent: some View {
GeometryReader { proxy in
ZStack { ZStack {
DownsampledKFImage( KFImage(URL(string: imageUrl ?? ""))
url: URL(string: imageUrl ?? ""), .cancelOnDisappear(true)
size: CGSize(width: proxy.size.width, height: proxy.size.height) .resizable()
) .scaledToFit()
.frame(maxWidth: .infinity)
.background(Color.gray800) .background(Color.gray800)
.frame(width: proxy.size.width, height: proxy.size.height)
.clipShape(RoundedRectangle(cornerRadius: SodaSpacing.s14, style: .continuous))
.blur(radius: isLocked ? 12 : 0) .blur(radius: isLocked ? 12 : 0)
if isLocked { if isLocked {
@@ -130,8 +133,7 @@ struct CommunityPostCard: View {
audioPlayButton audioPlayButton
} }
} }
} .frame(maxWidth: .infinity)
.aspectRatio(346.0 / 236.0, contentMode: .fit)
.clipShape(RoundedRectangle(cornerRadius: SodaSpacing.s14, style: .continuous)) .clipShape(RoundedRectangle(cornerRadius: SodaSpacing.s14, style: .continuous))
} }
@@ -148,7 +150,7 @@ struct CommunityPostCard: View {
.frame(width: 24, height: 24) .frame(width: 24, height: 24)
HStack(spacing: SodaSpacing.s6) { HStack(spacing: SodaSpacing.s6) {
Image("ic_can") Image("ic_bar_cash")
.resizable() .resizable()
.frame(width: 20, height: 20) .frame(width: 20, height: 20)
@@ -224,6 +226,10 @@ struct CommunityPostCard: View {
price > 0 && !existOrdered price > 0 && !existOrdered
} }
private var isAccessiblePost: Bool {
price == 0 || existOrdered
}
private func toggleLike() { private func toggleLike() {
localIsLike.toggle() localIsLike.toggle()
localLikeCount += localIsLike ? 1 : -1 localLikeCount += localIsLike ? 1 : -1
@@ -236,6 +242,7 @@ struct CommunityPostCard_Previews: PreviewProvider {
private static let previewImageUrl = "https://picsum.photos/500/500" private static let previewImageUrl = "https://picsum.photos/500/500"
static var previews: some View { static var previews: some View {
ScrollView(.vertical, showsIndicators: false) {
VStack(spacing: SodaSpacing.s8) { VStack(spacing: SodaSpacing.s8) {
CommunityPostCard( CommunityPostCard(
postId: 1, postId: 1,
@@ -266,9 +273,25 @@ struct CommunityPostCard_Previews: PreviewProvider {
likeCount: 5, likeCount: 5,
commentCount: 6 commentCount: 6
) )
CommunityPostCard(
postId: 3,
creatorNickname: "크리에이터 이름",
creatorProfileImageUrl: previewImageUrl,
content: "이미지가 있는 커뮤니티 게시글입니다.",
imageUrl: previewImageUrl,
audioUrl: "https://example.com/audio.mp3",
price: 0,
existOrdered: false,
createdAt: "2분 전",
isLike: true,
likeCount: 5,
commentCount: 6
)
} }
.padding(SodaSpacing.s14) .padding(SodaSpacing.s14)
.background(Color.black) .background(Color.black)
.previewLayout(.sizeThatFits) .previewLayout(.sizeThatFits)
} }
} }
}

View File

@@ -0,0 +1,118 @@
import SwiftUI
struct CreatorChannelCommunitySection: View {
let communities: [CreatorChannelCommunityPostResponse]
let onSelectTab: (CreatorChannelTab) -> Void
let onTapLike: (Int) -> Void
let onTapComment: (Int) -> Void
let onTapPurchase: (CreatorChannelCommunityPostResponse) -> Void
private let homeVisibleCount = 3
init(
communities: [CreatorChannelCommunityPostResponse],
onSelectTab: @escaping (CreatorChannelTab) -> Void,
onTapLike: @escaping (Int) -> Void = { _ in },
onTapComment: @escaping (Int) -> Void = { _ in },
onTapPurchase: @escaping (CreatorChannelCommunityPostResponse) -> Void = { _ in }
) {
self.communities = communities
self.onSelectTab = onSelectTab
self.onTapLike = onTapLike
self.onTapComment = onTapComment
self.onTapPurchase = onTapPurchase
}
var body: some View {
if communities.isEmpty == false {
VStack(alignment: .leading, spacing: SodaSpacing.s14) {
SectionTitle(title: I18n.CreatorChannelHome.community)
VStack(alignment: .leading, spacing: SodaSpacing.s8) {
ForEach(visibleCommunities) { community in
CommunityPostCard(
postId: community.postId,
creatorNickname: community.creatorNickname,
creatorProfileImageUrl: community.creatorProfileUrl,
content: community.content,
imageUrl: community.imageUrl,
audioUrl: community.audioUrl,
price: community.price,
existOrdered: community.existOrdered,
createdAt: community.relativeTimeText(),
isLike: community.isLiked,
likeCount: community.likeCount,
commentCount: community.commentCount,
onTapLike: {
onTapLike(community.postId)
},
onTapComment: {
onTapComment(community.postId)
},
onTapPurchase: {
onTapPurchase(community)
}
)
}
}
.padding(.horizontal, SodaSpacing.s14)
Button {
onSelectTab(.community)
} label: {
Text(I18n.CreatorChannelHome.viewAll)
.appFont(size: 16, weight: .medium)
.foregroundColor(.white)
.frame(maxWidth: .infinity)
.frame(height: 44)
.overlay(
Capsule()
.stroke(Color.white.opacity(0.3), lineWidth: 1)
)
}
.buttonStyle(.plain)
.padding(.horizontal, SodaSpacing.s14)
}
.padding(.top, SodaSpacing.s20)
}
}
private var visibleCommunities: [CreatorChannelCommunityPostResponse] {
Array(communities.prefix(homeVisibleCount))
}
}
private extension CreatorChannelCommunityPostResponse {
func relativeTimeText(now: Date = Date()) -> String {
DateParser.relativeTimeText(fromUTC: dateUtc, fallback: dateUtc, now: now)
}
}
struct CreatorChannelCommunitySection_Previews: PreviewProvider {
private static let previewImageUrl = "https://picsum.photos/500/500"
static var previews: some View {
CreatorChannelCommunitySection(
communities: (1...3).map { index in
CreatorChannelCommunityPostResponse(
postId: index,
creatorId: 10,
creatorNickname: "크리에이터 이름",
creatorProfileUrl: previewImageUrl,
imageUrl: index == 1 ? nil : previewImageUrl,
audioUrl: nil,
content: "크리에이터가 커뮤니티에 올린 글이 보이는 부분 크리에이터가 커뮤니티에 올린 글이 보이는 부분",
price: index == 2 ? 30 : 0,
dateUtc: "2026-07-03T03:44:00Z",
existOrdered: false,
likeCount: 5,
commentCount: 6,
isLiked: false
)
},
onSelectTab: { _ in }
)
.background(Color.black)
.previewLayout(.sizeThatFits)
}
}

View File

@@ -63,6 +63,11 @@ struct CreatorChannelHomeView: View {
onSelectTab: onSelectTab, onSelectTab: onSelectTab,
onTapSeries: onTapSeries onTapSeries: onTapSeries
) )
CreatorChannelCommunitySection(
communities: response.communities,
onSelectTab: onSelectTab
)
} }
.frame(maxWidth: .infinity, alignment: .leading) .frame(maxWidth: .infinity, alignment: .leading)
.background(Color.black) .background(Color.black)

View File

@@ -466,7 +466,7 @@
### Phase 12: 커뮤니티 섹션 ### Phase 12: 커뮤니티 섹션
- [ ] **Task 12.1: 커뮤니티 섹션 구현** - [x] **Task 12.1: 커뮤니티 섹션 구현**
- 대상 파일: - 대상 파일:
- 생성: `SodaLive/Sources/V2/CreatorChannel/Home/Components/CreatorChannelCommunitySection.swift` - 생성: `SodaLive/Sources/V2/CreatorChannel/Home/Components/CreatorChannelCommunitySection.swift`
- 수정: `SodaLive/Sources/V2/CreatorChannel/Home/CreatorChannelHomeView.swift` - 수정: `SodaLive/Sources/V2/CreatorChannel/Home/CreatorChannelHomeView.swift`