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

[BE] feat: 관리자 공연 등록 구현(#116) #130

Merged
merged 3 commits into from
Jul 27, 2023
Merged

[BE] feat: 관리자 공연 등록 구현(#116) #130

merged 3 commits into from
Jul 27, 2023

Conversation

BGuga
Copy link
Member

@BGuga BGuga commented Jul 27, 2023

@BGuga BGuga added the BE 백엔드에 관련된 작업 label Jul 27, 2023
@BGuga BGuga self-assigned this Jul 27, 2023
@BGuga BGuga linked an issue Jul 27, 2023 that may be closed by this pull request
@github-actions
Copy link

github-actions bot commented Jul 27, 2023

Unit Test Results

52 tests  +3   52 ✔️ +3   1s ⏱️ -1s
18 suites +1     0 💤 ±0 
18 files   +1     0 ±0 

Results for commit c3bcb05. ± Comparison against base commit c8629cd.

♻️ This comment has been updated with latest results.

}

public StageResponse create(StageCreateRequest request) {
Festival festival = findFestivalBy(request.festivalId());
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

By 뒤에 Id 부탁드립니다!

assertThat(stageResponse.startTime())
.isEqualTo(startTime);
}

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

이거 없애죠

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

32번째 라인 개행 제거 부탁드립니다!

assertThat(stageResponse.startTime())
.isEqualTo(startTime);
}

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

개행 제거 부탁드립니다!

Copy link
Collaborator

@seokjin8678 seokjin8678 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

사소한 몇 가지 부분만 수정 부탁드립니다!

Copy link
Collaborator

@seokjin8678 seokjin8678 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

고생하셨습니다!

@BGuga BGuga merged commit 565cc7b into dev Jul 27, 2023
3 checks passed
@BGuga BGuga deleted the feat/#116 branch July 27, 2023 07:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
BE 백엔드에 관련된 작업
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BE] 축제 관리자를 위한 공연 등록 API를 구축한다.
3 participants