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

[Feature] 팔로잉 피드, 사용자가 올린 게시물 목록 조회를 구현한다 #35

Merged
merged 5 commits into from
Oct 26, 2023

Conversation

vectorch9
Copy link
Contributor

🗒️ Summary

기능 구현

  • 팔로잉 피드 조회
  • 사용자가 올린 게시물 목록 조회

기타 수정 사항

  • 의존성 버전으로 인한 JPA 에러 해결
    • 스프링부트 3.0 이후로 transform() 절이 정상적으로 동작하지 않는 에러 -> 관련 이슈를 참조하여 Config 수정
  • PageArgumentResolver에서 lastId 입력 파라매터가 없을 경우 null을 반환하도록 수정
  • lastId와 관련된 쿼리를 BooleanExpressions를 이용한 동적쿼리로 처리함
    • lastIdnull인 경우 해당 조건을 무시함
  • 중복 로직을 Converter로 묶어냄

#31

💡 More

@vectorch9 vectorch9 added the feature New feature label Oct 26, 2023
@vectorch9 vectorch9 self-assigned this Oct 26, 2023
@github-actions
Copy link

Test Results

1 tests  ±0   1 ✔️ ±0   0s ⏱️ ±0s
1 suites ±0   0 💤 ±0 
1 files   ±0   0 ±0 

Results for commit 13de677. ± Comparison against base commit 9609cad.

@vectorch9 vectorch9 merged commit 1c180c7 into develop Oct 26, 2023
@vectorch9 vectorch9 deleted the feature/feed branch October 26, 2023 05:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant