-
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.
Merge pull request #84 from Seoyoung2222/backend/feature/crew
BE: [refactor] 패키지 구조 변경 #83
- Loading branch information
Showing
10 changed files
with
21 additions
and
18 deletions.
There are no files selected for viewing
5 changes: 5 additions & 0 deletions
5
src/backend/src/main/java/RunningMachines/R2R/domain/crew/board/entity/CrewBoard.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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
package RunningMachines.R2R.domain.crew.board.entity; | ||
|
||
public enum CrewBoard { | ||
NOTICE, GALLERY | ||
} |
3 changes: 2 additions & 1 deletion
3
...Machines/R2R/domain/crew/entity/Crew.java → ...s/R2R/domain/crew/common/entity/Crew.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
5 changes: 5 additions & 0 deletions
5
src/backend/src/main/java/RunningMachines/R2R/domain/crew/common/entity/CrewRole.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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
package RunningMachines.R2R.domain.crew.common.entity; | ||
|
||
public enum CrewRole { | ||
LEADER, MEMBER | ||
} |
2 changes: 1 addition & 1 deletion
2
...ines/R2R/domain/crew/entity/CrewUser.java → ...R/domain/crew/common/entity/CrewUser.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
5 changes: 0 additions & 5 deletions
5
src/backend/src/main/java/RunningMachines/R2R/domain/crew/entity/CrewBoard.java
This file was deleted.
Oops, something went wrong.
5 changes: 0 additions & 5 deletions
5
src/backend/src/main/java/RunningMachines/R2R/domain/crew/entity/CrewRole.java
This file was deleted.
Oops, something went wrong.
4 changes: 3 additions & 1 deletion
4
...ines/R2R/domain/crew/entity/CrewPost.java → ...R2R/domain/crew/post/entity/CrewPost.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
2 changes: 1 addition & 1 deletion
2
...R/domain/crew/entity/CrewPostComment.java → ...ain/crew/post/entity/CrewPostComment.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
2 changes: 1 addition & 1 deletion
2
...R2R/domain/crew/entity/CrewPostImage.java → ...omain/crew/post/entity/CrewPostImage.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
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