This repository has been archived by the owner on Jul 29, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[BE] feat: 글 순서 및 카테고리 순서 수정 기능 구현 (#158)
* feat: 글을 업로드 할 때 순서 처리 로직 추가 - Writing 엔티티에 순서를 나타내기 위한 nextWriting 필드 추가 - 글 업로드 시 해당 카테고리의 제일 마지막으로 업로드 되는 로직 구현 * feat: 글 순서 재정렬 기능 구현 * refactor: 리팩토링 - Response, Request DTO 정적 팩토리 메서드 추가 - WritingService, CategoryService 메서드 분리 * feat: 카테고리 순서 수정 기능 구현 * refactor: 메서드 분리 및 코드 컨벤션 적용 --------- Co-authored-by: ezzanzzan <[email protected]>
- Loading branch information
1 parent
29327ce
commit 62c5b81
Showing
24 changed files
with
438 additions
and
110 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.