♻️ retrieve recipes sorted by creation date #449
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.
레시피 조회 정렬 기준 수정(레시피ID -> 생성일 기준 내림차순)
데모데이 데이터 생성일 수정
레시피 생성일 인덱스 생성
기존 레시피 서비스에서 응답을 만들때 정렬하는 로직을 레포지터리 쪽으로 옮겼습니다.
아토가 팔로우 리뷰에도 남겨줬는데,
레포지터리에서 조건에 맞는 레시피 아이디들을 찾고, 다시 레포지터리에서 응답을 생성하는 로직을 회의 때 얘기해보면 좋을 것 같네요..
해당 부분에서 정렬 로직이 두 번 들어가게 됩니다.