Skip to content
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

[BE] 이슈 제목 수정 API 구현 #29

Open
MuseopKim opened this issue Jun 15, 2020 · 0 comments
Open

[BE] 이슈 제목 수정 API 구현 #29

MuseopKim opened this issue Jun 15, 2020 · 0 comments
Assignees
Labels
BE 백엔드 이슈

Comments

@MuseopKim
Copy link
Member

이슈 제목 수정 기능 구현

@MuseopKim MuseopKim added the BE 백엔드 이슈 label Jun 15, 2020
@MuseopKim MuseopKim changed the title [BE] 이슈 제목 수정 기능 구현 [BE] 이슈 제목 수정 API 구현 Jun 15, 2020
MuseopKim added a commit that referenced this issue Jun 15, 2020
- ModifyIssueTitleRequestDto
	- userId
	- issueTitle
MuseopKim added a commit that referenced this issue Jun 15, 2020
MuseopKim added a commit that referenced this issue Jun 15, 2020
- issueDao에 이슈의 제목을 수정하는 쿼리 추가
- 성공시 메시지를 리턴하도록 설정
MuseopKim added a commit that referenced this issue Jun 15, 2020
- BaseException extends RuntimeException
MuseopKim added a commit that referenced this issue Jun 15, 2020
MuseopKim added a commit that referenced this issue Jun 15, 2020
- 권한이 없는 유저가 요청을 했을 경우의 예외
MuseopKim added a commit that referenced this issue Jun 15, 2020
- ApiResponse.UNAUTHORIZED()
- 에러 메시지 상수화
MuseopKim added a commit that referenced this issue Jun 15, 2020
- 요청한 유저의 id와 DB에 저장된 유저의 id가 같지 않을 경우 에러 반환
MuseopKim added a commit that referenced this issue Jun 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
BE 백엔드 이슈
Projects
None yet
Development

No branches or pull requests

2 participants