You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* refactor: 엔티티 수정
- Post 엔티티 수정
- User 엔티티 수정
- PostTag 엔티티 수정
- RootTag 엔티티 수정
- UserTag 엔티티 수정
* refactor: 게시글 수정 메서드 리팩터링
- 게시글 수정시 태그 업데이트 메서드 리팩터링
- 새로운 RootTag 존재시 저장한다.
- 없어진 PostTag를 삭제한다.
- UserTag 카운트를 줄인다.
- UserTag 카운트가 0일시에 삭제한다.
- 새로운 PostTag를 저장한다.
- UserTag를 새로 저장하거나 카운트를 증가한다.
* test: 게시글 수정 테스트 업데이트
* fix: 게시글 태그 삭제 기능 어노테이션 수정
🚀 목적
🔗 작업
✅ 완료조건
The text was updated successfully, but these errors were encountered: