-
Notifications
You must be signed in to change notification settings - Fork 7
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
[Feat] 고급 모의투자 WebSocket 구현 #51
Labels
✨ Feature
기능 개발
Comments
Preta3418
added a commit
that referenced
this issue
Nov 27, 2024
WebSocket 구현이 완료되었습니다. WebSocket 설정 뿐만이 아니라 실질적인 게임의 모든 기능이 이제 Service 에서 진행됩니다 related to: #51
Preta3418
added a commit
that referenced
this issue
Nov 27, 2024
주식의 구매와 판매 관련하여 handler 구현이 정상적으로 완료되지 않아 수정하였습니다 related to: #51
Preta3418
added a commit
that referenced
this issue
Nov 27, 2024
게임 종료시 WebSocket Session 이 종료되지 않고 영원히 유지되는 이상한 일이 일어나서 이를 고쳤습니다. close: #51
Preta3418
added a commit
that referenced
this issue
Nov 27, 2024
StockRecord Repository 에서 활용되는 advId 가 제대로 매핑이 되지 않아 생기는 오류를 수정하였습니다 related to: #51
Preta3418
added a commit
that referenced
this issue
Nov 28, 2024
간단한 URI 변경 입니다. 테스트용으로 만들었던걸 그대로 쓰고 있는걸 확인하여 컨베션에 맞게 변경하였습니다 related to: #51
Preta3418
added a commit
that referenced
this issue
Nov 28, 2024
stock 수치를 보낼때 쓰지 않는 수치들이 상당히 많이 존재하여 AdvStockResponseDto 를 다시 사용하기 시작했습니다 related to: #51
Preta3418
added a commit
that referenced
this issue
Nov 28, 2024
주식 수량을 정하는 quantity 필드가 int 로 되어 있던것을 double 로 변경하였습니다. related to: #51
Preta3418
added a commit
that referenced
this issue
Nov 28, 2024
stockRecord 내부에서 advId 를 받아 조회하면 특정 게임의 내역만 조회가 되어 memberId 로 수정하였습니다 related to: #51
Preta3418
added a commit
that referenced
this issue
Nov 28, 2024
전 refactoring 과 같은 이유로, advId 로 조회하는 주식을 전부 memberId 로 추가적으로 변환하였습니다 related to: #51
Preta3418
added a commit
that referenced
this issue
Nov 28, 2024
몇몇 URL 이 직관적이지 않아 변경하였습니다. close : #51
Preta3418
added a commit
that referenced
this issue
Dec 1, 2024
프론트 측 요청으로 가장 최신의 8개의 거래량을 거래하는 기능을 구현하였습니다 related to: #51
Preta3418
added a commit
that referenced
this issue
Dec 2, 2024
버그 수정과 WebSocket 설정 변경으로 인한 재 연결 등 다양한 방면에서 Refactoring 을 했습니다. 기능적인 차이는 없습니다. related to: #51
Preta3418
added a commit
that referenced
this issue
Dec 2, 2024
WebSocketConfig 충돌 수정입니다 related to: #51
11 tasks
Preta3418
added a commit
that referenced
this issue
Dec 3, 2024
아티클을 위해 모든 주식을 삭제하는 기능을 추가했습니다 related to: #51
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
🎟️ 상위 작업
SCRUM-20
⚒️ 구현할 기능
고급 모의투자에 WebSocket 을 구현합니다
🎯 기능이 필요한 이유
📝 작업 상세 내용
🗓️ 개발 일정
11월27일 ~ 11월 28일
🌱 나누고 싶은 점
The text was updated successfully, but these errors were encountered: