-
Notifications
You must be signed in to change notification settings - Fork 5
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 : 루틴 조회 기능 구현 #25
Merged
Merged
Commits on Nov 10, 2023
-
Configuration menu - View commit details
-
Copy full SHA for a9f06f7 - Browse repository at this point
Copy the full SHA a9f06f7View commit details -
Configuration menu - View commit details
-
Copy full SHA for ae2e5cf - Browse repository at this point
Copy the full SHA ae2e5cfView commit details -
- JPA Auditing이 활성화 되도록 @EnableJpaAuditing 추가 - BaseEntity 필드의 값을 가져오기 위해 @getter 추가
Configuration menu - View commit details
-
Copy full SHA for 6cf3add - Browse repository at this point
Copy the full SHA 6cf3addView commit details -
Feat : DIG-31 모든 사용자 루틴 목록 조회 기능 구현
- 모든 사용자들에 대한 루틴 목록을 조회 API - Slice 방식을 사용하여 구현
Configuration menu - View commit details
-
Copy full SHA for cd9f8e3 - Browse repository at this point
Copy the full SHA cd9f8e3View commit details -
Feat : DIG-33 해당 유저의 루틴 목록 조회 기능 구현
- 해당 유저가 가진 루틴 목록을 조회하는 API - Slice 방식을 사용하여 구현
Configuration menu - View commit details
-
Copy full SHA for 1940b79 - Browse repository at this point
Copy the full SHA 1940b79View commit details -
Feat : DIG-35 팔로우한 유저의 루틴 목록 조회 기능 구현
- 팔로우한 유저의 루틴 목록을 조회하는 API - Slice 방식을 사용하여 구현
Configuration menu - View commit details
-
Copy full SHA for 8d2689f - Browse repository at this point
Copy the full SHA 8d2689fView commit details -
루틴은 각 Day에 운동을 정의할 수 있고, 해당 운동은 세부적으로 계획할 수 있다. 현재의 구조는 각 루틴에 하나의 운동만 포함될 수 있기 때문에 테이블의 변경이 필요하여 수정을 진행.
Configuration menu - View commit details
-
Copy full SHA for 91f415f - Browse repository at this point
Copy the full SHA 91f415fView commit details -
- 해당하는 루틴의 상세 데이터를 반환 - 루틴 내부의 운동을 찾을 수 없는 경우 예외 추가
Configuration menu - View commit details
-
Copy full SHA for ca88f66 - Browse repository at this point
Copy the full SHA ca88f66View commit details -
- 루틴 조회 Dto에 좋아요 데이터 업데이트 - 루틴 엔티티가 좋아요 수를 갖도록 routineLikes 필드 추가
Configuration menu - View commit details
-
Copy full SHA for 991e0e0 - Browse repository at this point
Copy the full SHA 991e0e0View commit details -
Feat : DIG-97 루틴 조회 시 분할 필터링 기능 추가
- 쿼리 파라미터 값을 통해 루틴을 필터링 할 수 있도록 구현 - 분할을 명시하지 않을 시 모든 분할을 포함하여 반환하도록 구현
Configuration menu - View commit details
-
Copy full SHA for ae5f02f - Browse repository at this point
Copy the full SHA ae5f02fView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.