-
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
[REFACTOR] IPO Domain 로직 개선 (Service Layer) #67
Labels
refactor
로직 수정을 통한 개선 진행 (입출력에 변화 X)
Comments
chhs2131
added a commit
that referenced
this issue
Dec 20, 2022
chhs2131
added a commit
that referenced
this issue
Dec 20, 2022
chhs2131
added a commit
that referenced
this issue
Dec 22, 2022
chhs2131
added a commit
that referenced
this issue
Dec 22, 2022
… 에러에 대한 처리 진행 - IllegalArgumentException 발생가능 - 해당 에러를 IG000(BadRequest) CustomException으로 변환하여 사용자에게 노출
chhs2131
added a commit
that referenced
this issue
Dec 22, 2022
This was referenced Dec 28, 2022
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
목적
상세내용
schedule 파라미터를 string이 아닌 localDate로 변경
ipo api 중 기간 관련 파라미터를 받는 요청들에 대해서 내부적으로 DatePeriod를 사용
comment 를 통해 특정 ipo를 조회하는 기능 제거 (해당기능은 이미 {ipo_index}/comment 에 존재함)
comment 리스트 기본 조회 기간 최근 7일에서 14일로 수정
comment를 별도의 service layer로 분리
비어있는 comment 처리 개선
신규상장에 대한 comment 처리 개선
그 외 VO(Domain) 객체화 할 수 있는 부분이 있는지 확인
참고사항
The text was updated successfully, but these errors were encountered: