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

실시간 차트 엔티티 설계 #20

Merged
merged 4 commits into from
Dec 30, 2024
Merged

실시간 차트 엔티티 설계 #20

merged 4 commits into from
Dec 30, 2024

Conversation

hek316
Copy link
Collaborator

@hek316 hek316 commented Dec 22, 2024

  • 실시간 차트 엔티티 설계

Close #18

-조회된 실시간 주식시세 데이터를 데이터베이스에 저장하는 로직 추가
@hek316 hek316 self-assigned this Dec 22, 2024
@hek316 hek316 requested a review from f-lab-cacio December 22, 2024 10:19
@@ -0,0 +1,9 @@
package com.flab.mars.db.entity;

public enum PriceDataType {

Choose a reason for hiding this comment

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

우선은 "분" 단위 데이터만 다룬다고 가정하시는건 어때요??
그 이후에 다른 단위 데이터로 확장하는 것도 좋아 보입니다

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

넵 우선은 분단위만 다룬다고 가정하고 작업하겠습니다!

@Data
@NoArgsConstructor
@AllArgsConstructor
public class KisPriceResponseVO extends BaseResponseVO {

Choose a reason for hiding this comment

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

우선은 모든 응답 필드를 다 처리하기보단 저희 도메인에 필요한 데이터만 취급하시죠~

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

네넹~

@hek316 hek316 changed the title Feature/18 실시간 차트 엔티티 설계 Dec 24, 2024
@hek316 hek316 merged commit f0ea67d into feature/4 Dec 30, 2024
@hek316 hek316 deleted the feature/18 branch December 30, 2024 12:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants