-
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 branch 'develop' of github.com:h-jjang/bauction into feature/#34-…
…매물-검색-기능-구현
- Loading branch information
Showing
51 changed files
with
830 additions
and
409 deletions.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
--- | ||
name: Bug Report | ||
about: Bug Report 설명 | ||
title: "[BUG]" | ||
labels: "bug" | ||
assignees: '' | ||
|
||
--- | ||
|
||
## 🤔 버그 내용 | ||
버그 내용 및 버그 발생 상황을 알려주세요! | ||
ex) 어떤 api를 호출하였더니 오류가 생겼어요. | ||
<br> | ||
|
||
## 🚩 버그 발견 위치 | ||
버그 발견 예상 패키지 위치를 알려주세요! | ||
ex) | ||
|
||
<br> | ||
|
||
## ⚠ 에러 캡쳐 | ||
주요 에러 stack trace를 캡쳐해주세요! | ||
|
||
<br> | ||
|
||
|
||
## 🙂 etc | ||
추가적으로 하고 싶은 말! (Optional) | ||
|
||
<br> |
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,24 @@ | ||
--- | ||
name: Feature Request | ||
about: 기능 개발 제안 | ||
title: "[FEAT]" | ||
labels: "enhancement" | ||
assignees: '' | ||
|
||
--- | ||
|
||
## ✨ 제안 기능 | ||
기능에 대해 간략하게 설명해주세요! | ||
|
||
## 🎇 제안 배경 | ||
이 기능을 추가하게 되는 배경에 대해 적어주세요! | ||
ex) 중고 거래에 필요한 채팅 기능이 필요해서 도입한다! | ||
|
||
<br> | ||
|
||
## 📢 기능 설명 | ||
개발할 기능에 대해 설명해주세요. | ||
|
||
<br> | ||
|
||
### 📕 래퍼런스 |
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,22 @@ | ||
--- | ||
name: Pull Request | ||
about: pr 설명 | ||
title: "[PR]" | ||
labels: "" | ||
assignees: '' | ||
|
||
--- | ||
|
||
|
||
## 추가한 기능 설명 | ||
|
||
<br> | ||
|
||
|
||
## check list | ||
- [ ] issue number를 브랜치 앞에 추가 하였는가? <br> | ||
- [ ] 그외의 [pr 규칙](https://github.com/h-jjang/bauction/wiki/%5BProject-Rules%5D#pr-%EA%B7%9C%EC%B9%99)을 잘 지켰는가? | ||
- [ ] 모든 단위 테스트를 돌려보고 기존에 작동하던 테스트에 영향이 없는 것을 확인했는가? | ||
설명 | ||
- [ ] naver code style formatting(단축키)을 했는가? | ||
- [ ] [우테코 pr 규칙](https://github.com/woowacourse/woowacourse-docs/blob/master/cleancode/pr_checklist.md)을 준수하였는가? |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
config.stopBubbling = true | ||
lombok.addLombokGeneratedAnnotation = true |
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
81 changes: 0 additions & 81 deletions
81
backend/src/main/java/com/hjjang/backend/domain/user/controller/UserAuthController.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
15 changes: 0 additions & 15 deletions
15
backend/src/main/java/com/hjjang/backend/domain/user/dto/LoginRequest.java
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.