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

[refactor] 홈/검색/도시 상세 피드 API 리팩토링 및 수정, 로그인한 사용자 '도시 보관' 여부 조회 API 구현 #133

Merged
merged 22 commits into from
Jan 26, 2024

Conversation

jo0oy
Copy link
Contributor

@jo0oy jo0oy commented Jan 26, 2024

🎯 목적

  • 새 기능 (New Feature)

  • 리팩토링 (Refactoring)

  • 간략한 설명:
    : 홈/검색/도시 상세 피드 API 리팩토링 및 수정 + 로그인한 사용자 '도시 보관' 여부 조회 API 구현


🛠 작성/변경 사항

  • (주요작성/변경사항)

    • Repository 클래스명 통일 수정 , 메서드명 수정
    • 보관 관련 ~Store 엔티티 수정 리팩토링
    • Querydsl 동적 쿼리 암묵적 join --> 명시적 join 으로 수정
    • 프론트 요청에 따라 City 엔티티 '도시 영문명' 필드 추가
    • 로그인한 사용자 '도시 보관' 여부 조회 API 구현

🔗 관련 이슈


This close #127

@jo0oy jo0oy added enhancement New feature or request feat 기능을 추가합니다. refactor Refactoring labels Jan 26, 2024
@jo0oy jo0oy self-assigned this Jan 26, 2024
jo0oy added 22 commits January 27, 2024 04:14
global 패키지 하위 enums 패키지로 이동

related to: #127
… to 'findByMember(Member member)'

related to: #127
- @NoArgsConstructor access level 'PROTECTED'로 변경
- @manytoone 'optional=false' 조건 추가
  - null 방지
- @builder 생성자 접근자 private으로 변경

related to: #127
- @NoArgsConstructor access level 'PROTECTED'로 변경
- @manytoone 'optional=false' 조건 추가
  - null 방지
- @builder 생성자 접근자 private으로 변경

related to: #127
- @NoArgsConstructor access level 'PROTECTED'로 변경
- @manytoone 'optional=false' 조건 추가
  - null 방지
- @builder 생성자 접근자 private으로 변경

related to: #127
- findPlacesByCityIdAndPlaceName : innerJoin으로 변경
- findPlacesWithCityByPlaceName : innerJoin으로 변경
- findPlacesByCityAndOrderByStoredCountLimitSize : innerJoin으로 변경

related to: #127
…Type' to 'listVideosByRequestType'

related to: #127
@jo0oy jo0oy force-pushed the feature/#127-home-city-api-refactoring branch from bb5bd00 to 2391711 Compare January 26, 2024 19:17
Copy link

Test Results

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

Results for commit 2391711. ± Comparison against base commit 19b4e4a.

@jo0oy jo0oy merged commit 11d3c01 into develop Jan 26, 2024
3 checks passed
@jo0oy jo0oy deleted the feature/#127-home-city-api-refactoring branch February 3, 2024 17:08
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 기능을 추가합니다. refactor Refactoring
Projects
None yet
1 participant