-
Notifications
You must be signed in to change notification settings - Fork 0
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
Phase 1 #30
Open
daehwan2da
wants to merge
15
commits into
main
Choose a base branch
from
base/20231126
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Phase 1 #30
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
* Api Response 구성 * FillinResponseData 제거
* User 엔티티 구성 * User state enum * Account 엔티티 구성 * Social Type enum * Social Info embedded 클래스 * Film 엔티티 구성 * FilmType 엔티티 구성 * Company 엔티티 구성 * Photo 엔티티 구성 * Photo Status enum * Price 엔티티 구성 * ReactionHistory 엔티티 구성 * TargetType enum * RunningTime 엔티티 구성 * Day enum * Studio 엔티티 구성 * crreateAd, updatedAt 일괄 적용을 위한 BaseTimeEntity * @EnableJpaAuditing 추가 * socialId, socialType unique 설정 제거 * socialId, socialType에 대한 복합 unique key 설정 * BaseTimeEntity 상속 * PhotoStatus enum - 공유된 사진, 삭제된 사진 * 필드명 변경 : value -> amount: * Day enum 클래스 명 변경 : Day -> DayOfWeek * StudioStatus enum 추가 * Studio 생성자 Builder 패턴 적용 * Status enum 클래스 명 변경 : Status -> UserStatus * userNo, targetNo, targetType 에 대한 복합 unique key 설정 * index 명 변경 : idx_unique_01 -> idx_unique_02
* FillinExceptionHandling 구성 * lombok builder 적용
* Entity postfix 추가 * entity 에 table name 적용
* OAuth2 dependency 제거 * loginOrJoin 로직 구현 tokenHandler 구현 * Account 및 User Exception 처리 * review 반영 NullIgnore 제거
* Entity postfix 추가 * entity 에 table name 적용 * studio 전체 조회 개발 * studio 상세 조회 api 추가 * price 관련 view 로직 처리를 위한 PriceView * studio 상세 조회를 위한 price 로직 * RunningTime 관련 view 로직 처리를 위한 RunningTimeView * runnig time 에 따른 운영 상태(operation status) * EVERY_DAY, WEEK_DAY, WEEK_END 추가 * studio 상세 조회를 위한 runnigTime 로직 * korea time zone 설정 * studio 상세 조회 예외 핸들링 * Studio 관련 view 로직 처리를 위한 StudioView * studio 상세 조회 로직 * StudioStatus 필요 여부 * 도메인 엔티티가 영속성 엔티티를 모르도록 매핑 변경 - PriceEntity -> toPrice 를 통해 Price 로 매핑 - RunningTimeEntity -> toRunningTime 을 통해 RunningTime 으로 매핑 * 도메인 엔티티가 영속성 엔티티를 모르도록 매핑 변경 - StudioEntity -> toStudio 를 통해 Studio 로 매핑 * retrieveAllStudio 반환값 unmodifiable list 로 변경 * 사용자 입력 검색어 관리 객체 * 사용자 검색어를 비즈니스 검색어로 변경 관리하는 객체 * studio 검색 로직 * studio 검색 api 개발 * 리뷰 반영 * unit test 작성 * rebase 충돌 해결 --------- Co-authored-by: 머환임 <[email protected]>
* token package api 하위로 이동 * Account 로직 개선
* 북마크 리액션 생성 개발 * 북마크 리액션 조회 개발 * reaction api 개발
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.