-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[refactor] #147 merge conflict resolve
- Loading branch information
Showing
84 changed files
with
244 additions
and
406 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
14 changes: 3 additions & 11 deletions
14
src/main/java/com/ggang/be/api/comment/registry/CommentStrategy.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,22 +1,14 @@ | ||
package com.ggang.be.api.comment.registry; | ||
|
||
import com.ggang.be.api.comment.dto.ReadCommentRequest; | ||
import com.ggang.be.api.comment.dto.ReadCommentResponse; | ||
import com.ggang.be.api.comment.dto.WriteCommentEntityDto; | ||
import com.ggang.be.api.comment.dto.WriteCommentRequest; | ||
import com.ggang.be.api.comment.dto.WriteCommentResponse; | ||
import com.ggang.be.api.comment.dto.*; | ||
import com.ggang.be.domain.constant.GroupType; | ||
import com.ggang.be.domain.user.UserEntity; | ||
|
||
public interface CommentStrategy { | ||
|
||
ReadCommentResponse readComment(UserEntity findUserEntity, boolean isPublic, | ||
ReadCommentRequest dto); | ||
ReadCommentResponse readComment(UserEntity findUserEntity, boolean isPublic, ReadCommentRequest dto); | ||
|
||
boolean supports(GroupType groupType); | ||
|
||
WriteCommentResponse writeComment(final long userId, WriteCommentRequest dto, | ||
WriteCommentEntityDto from); | ||
|
||
|
||
WriteCommentResponse writeComment(final long userId, WriteCommentRequest dto, WriteCommentEntityDto from); | ||
} |
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
26 changes: 0 additions & 26 deletions
26
src/main/java/com/ggang/be/api/common/PracticeController.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
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
Oops, something went wrong.