Skip to content

[OpenAPI] Add endpoint for view event details #207 #231

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

Merged

Conversation

juhangil
Copy link
Contributor

#207

  • Get: Event details by admin endpoint class 추가
  • Url constant 추가
  • Response dto 추가

러프하게 작업을 진행해봤습니다
혹시 방향성이 맞을까요?

@juhangil juhangil changed the title Add Get event details endpoint by admin [OpenAPI] Add endpoint for view event details #207 Aug 18, 2024
@justinyoo justinyoo linked an issue Aug 18, 2024 that may be closed by this pull request
Copy link
Contributor

@justinyoo justinyoo left a comment

Choose a reason for hiding this comment

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

@juhangil 첫 시작이 아주 좋습니다! 코멘트 남겨뒀구요, 이와 관련해서 테스트 코드도 좀 만들어 볼까요?

만약 테스트 코드 짜는 게 감이 안오면 말씀해 주세요.

- remove fake implementation in admin event details endpoint
- Replace event details url file, EndpointUrls.cs to AdminEndpointUrls.cs
- Rename AdminEventDetailsEndpoint.cs to AdminEventEndpoints.cs
- Change url route parameter eventID to eventId
Copy link

Test Results

✔️ Tests 35 / 35 - passed in 19.2s
🔍 click here for more details

✏️ updated for commit 88974a8

Copy link

Test Results

Tests

📋 Total ✔️ Passed ❌ Failed ⚠️ Skipped
35 35 0 0

Copy link

Test Results

✔️ Tests 35 / 35 - passed in 16.2s
🔍 click here for more details

✏️ updated for commit ea63552

Copy link

Test Results

Tests

📋 Total ✔️ Passed ❌ Failed ⚠️ Skipped
35 35 0 0

Copy link

Test Results

✔️ Tests 35 / 35 - passed in 18.5s
🔍 click here for more details

✏️ updated for commit 2e09556

Copy link

Test Results

Tests

📋 Total ✔️ Passed ❌ Failed ⚠️ Skipped
35 35 0 0

Copy link

Test Results

✔️ Tests 35 / 35 - passed in 22.9s
🔍 click here for more details

✏️ updated for commit b4dc2a0

Copy link

Test Results

Tests

📋 Total ✔️ Passed ❌ Failed ⚠️ Skipped
35 35 0 0

@justinyoo
Copy link
Contributor

좋은데요? 응답 페이로드만 고민해 보면 될 듯 합니다.

@juhangil
Copy link
Contributor Author

좋은데요? 응답 페이로드만 고민해 보면 될 듯 합니다.

네 모델이랑 테스트 적용해서 완료되면 추가로 커밋하겠습니다

Copy link

Test Results

✔️ Tests 35 / 35 - passed in 17s
🔍 click here for more details

✏️ updated for commit fc6ca77

Copy link

Test Results

Tests

📋 Total ✔️ Passed ❌ Failed ⚠️ Skipped
35 35 0 0

@juhangil
Copy link
Contributor Author

@justinyoo 요청하신 변경사항이랑 페이로드 정의 후 테스트 적용하였습니다

Copy link

Test Results

✔️ Tests 35 / 35 - passed in 17.8s
🔍 click here for more details

✏️ updated for commit a67de9d

Copy link

Test Results

Tests

📋 Total ✔️ Passed ❌ Failed ⚠️ Skipped
35 35 0 0

Copy link
Contributor

@justinyoo justinyoo 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
Contributor

@justinyoo justinyoo left a comment

Choose a reason for hiding this comment

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

수고하셨습니다!

@justinyoo justinyoo merged commit e63d908 into aliencube:main Aug 20, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[OpenAPI] Add endpoint for view event details
3 participants