-
Notifications
You must be signed in to change notification settings - Fork 155
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weโll occasionally send you account related emails.
Already on GitHub? Sign in to your account
๐ 2๋จ๊ณ - ๋ฆฌํฉํฐ๋ง(๋ฉ๋ด) #101
Open
dacapolife87
wants to merge
26
commits into
next-step:dacapolife87
Choose a base branch
from
dacapolife87:step2
base: dacapolife87
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 8 commits
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
54fc7db
refactor : Request, Response ๊ฐ์ฒด ์์ฑ
dacapolife87 23fd6cd
refactor : domain ๋ฆฌํฉํ ๋ง
dacapolife87 5aba3a1
test : ํ
์คํธ ์ฝ๋ ์์ฑ
dacapolife87 f5f8269
refactor : Package ๋ณ๊ฒฝ ๋ฐ ๋ถํ์ ์ํฌํธ ์ ๊ฑฐ
dacapolife87 67170c2
refactor : Controller์์ Entity ๋ถ๋ฆฌ
dacapolife87 64dfd9c
test : Dto ์ฌ์ฉ์ ๋ฐ๋ฅธ ํ
์คํธ์ฝ๋ ์์
dacapolife87 5c159c0
test : setter ์ ๊ฑฐํ ์์ฑ์ ์ฌ์ฉ
dacapolife87 1de0bdb
refactor : ๊ฐ๊ฐ์ฒด๋ด์์ ์ฒ๋ฆฌ๊ฐ๋ฅํ ๋ก์ง ์ด๋
dacapolife87 23058a2
refactor : Price ๊ณตํต ๋๋ฉ์ธ์ผ๋ก ์ถ์ถ
dacapolife87 5279b6f
refactor : MenuProduct setter ์ ๊ฑฐ
dacapolife87 1ce2bf9
refactor : MenuProduct ๊ฐ๊ฒฉ์ฒดํฌ ๋ก์ง ์์๋ก ์ด๋
dacapolife87 79a7593
refactor : MenuProducts ์ผ๊ธ์ปฌ๋ ์
์์ฑ
dacapolife87 ec823ac
refactor : MenuProductsRequest์์ฑ ๋ฐ Entity๋ถ๋ฆฌ
dacapolife87 19a1ed1
refactor : formatting ๋ฐ ํจํค์ง ๋ณ๊ฒฝ
dacapolife87 97ada58
refactor : Price ๊ณตํต ๋๋ฉ์ธ์ผ๋ก ์ด๋ ๋ฐ MenuPrice & ProductPrice ํตํฉ
dacapolife87 742c136
feat : request ๊ฐ์ฒด ์์ฑ ๋ฐ ์ปจํธ๋กค๋ฌ ๋ถ๋ฆฌ
dacapolife87 cd7e080
feat : ํจํค์ง ์ด๋ ๋ฐ ๋๋ฉ์ธ ๊ธฐ๋ฅ ๊ตฌํ
dacapolife87 f32cc8a
feat : ๊ฐ์ ์ฐธ์กฐ๋ก ๋ณ๊ฒฝ
dacapolife87 134c1c4
refactor : ๋๋ฉ์ธ์ผ๋ก ๋ก์ง ์ด๋
dacapolife87 fc0ffb0
test : ํ
์คํธ๋ก์ง ์์ ๋ฐ ์ ๊ท์์ฑ
dacapolife87 4408754
refactor : ์๋ต๊ท๊ฒฉ ํ์ธ๋ถ๊ฐ๋ก response ๊ฐ์ฒด๋ ์ผ๋จ ์ ๊ฑฐ
dacapolife87 eec9f36
refactor : validation ์ ๊ฑฐ
dacapolife87 743a4da
refactor : request ๊ฐ์ฒด์ dto๊ฐ์ฒด ๋ถ๋ฆฌ
dacapolife87 075b342
refactor : equals, hashcode์ถ๊ฐ
dacapolife87 0f60d64
test : request๊ฐ์ฒด dto๊ฐ์ฒด๋ก ๋ณ๊ฒฝ
dacapolife87 489c1c2
refactor : ๊ฐ๊ฒฉ๋น๊ต๋ก์ง MenuProducts๋ก ์ด๋
dacapolife87 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
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
1 change: 1 addition & 0 deletions
1
src/main/java/kitchenpos/menus/domain/JpaMenuGroupRepository.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
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
2 changes: 2 additions & 0 deletions
2
src/main/java/kitchenpos/menus/domain/MenuGroupRepository.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
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
์์ง ์ค์ํ ๋น์ฆ๋์ค ๋ก์ง์ด ์๋น์ค ๋ ์ด์ด์ ๋ ธ์ถ๋์ด ์๋๊ฒ ๊ฐ์์.
๋ง์ฝ ํ์ฌ ๊ตฌ์กฐ์์ ๋ค๋ฅธ ๊ฐ๋ฐ์๋ถ์ด ์๋น์ค ๋ ์ด์ด์ ์๋ ๋ก์ง์ ๋ณด์ง๋ชปํ๊ณ Menu ๋๋ฉ์ธ ๊ฐ์ฒด๋ฅผ ์์ฑํ๋ค๋ฉด Menu ๊ฐ์ฒด๋ ์์ ํ ๊ฐ์ฒด๋ผ๊ณ ํ ์ ์์๊ฒ ๊ฐ์์ ๐ข
๋ ธ์ถ๋์ด ์๋ ๋น์ฆ๋์ค ๋ก์ง์ ๋๋ฉ์ธ ๋ด๋ถ๋ก ์ฎ๊ฒจ๋ณด์ธ์ ๐