-
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.
chore: todo 도메인 -> trip 도메인 패키지 병합 (#35)
- Loading branch information
Showing
10 changed files
with
17 additions
and
21 deletions.
There are no files selected for viewing
6 changes: 3 additions & 3 deletions
6
...rg/doorip/todo/api/TodoApiController.java → ...rg/doorip/trip/api/TodoApiController.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
...p/todo/dto/request/TodoCreateRequest.java → ...p/trip/dto/request/TodoCreateRequest.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
12 changes: 6 additions & 6 deletions
12
.../org/doorip/todo/service/TodoService.java → .../org/doorip/trip/service/TodoService.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
...ava/org/doorip/todo/domain/Allocator.java → ...ava/org/doorip/trip/domain/Allocator.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
2 changes: 1 addition & 1 deletion
2
...java/org/doorip/todo/domain/Progress.java → ...java/org/doorip/trip/domain/Progress.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 org.doorip.todo.domain; | ||
package org.doorip.trip.domain; | ||
|
||
public enum Progress { | ||
INCOMPLETE, COMPLETE | ||
|
2 changes: 1 addition & 1 deletion
2
...n/java/org/doorip/todo/domain/Secret.java → ...n/java/org/doorip/trip/domain/Secret.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 org.doorip.todo.domain; | ||
package org.doorip.trip.domain; | ||
|
||
public enum Secret { | ||
OUR, MY; | ||
|
3 changes: 1 addition & 2 deletions
3
...ain/java/org/doorip/todo/domain/Todo.java → ...ain/java/org/doorip/trip/domain/Todo.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
4 changes: 2 additions & 2 deletions
4
...oorip/todo/repository/TodoRepository.java → ...oorip/trip/repository/TodoRepository.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