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

[FEATURE] 회사이름, 주식시장에 상장된 이름으로 매핑 #104

Open
5 tasks
Jake1152 opened this issue Aug 21, 2024 · 1 comment
Open
5 tasks
Assignees
Labels

Comments

@Jake1152
Copy link
Member

어떤 기능인가요?

주가 데이터를 넘겨줄 때 같이 전송하는 회사 이름이 주식시장에 올라가 있는 회사 이름과 다른 경우들이 있음 e.g) '디즈니' -> '월트디즈니컴퍼니코리아 유한책임회사'

작업 상세 내용

  • DB 저장 방식 논의
    • 기존 company table의 항목 추가할 것인지 등
  • 주식시장에서의 회사 이름 가져오기
  • 구현
    • 방식 1. api에서 가져다 쓸 때 매핑되도록 수정
    • 방식 2. 매핑해주는 메서드 구현하여 적용
@jihwan1211
Copy link
Contributor

  1. ticker -> 상장 이름을 할 수 있는 테이블 추가
  2. ticker 내려주면 프론트에서 알아서 처리(뭐 일단은 함수로 하다가 라이브러리 개발 되면.... 라이브러....리 ㅋㅋㅋ)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants