-
Notifications
You must be signed in to change notification settings - Fork 0
[FEAT] 특약 로직 수정 및 AI 메시지 추가 #78
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
Merged
Changes from all commits
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
fa97a00
✨ feat: code formatting
leeedongjaee ecb0677
✨ feat: 최종 특약 수정, 삭제 요청 및 수락 구현
leeedongjaee 474fe5e
✨ feat: 최종 특약 삭제 메서드 수정
leeedongjaee 45f4d11
✨ feat: 최종 특약 수정, 삭제 Dto 구현
leeedongjaee 242a53f
✨ feat: 계약 최종 특약 관련 메시지 AI 처리
leeedongjaee d522b0b
✨ feat: 특약 수정, 삭제, 확정 AI 메시지 처리 수정
leeedongjaee eb5af90
✨ feat: 특약 수정, 삭제, 확정 AI 메시지 처리 수정
leeedongjaee 2c1a980
✨ feat: 특약 수정, 삭제, 확정 Order번호 중복 수정
leeedongjaee 587fc74
✨ feat: 특약 수정, 삭제, 확정 Order번호 중복 수정
leeedongjaee e96ddc0
✨ feat: 특약 수정, 삭제, 확정 Order번호 없이 수락 메서드 수정
leeedongjaee ad74d49
✨ feat: 특약 수정, 삭제, 확정 Order번호 없이 수락 메서드 수정
leeedongjaee ea21261
✨ feat: 특약 수정, 삭제, 확정 Controller 중복 선언 수정
leeedongjaee f9a5a47
✨ feat: 특약 ROUND4 추가
leeedongjaee 55b892b
✨ feat: 특약 확정 수락 또는 거절 API 통합
leeedongjaee 7f1b129
✨ feat: 최종 특약 저장 AI 메시지 삭제
leeedongjaee ccb3a13
✨ feat: 최종 특약 라운드 변경 수정
leeedongjaee 087601f
✨ feat: 최종 특약 저장 AI 메시지 수정
leeedongjaee 38c8538
🌱 chore: git merge
leeedongjaee fd35ed2
✨ feat: 임대인 사전조사 링크 메시지 수정
leeedongjaee b6acc63
✨ feat: 계약 채팅 링크 제공 API 구현
leeedongjaee 5b57e28
✨ feat: 계약 채팅 링크 제공 로직 구현
leeedongjaee fa09a0f
✨ feat: 사전조사 안내 메시지 추가
leeedongjaee e36cfda
✨ feat: 하드코딩 URL 주소 properties 의존
leeedongjaee d02cfc4
✨ feat: ROUND4 추가
leeedongjaee f2bce82
✨ feat: UserId 추출 수정
leeedongjaee fc5811f
✨ feat: 임대인 인증 메서드 오류 수정
leeedongjaee 3e5e73d
✨ feat: 임대인 인증 메서드 추가
leeedongjaee f507e0e
✨ feat: 임대인 추출 메서드 추가
leeedongjaee 68e5f5b
✨ feat: URL 하드코딩 수정
leeedongjaee c025732
✨ feat: URL 하드코딩 의존 추가
leeedongjaee eef8835
✨ feat: 메시지 내용 수정
leeedongjaee 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
There are no files selected for viewing
Submodule config-submodule
updated
from 821c2c to b330f7
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
Oops, something went wrong.
Oops, something went wrong.
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.
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.
🛠️ Refactor suggestion
일관성 없는 메서드 파라미터 타입
FinalContractDeletionResponseDto가acceptFinalContractConfirmation메서드의 파라미터로 사용되고 있는데, 메서드명과 DTO 이름이 일치하지 않습니다. 확정 수락용 별도 DTO를 만들거나 더 범용적인 DTO 이름을 사용하는 것이 좋습니다.📝 Committable suggestion
🤖 Prompt for AI Agents