-
Notifications
You must be signed in to change notification settings - Fork 0
Feat/#13 #15
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
Merged
Feat/#13 #15
Changes from all commits
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
c8a5bf2
:sparkles: feat: User ์ํฐํฐ ๋น๋ฐ๋ฒํธ ๋ณ๊ฒฝ ๋ฉ์๋ ์ถ๊ฐ
ojy0903 f9926d9
:sparkles: feat: UserSignUpException -> UserException ์ผ๋ก ์ด๋ฆ ๋ณ๊ฒฝ, UserEโฆ
ojy0903 94345d4
:sparkles: feat: EmailService ๊ธฐ์กด ๊ฐ์
์ ์ด๋ฉ์ผ ์ธ์ฆ ๋ก์ง์ ํ
ํ๋ฆฟ ๋ฉ์๋ํ & ๋น๋ฐ๋ฒํธ ์ฌ์ค์ ์ โฆ
ojy0903 e5be6f8
:sparkles: feat: UserService ์ค์ ๋น๋ฐ๋ฒํธ ์ฌ์ค์ ๋ฉ์๋ ์ถ๊ฐ
ojy0903 4025e6d
:sparkles: feat: UserController ๋น๋ฐ๋ฒํธ ์ฌ์ค์ ์ ์ํ ์ด๋ฉ์ผ ์ธ์ฆ ์ ์ก API, ๋น๋ฐ๋ฒํธ ์ฌ์ค์ โฆ
ojy0903 c7897a5
Merge remote-tracking branch 'refs/remotes/origin/develop' into feat/#13
ojy0903 07e7340
:bug: fix: ์์
๋ก๊ทธ์ธ PR ๋จธ์ง ์ดํ UserSignUpException -> UserException ๋ณ๊ฒฝ ์ ์ฉ
ojy0903 7159647
:sparkles: feat: ์์
๋ก๊ทธ์ธ PR ๋จธ์ง ์ดํ User ์ํฐํฐ ๋น๋ฐ๋ฒํธ ์ฌ์ค์ ๋ฉ์๋ ์ถ๊ฐ
ojy0903 c8867ad
:bug: fix: EmailService ์ด๋ฉ์ผ ์ ์ก ํ
ํ๋ฆฟ ๋ฉ์๋ ๊ฒ์ฆ ๋ก์ง ์์
ojy0903 f4712c4
:sparkles: feat: UserErrorCode ์ฝ๋ ์ ๋ฆฌ ๋ฐ ๋น๋ฐ๋ฒํธ ์ฌ์ค์ ๊ด๋ จ ์ฝ๋ ์ถ๊ฐ
ojy0903 3897a16
:sparkles: feat: UserService ๋ด๋ถ UserSignUpException -> UserException โฆ
ojy0903 01e2820
:sparkles: feat: UserController ๋ด๋ถ ๋น๋ฐ๋ฒํธ ์ฌ์ค์ ๊ด๋ จ API ๊ฒฝ๋ก ์์ + Swagger Doโฆ
ojy0903 6b60624
:bug: fix: ๋น๋ฐ๋ฒํธ ์ฌ์ค์ ์ ์ํ ์ด๋ฉ์ผ ์ ์ก ๋ด๋ถ ๊ฒ์ฆ ๋ก์ง ์ค๋ฅ ์์
ojy0903 0254bfa
:recycle: refactor: UserException -> UserHandler ๋ก ํด๋์ค๋ช
๋ณ๊ฒฝ
ojy0903 5b1df9d
:recycle: refactor: ๋น๋ฐ๋ฒํธ ์ฌ์ค์ API response ๋ฅผ created -> from ์ผ๋ก ๋ณ๊ฒฝ
ojy0903 9fba55f
:bug: fix: ์ต์ด ํ์๊ฐ์
์ด๋ฉ์ผ ๋ฌธ๊ตฌ / ๋น๋ฐ๋ฒํธ ์ฌ์ค์ ์ด๋ฉ์ผ ๋ฌธ๊ตฌ ๋ถ๋ฆฌ, ์ด๋ฉ์ผ ์ธ์ฆ ์๊ฐ 3๋ถ์ผ๋ก ๋ณ๊ฒฝ
ojy0903 9e460c8
:recycle: refactor: ์ต์ด ํ์๊ฐ์
์ด๋ฉ์ผ ๋ฌธ๊ตฌ / ๋น๋ฐ๋ฒํธ ์ฌ์ค์ ์ด๋ฉ์ผ ๋ฌธ๊ตฌ ๋ถ๋ฆฌ -> Subject ๋ฌธ๊ตฌ ๊ตฌ๋ถ
ojy0903 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
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
13 changes: 13 additions & 0 deletions
13
.../java/com/whereyouad/WhereYouAd/domains/user/application/dto/request/PwdResetRequest.java
This file contains hidden or 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,13 @@ | ||
| package com.whereyouad.WhereYouAd.domains.user.application.dto.request; | ||
|
|
||
| import jakarta.validation.constraints.Email; | ||
| import jakarta.validation.constraints.NotBlank; | ||
|
|
||
| public record PwdResetRequest( | ||
| @NotBlank(message = "์ด๋ฉ์ผ์ ํ์์ ๋๋ค.") | ||
| @Email(message = "์ด๋ฉ์ผ ํ์์ด ์ฌ๋ฐ๋ฅด์ง ์์ต๋๋ค.") | ||
| String email, | ||
| @NotBlank(message = "๋น๋ฐ๋ฒํธ๋ ํ์์ ๋๋ค.") | ||
| String password | ||
| ) { | ||
| } |
This file contains hidden or 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 hidden or 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 hidden or 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
10 changes: 0 additions & 10 deletions
10
src/main/java/com/whereyouad/WhereYouAd/domains/user/exception/UserSignUpException.java
This file was deleted.
Oops, something went wrong.
This file contains hidden or 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
10 changes: 10 additions & 0 deletions
10
src/main/java/com/whereyouad/WhereYouAd/domains/user/exception/handler/UserHandler.java
ojy0903 marked this conversation as resolved.
Show resolved
Hide resolved
|
This file contains hidden or 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,10 @@ | ||
| package com.whereyouad.WhereYouAd.domains.user.exception.handler; | ||
|
|
||
| import com.whereyouad.WhereYouAd.global.exception.AppException; | ||
| import com.whereyouad.WhereYouAd.global.exception.BaseErrorCode; | ||
|
|
||
| public class UserHandler extends AppException { | ||
| public UserHandler(BaseErrorCode errorCode) { | ||
| super(errorCode); | ||
| } | ||
| } |
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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
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.
Uh oh!
There was an error while loading. Please reload this page.