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

Release 0.2.6 #130

Merged
merged 147 commits into from
Apr 27, 2023
Merged

Release 0.2.6 #130

merged 147 commits into from
Apr 27, 2023

Conversation

akalswl14
Copy link
Member

구현 내용

구현 요약

#118

  • User 도메인을 각 계층을 분리하여 의존성을 제거하는 아키텍처로 리팩토링함
  • User에 대한 영속성 모델과 도메인 모델을 분리함
  • User에 대한 단위 테스트를 적용한 테스트를 추가함

#124

  • Notice 도메인을 각 계층을 분리하여 의존성을 제거하는 아키텍처로 리팩토링함
  • Notice에 대한 단위 테스트를 적용한 테스트를 추가함

#122

  • [GET] /post/home : 홈화면 전시 조회 API
  • [GET] /post/home/{id} : 홈화면 전시 조회 - 특정 카테고리 API
  • 두 API 수행시, pagination의 last true 항목이 올바르지 못한 값을 반환하는 버그가 있었음
  • 해당 API의 DB 조회 로직을 구현한 ExhibitRepository 클래스의 메소드에서 isPublished 조건을 추가하여 해결함

#127

  • [GET] /user/test/token : 테스트 유저에 대한 Firebase Token을 발급하는 API 추가

관련 이슈

close #118 #124 #122 #127

구현 내용

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

akalswl14 and others added 26 commits April 20, 2023 17:03
전시 페이지네이션 카운트 쿼리 수정
Revert "전시 페이지네이션 카운트 쿼리 수정"
re: 전시 페이지네이션 카운트 쿼리 수정
JPA Repository는 자동으로 빈이 등록되므로, @respository 어노테이션을 제거함
테스트 유저 토큰 발급 API 추가
@akalswl14 akalswl14 merged commit 360ea74 into main Apr 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

회원 도메인 개선
2 participants