-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 🐛 신청 목록 반환 시 신청 기본키 반환 (#35) (#36) * 🐛 신청 api 응답으로 applyId 반환 (#39) * 🐛 신청 목록 반환 시 신청 기본키 반환 (#35) * 🐛 신청 api 응답으로 applyId 반환 (#38) * 🐛 신청 목록 반환 시 신청 기본키 반환 (#35) (#36) * ✨ 신청 API applyId 반환 * 🐛 신청 세부 조회 로직 수정 (#42) * 🐛 신청 목록 반환 시 신청 기본키 반환 (#35) * 🐛 신청 api 응답으로 applyId 반환 (#38) * 🐛 신청 목록 반환 시 신청 기본키 반환 (#35) (#36) * ✨ 신청 API applyId 반환 * 🐛 신청 조회 로직 수정 (#41) * 🐛 신청 목록 반환 시 신청 기본키 반환 (#35) (#36) * 🐛 신청 api 응답으로 applyId 반환 (#39) * 🐛 신청 목록 반환 시 신청 기본키 반환 (#35) * 🐛 신청 api 응답으로 applyId 반환 (#38) * 🐛 신청 목록 반환 시 신청 기본키 반환 (#35) (#36) * ✨ 신청 API applyId 반환 * 🐛 신청 세부 조회 오류 수정 * 🚀 Cd 파이프라인 수정 * chore: CD 파이프라인 수정 * 🎨 카카오페이 approval_url 배포 도메인으로 수정 (#44) * 🎨 카카오페이 approval_url 배포 도메인으로 수정 * 🐛 신청 - 서류 연관관계 수정 * ✨ Status에 상태 추가 * ✨ 메모 추가 * ✨ GetStatus 메소드 수정 --------- Co-authored-by: GiHwan2 <[email protected]>
- Loading branch information
Showing
7 changed files
with
23 additions
and
6 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
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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
package com.ivory.ivory.domain; | ||
|
||
public enum Status { | ||
YET, IN_PROGRESS, COMPLETE | ||
YET, MATCHED, IN_PROGRESS, COMPLETE | ||
} |
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
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