-
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.
- Loading branch information
Showing
31 changed files
with
103 additions
and
106 deletions.
There are no files selected for viewing
3 changes: 1 addition & 2 deletions
3
src/main/java/Journey/Together/domain/bookbark/entity/PlanBookmark.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
4 changes: 1 addition & 3 deletions
4
src/main/java/Journey/Together/domain/bookbark/entity/PlanBookmarkRes.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
4 changes: 1 addition & 3 deletions
4
src/main/java/Journey/Together/domain/bookbark/repository/PlanBookmarkRepository.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
13 changes: 0 additions & 13 deletions
13
src/main/java/Journey/Together/domain/dairy/dto/PlanReviewReq.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
8 changes: 3 additions & 5 deletions
8
...main/dairy/controller/PlanController.java → ...omain/plan/controller/PlanController.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
.../Together/domain/dairy/dto/DailyList.java → ...y/Together/domain/plan/dto/DailyList.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,4 +1,4 @@ | ||
package Journey.Together.domain.dairy.dto; | ||
package Journey.Together.domain.plan.dto; | ||
|
||
import lombok.Builder; | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
...Together/domain/dairy/dto/DailyPlace.java → .../Together/domain/plan/dto/DailyPlace.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
...ther/domain/dairy/dto/DailyPlaceInfo.java → ...ether/domain/plan/dto/DailyPlaceInfo.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
4 changes: 2 additions & 2 deletions
4
.../Together/domain/dairy/dto/MyPlanRes.java → ...y/Together/domain/plan/dto/MyPlanRes.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
...her/domain/dairy/dto/OpenPlanPageRes.java → ...ther/domain/plan/dto/OpenPlanPageRes.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,4 +1,4 @@ | ||
package Journey.Together.domain.dairy.dto; | ||
package Journey.Together.domain.plan.dto; | ||
|
||
import lombok.Builder; | ||
|
||
|
4 changes: 2 additions & 2 deletions
4
...ogether/domain/dairy/dto/OpenPlanRes.java → ...Together/domain/plan/dto/OpenPlanRes.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
6 changes: 1 addition & 5 deletions
6
.../Together/domain/dairy/dto/PlaceInfo.java → ...y/Together/domain/plan/dto/PlaceInfo.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
...er/domain/dairy/dto/PlaceInfoPageRes.java → ...her/domain/plan/dto/PlaceInfoPageRes.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,4 +1,4 @@ | ||
package Journey.Together.domain.dairy.dto; | ||
package Journey.Together.domain.plan.dto; | ||
|
||
import lombok.Builder; | ||
|
||
|
18 changes: 14 additions & 4 deletions
18
...ether/domain/dairy/dto/PlanDetailRes.java → ...gether/domain/plan/dto/PlanDetailRes.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
4 changes: 1 addition & 3 deletions
4
...ogether/domain/dairy/dto/PlanPageRes.java → ...Together/domain/plan/dto/PlanPageRes.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
...ey/Together/domain/dairy/dto/PlanReq.java → ...ney/Together/domain/plan/dto/PlanReq.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
4 changes: 2 additions & 2 deletions
4
...ey/Together/domain/dairy/dto/PlanRes.java → ...ney/Together/domain/plan/dto/PlanRes.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
8 changes: 8 additions & 0 deletions
8
src/main/java/Journey/Together/domain/plan/dto/PlanReviewReq.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,8 @@ | ||
package Journey.Together.domain.plan.dto; | ||
|
||
public record PlanReviewReq( | ||
float grade, | ||
String content, | ||
Boolean isPublic | ||
) { | ||
} |
3 changes: 1 addition & 2 deletions
3
...ether/domain/dairy/dto/PlanReviewRes.java → ...gether/domain/plan/dto/PlanReviewRes.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
...ney/Together/domain/dairy/entity/Day.java → ...rney/Together/domain/plan/entity/Day.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
...ey/Together/domain/dairy/entity/Plan.java → ...ney/Together/domain/plan/entity/Plan.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
...ether/domain/dairy/entity/PlanReview.java → ...gether/domain/plan/entity/PlanReview.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
3 changes: 1 addition & 2 deletions
3
.../domain/dairy/entity/PlanReviewImage.java → ...r/domain/plan/entity/PlanReviewImage.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
6 changes: 3 additions & 3 deletions
6
...omain/dairy/repository/DayRepository.java → ...domain/plan/repository/DayRepository.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
6 changes: 2 additions & 4 deletions
6
...main/dairy/repository/PlanRepository.java → ...omain/plan/repository/PlanRepository.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
6 changes: 3 additions & 3 deletions
6
...repository/PlanReviewImageRepository.java → ...repository/PlanReviewImageRepository.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
6 changes: 3 additions & 3 deletions
6
...airy/repository/PlanReviewRepository.java → ...plan/repository/PlanReviewRepository.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
Oops, something went wrong.