-
Notifications
You must be signed in to change notification settings - Fork 1
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
[#5] 공고 마감 기능 구현 #11
Merged
Merged
[#5] 공고 마감 기능 구현 #11
Commits on Oct 21, 2024
-
feat: Company feature 생성 및 Mock 데이터 DTO로 이동
1. CompanyDto 추가해서 JobPostingDetailDto에서 회사 정보 분리 2. Mock 데이터 재활용할 수 있게 factory 생성자로 생성하도록 변경 3. dto.mock.data로 Mock 데이터 분리, dto에서는 생성하는 것만 신경쓰도록 함 4. 공고 마감 API 추가
Configuration menu - View commit details
-
Copy full SHA for 02b7c1e - Browse repository at this point
Copy the full SHA 02b7c1eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 99a9b5b - Browse repository at this point
Copy the full SHA 99a9b5bView commit details -
1. closeJobPosting() 추가 2. JobPostingUseCaseImpl 파일 분리
Configuration menu - View commit details
-
Copy full SHA for eb2867a - Browse repository at this point
Copy the full SHA eb2867aView commit details -
feat: JobPostingDetailBloc에 공고 마감 추가
1. OnClosedJobPosting() 이벤트 추가 2. closed 상태 추가
Configuration menu - View commit details
-
Copy full SHA for 6b6f5df - Browse repository at this point
Copy the full SHA 6b6f5dfView commit details -
1. MoreOption 위젯 추가 2. DetailMoreOptionType으로 상세 화면에서 사용할 타입 추가
Configuration menu - View commit details
-
Copy full SHA for 9d896ad - Browse repository at this point
Copy the full SHA 9d896adView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8d5b0ef - Browse repository at this point
Copy the full SHA 8d5b0efView commit details -
1. 공고 마감 더보기 팝업 추가 2. 공고 마감 Bloc 이벤트 연결 3. 공고 마감시 뒤로가기 추가
Configuration menu - View commit details
-
Copy full SHA for 2d97a08 - Browse repository at this point
Copy the full SHA 2d97a08View commit details
Commits on Oct 22, 2024
-
feat: #5/공고 상세 바텀 시트 factory 방식으로 변경
1. OCP 원칙 준수를 위해 switch-case 문 방식에서 Factory를 이용한 방식으로 변경
Configuration menu - View commit details
-
Copy full SHA for 36f0e4f - Browse repository at this point
Copy the full SHA 36f0e4fView commit details
Commits on Oct 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f595dfe - Browse repository at this point
Copy the full SHA f595dfeView commit details -
Configuration menu - View commit details
-
Copy full SHA for a2e7b6e - Browse repository at this point
Copy the full SHA a2e7b6eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 49034a5 - Browse repository at this point
Copy the full SHA 49034a5View commit details -
Configuration menu - View commit details
-
Copy full SHA for a554158 - Browse repository at this point
Copy the full SHA a554158View commit details -
feat: 공고 등록 시 유효성 검사에서 null 코드 제거
1. ValidationResult 추가 2. JobPostingRequestEntity Extneion을 서브 파일로 분리
Configuration menu - View commit details
-
Copy full SHA for 547fd12 - Browse repository at this point
Copy the full SHA 547fd12View commit details
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.