-
Notifications
You must be signed in to change notification settings - Fork 1
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] 스타페이지, 카테고리, 포스트 애그리거트 표현 계층 개발, 조회 관련 도메인 서비스 QueryDSL 개발, 부족한 요구사항 추가 구현, Locking + Caching #53
Labels
🪄 기능구현
커밋 메시지 코드 : feat
Comments
CodingLeeSeungHoon
added a commit
that referenced
this issue
Apr 22, 2024
CodingLeeSeungHoon
added a commit
that referenced
this issue
Apr 24, 2024
CodingLeeSeungHoon
added a commit
that referenced
this issue
May 3, 2024
CodingLeeSeungHoon
added a commit
that referenced
this issue
May 3, 2024
CodingLeeSeungHoon
added a commit
that referenced
this issue
May 5, 2024
CodingLeeSeungHoon
added a commit
that referenced
this issue
May 7, 2024
CodingLeeSeungHoon
added a commit
that referenced
this issue
May 8, 2024
CodingLeeSeungHoon
added a commit
that referenced
this issue
May 10, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
✨ 구현 할 기능
<스타페이지>
[] 팬 베스트 게시물 조회 메서드 / API 구현
[] 최근 스타 게시물 조회 메서드 / API 구현
[] 레이아웃에 따른 스타페이지 뷰 조회 메서드 / API 구현
[] 카테고리에 따른 스타페이지 미리보기 조회 메서드 / API 구현 (통합형, 앨범형, 황밸형, 투표형)
[] 추후 부하테스트를 위한 더미데이터 삽입용 일괄 삽입 JDBCTemplate 코드 메서드 / API 구현
[] 기본 도메인 관련 응용 레이어 및 표현 레이어 모두 개발 완료 후 테스팅
[] 도메인 로직 + 인프라 계층 테스트 코드 작성
📢 구현 방식
SpringBoot + Java + DDD with Layered Architecture + JPA + QueryDSL-JPA + Redis
📕 래퍼런스
The text was updated successfully, but these errors were encountered: