-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat: 회원 가입시 최초 북마크 생성 로직 * fix: 픽 쿼리 빈 배열 예외 추가 * feat: 추천 링크 클릭 이벤트 추가 * refactor: 단순 클래스 이름 변경 * refactor: 단순 미사용 메서드 제거 * refactor: 단순 클래스 이름 변경 * fix: 회원 가입 시 폴더 생성 순서 변경 * feat: 추천 링크 클릭 이벤트 추가 * fix: 노션 메뉴얼을 제일 마지막에 넣도록 순서 수정
- Loading branch information
1 parent
96eab89
commit 520ab8a
Showing
5 changed files
with
17 additions
and
37 deletions.
There are no files selected for viewing
3 changes: 1 addition & 2 deletions
3
...pick-api/src/main/java/techpick/api/domain/user/service/strategy/ContentInitStrategy.java
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,7 @@ | ||
package techpick.api.domain.user.service.strategy; | ||
|
||
import techpick.core.model.folder.Folder; | ||
import techpick.core.model.user.User; | ||
|
||
public interface ContentInitStrategy { | ||
void initContent(User user, Folder parentFolder); | ||
void initContent(User user, Long folderId); | ||
} |
23 changes: 0 additions & 23 deletions
23
...pi/src/main/java/techpick/api/domain/user/service/strategy/InitStrategyConfiguration.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
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