-
Notifications
You must be signed in to change notification settings - Fork 6
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
feat : 공연 상세 및 체크리스트 조회 구현 #246
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
굿굿!
public void setStatus(EventStatus status) { | ||
this.status = status; | ||
} | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Open , Close 등으로 메서드명 나누고
검증로직 들어가야 할 것 같습니다!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
일단 임시로 틀만 만들어 둘게요
DuDoong-Domain/src/main/java/band/gosrock/domain/domains/event/domain/EventDetail.java
Outdated
Show resolved
Hide resolved
public Boolean hasEventBasic() { | ||
return this.eventBasic != null && this.eventBasic.isValid(); | ||
} | ||
|
||
public Boolean hasEventPlace() { | ||
return this.eventPlace != null && this.eventPlace.isValid(); | ||
} | ||
|
||
public Boolean hasEventDetail() { | ||
return this.eventDetail != null && this.eventDetail.isValid(); | ||
} | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
isValid 보단 isUpdated? 등 다른메소드 이름이 더 명확한것같은데
어떻게 생각하시나유
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
isValid 보단 isUpdated? 등 다른메소드 이름이 더 명확한것같은데 어떻게 생각하시나유
일단 바꿔볼게요
DuDoong-Api/src/main/java/band/gosrock/api/event/service/ReadEventChecklistUseCase.java
Outdated
Show resolved
Hide resolved
DuDoong-Api/src/main/java/band/gosrock/api/event/service/ReadEventDetailUseCase.java
Outdated
Show resolved
Hide resolved
DuDoong-Api/src/main/java/band/gosrock/api/event/service/ReadEventDetailUseCase.java
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
수고하셨습니다
Kudos, SonarCloud Quality Gate passed! 0 Bugs |
개요
작업사항
PREPARING
상태일 경우엔 호스트 유저만 조회하게 했음변경로직