Skip to content

feat: 커뮤니티 피드 및 게시글 기능 구현 (#8) - #9

Merged
bhindor merged 5 commits into
devfrom
feature/8_feed
Aug 28, 2026
Merged

bhindor merged 5 commits into
devfrom
feature/8_feed

Conversation

@bhindor

@bhindor bhindor commented Aug 28, 2026

Copy link
Copy Markdown
Collaborator

개요

커뮤니티 메인과 게시글 화면을 Figma 디자인에 맞게 정리하고, 게시글 조회·작성·상호작용 및 베스트 게시글 API를 연결했습니다.

작업 내용

  • 커뮤니티 메인 화면 디자인 및 여백 조정
  • 게시글 목록·로컬 검색·상세 조회 구현
  • 게시글 작성 및 작성 완료 화면 전환 구현
  • 좋아요·북마크 API 연결
  • 댓글 조회·등록 API 연결
  • 베스트 게시글 API 연결 (GET /api/community/best)
  • 로딩·빈 목록·오류·재시도 상태 UI 적용
  • 홈 내역 탭 선택 상태 및 화면 복원 개선
  • AppCompat tint 호환성 수정

검증

  • ./gradlew :app:assembleDebug
  • ./gradlew :app:testDebugUnitTest
  • ./gradlew :app:ktlintMainSourceSetCheck
  • ./gradlew :app:lintDebug

후속 작업

  • 게시글 이미지 업로드: 게시글 생성 요청에 미디어 URL/키 필드가 없어 서버 계약 보완 필요
  • 게시글 수정·삭제
  • 실제 계정과 운영 데이터 기반 E2E 테스트
  • 인기 보호자·인기 아이: 현재 대응 서버 API가 없어 임시 UI 유지

관련 이슈

@bhindor bhindor self-assigned this Aug 28, 2026
@bhindor bhindor added the DESIGN 🎨 디자인 관련 작업을 했어요! label Aug 28, 2026
@bhindor bhindor linked an issue Aug 28, 2026 that may be closed by this pull request
10 tasks
@bhindor bhindor added the FEATURE ⚡ 기능을 추가했어요! label Aug 28, 2026
@bhindor bhindor changed the title 피드 작업 feat: 커뮤니티 피드 및 게시글 기능 구현 (#8) Aug 28, 2026
@bhindor
bhindor merged commit d094e0b into dev Aug 28, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

DESIGN 🎨 디자인 관련 작업을 했어요! FEATURE ⚡ 기능을 추가했어요!

Projects

None yet

Development

Successfully merging this pull request may close these issues.

게시글 기능

1 participant