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

fix: add updated time field to stock api #78

Merged
merged 5 commits into from
Mar 1, 2024
Merged

fix: add updated time field to stock api #78

merged 5 commits into from
Mar 1, 2024

Conversation

songyi00
Copy link
Member

@songyi00 songyi00 commented Mar 1, 2024

Issue Number

close: #77

작업 내역

구현 내용 및 작업 했던 내역

  • 마지막 주식 업데이트 시간 필드 추가

변경사항

  • 의존성 목록

PR 특이 사항

PR을 볼 때 주의깊게 봐야하거나 말하고 싶은 점

  • 특이 사항 1
  • 특이 사항 2

@songyi00 songyi00 requested a review from chominho96 as a code owner March 1, 2024 13:22
@songyi00 songyi00 self-assigned this Mar 1, 2024
@songyi00 songyi00 added the bug Something isn't working label Mar 1, 2024
Copy link
Member

@chominho96 chominho96 left a comment

Choose a reason for hiding this comment

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

stock api 수정 수고하셨습니다!!

@@ -45,7 +46,7 @@ public ResponseEntity<List<SectorRatioResponse>> findSectorRatios(

@GetMapping("/ex-dividend-dates/upcoming")
public ResponseEntity<UpcomingDividendResponse> getUpComingDividendStocks(
@RequestParam @NotEmpty final String sector,
@RequestParam @NotEmpty final Sector sector,
Copy link
Member

Choose a reason for hiding this comment

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

아 RequestParam으로 이렇게 enum을 그대로 받아도 되는군요....!! Sector을 그대로 넣어도 된다고 말씀하신게 이거인줄 몰랐어요!!

@songyi00 songyi00 merged commit 74b9122 into develop Mar 1, 2024
3 checks passed
@songyi00 songyi00 deleted the fix/#77 branch March 1, 2024 13:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Fix] 종목 상세 조회 API 응답 필드 추가
2 participants