Skip to content
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
wants to merge 15 commits into
base: main
Choose a base branch
from
Open

Phase 1 #30

wants to merge 15 commits into from

Conversation

daehwan2da
Copy link
Contributor

No description provided.

daehwan2da and others added 9 commits November 20, 2023 09:57
* 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 적용
@daehwan2da daehwan2da added this to the Phase 1 milestone Dec 9, 2023
@daehwan2da daehwan2da changed the title Base/20231126 Phase 1 Dec 9, 2023
daehwan2da and others added 6 commits December 9, 2023 20:27
* 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
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants