-
Notifications
You must be signed in to change notification settings - Fork 6
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
견적서 관련 작업 #58
Merged
Merged
견적서 관련 작업 #58
Conversation
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
- 견적서 추가 로직 작성
- 견적서 리스트 조회 구현
- 요청 유효성 검증 추가
- 견적서 DTO 변경 로직 분리
- 견적서 수정 메서드 추가 - 견적서 레포지토리 테스트 코드 추가 - 오타 수정
- 견적서 추가 시 플래너만 등록할 수 있도록 변경
- 견적서 레포지토리 수정, 삭제 테스트 코드 추가 - auto-increment 로 인한 오류 수정 코드 추가
- 코드 중복 삭제 - 오타 수정
견적서 조회, 생성 기능 구현
- enum 타입 오류 수정
- DTO에서 QuotationStatus를 String으로 변환시켜 반환하도록 수정했습니다
fix: enum type error
- Match, Quotation 컬럼명 snake_case로 변경 - Match 엔티티에 Builder 및 update 메서드 추가
- 견적서 전체 확정 API 매핑 및 구현
- 매칭내역 (채팅방) soft delete 기능 구현 - 견적서 전체 확정 내역 in Match 업데이트 기능 구현 - 견적서 전체 확정 내역 여부 -> MatchStatus 생성
- 견적서 전체 확정 기능 테스트 - 테스트를 위한 데이터 추가 (teardown.sql) - 회원가입 탈퇴 테스트 주석 처리 (임시)
매칭내역 수정, 삭제
- BaseException에 견적서 관련 에러 메시지 추가
BaseException 파일 추가
seokwns
approved these changes
Oct 8, 2023
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.
견적서 기능 구현 완료했습니다
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.