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

Feat: 진행중인(대기상태, 요청상태) 포인트 충전, 출금 요청 존재하면 추가 요청 불가 로직 추가 #206

Merged
merged 1 commit into from
Nov 9, 2024

Conversation

zzoe2346
Copy link
Contributor

@zzoe2346 zzoe2346 commented Nov 8, 2024

#️⃣ 연관된 이슈

ex) #이슈번호, #이슈번호

📝 작업 내용

이번 PR에서 작업한 내용을 간략히 설명해주세요.(이미지 첨부 가능)

  • 진행중 이라는 상태를 REQUEST, WAITING 상태로 설정했습니다.
    • 나머지 COMPLETE, FAIL 상태는 완료된 상태로 보면 될거 같습니다.
  • 진행중인 상태가 있는데 요청하면 Conflict 를 던집니다.

스크린샷 (선택)

💬 리뷰 요구사항(선택)

리뷰어가 특별히 봐주었으면 하는 부분이 있다면 작성해주세요

ex) 메서드 XXX의 이름을 더 잘 짓고 싶은데 혹시 좋은 명칭이 있을까요?

⏰ 현재 버그

✏ Git Close

close #이슈번호

close #193

@zzoe2346 zzoe2346 self-assigned this Nov 8, 2024
@zzoe2346 zzoe2346 added the ✨ Feature 새로운 기능 추가 및 구현하는 경우 label Nov 8, 2024
@zzoe2346 zzoe2346 requested review from eunsoni, GitJIHO and 2iedo November 8, 2024 14:27
@zzoe2346 zzoe2346 changed the title Feat: 진행중인(대기상태, 요청상태) 포인트 충전, 출금 존재시 추가 요청 불가하게 로직 추가 Feat: 진행중인(대기상태, 요청상태) 포인트 충전, 출금 요청 존재하면 추가 요청 불가 로직 추가 Nov 8, 2024
Copy link
Member

@GitJIHO GitJIHO left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

깔끔한 처리 감사드립니다 👍

Copy link
Collaborator

@2iedo 2iedo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

고생하셨습니다~

Copy link
Collaborator

@eunsoni eunsoni left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

수고하셨어요~!

@zzoe2346 zzoe2346 merged commit d2e8c7d into Weekly Nov 9, 2024
1 check passed
@zzoe2346 zzoe2346 deleted the Feat/issue-#193 branch November 9, 2024 07:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨ Feature 새로운 기능 추가 및 구현하는 경우
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Feat: 포인트 충전, 출금 요청 시 미완 된 요청이 있다면 예외를 던지는 로직 추가
4 participants