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] 홈/검색 피드 API 구현 최종 #118

Merged
merged 24 commits into from
Jan 25, 2024

Conversation

jo0oy
Copy link
Contributor

@jo0oy jo0oy commented Jan 25, 2024

🎯 목적

  • 새 기능 (New Feature)

  • 리팩토링 (Refactoring)

  • 테스트 (Test)

  • 간략한 설명:
    : 홈 피드 API 최종 구현입니다.

    • 크리에이터 프로필 조회 API 구현
    • 홈 피드 TOP 인기 크리에이터 리스트 조회 API 구현
    • 그외 리팩토링

🛠 작성/변경 사항

  • 변경사항

    • 프론트엔드 요청에 따라 CityImageContentResponseDto 필드명 변경 업데이트
    • SpringSecurityConfig에 /v1/members/** 요청 permitAll 권한 설정

🔗 관련 이슈


🧪 테스트

  • 테스트 및 결과
    • test-data-insert.sql에 TripRecordViewHistory 데이터 삽입 쿼리 추가
    • TripRecordViewRepositoryTest
    • MemberReadSearchFacadeTest

This close #111

@jo0oy jo0oy added enhancement New feature or request feat 기능을 추가합니다. labels Jan 25, 2024
@jo0oy jo0oy self-assigned this Jan 25, 2024
- 회원 평점 3.0점 이상이고, 현재 날짜기준 3일전 여행 후기 조회수 총합이 가장 큰 순으로 회원 리스트 조회하는 쿼리 구현

related to: #111
…pRecordViewHistoryRepositoryTest 'findTopViewedMembers' 테스트

related to: #111
- 'id' 삭제
- rename 'storedCount' to 'tripRecordStoreCount'

related to: #111
@jo0oy jo0oy force-pushed the feature/#111-home-search-api-dev04 branch from c54a93b to df20329 Compare January 25, 2024 12:24
Copy link

Test Results

0 tests  ±0   0 ✅ ±0   0s ⏱️ ±0s
0 suites ±0   0 💤 ±0 
0 files   ±0   0 ❌ ±0 

Results for commit df20329. ± Comparison against base commit b231cc0.

@jo0oy jo0oy merged commit bcb1e7c into develop Jan 25, 2024
3 checks passed
@jo0oy jo0oy deleted the feature/#111-home-search-api-dev04 branch January 25, 2024 15:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request feat 기능을 추가합니다.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[feat] 홈/검색 피드 API 구현 최종
1 participant