-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* refactor(ErrorCode): 사용하지 않는 에러코드 제거 * feat(Bookmarks): User의 Bookmarks 구현 * feat(UserQueryRepositoryImpl#findAllBookmarks): User가 구독한 공지를 조회하는 조회 메서드 구현 * feat(DepartmentNoticeRepository): 사용하지 않는 DepartmentNoticeRepository 제거 * feat(NoticeService#getNoticeV1): 사용하지 않는 메서드 제거 * feat(FeedbackService): 사용하지 않는 feedback 서비스 제거 * refactor(AcceptanceTest): 공통된 FirebaseMockBean 상위계층으로 올리기 * test(UserAcceptanceTest): 사용자가 북마크를 저장하는 인수테스트 작성 * test(UserAcceptanceTest): 북마크 인수테스트 릭팩토링 * feat(UserCommandApiV2#saveBookmark): 공지 북마크 기능 구현 완료 * refactor(UserRepositoryTest): 사용자의 id로 북마크한 공지를 조회하는 메서드를 NoticeRepository로 이동한다 * feat: 북마크한 공지 조회 기능 구현 * refactor: test 페키지 리팩토링 * refactor: test의 서식 지정자 제거 * docs(README.md): 내용 일부 업데이트
- Loading branch information
1 parent
18e60b9
commit 312cbbb
Showing
39 changed files
with
622 additions
and
290 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
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
19 changes: 0 additions & 19 deletions
19
src/main/java/com/kustacks/kuring/notice/domain/DepartmentNoticeQueryRepository.java
This file was deleted.
Oops, something went wrong.
88 changes: 0 additions & 88 deletions
88
src/main/java/com/kustacks/kuring/notice/domain/DepartmentNoticeQueryRepositoryImpl.java
This file was deleted.
Oops, something went wrong.
6 changes: 0 additions & 6 deletions
6
src/main/java/com/kustacks/kuring/notice/domain/DepartmentNoticeRepository.java
This file was deleted.
Oops, something went wrong.
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.