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/#184 - 주식을 한글로 검색할 수 있다. #191

Merged
merged 25 commits into from
Nov 19, 2024
Merged

Conversation

xjfcnfw3
Copy link
Collaborator

close #99

✅ 작업 내용

  • 주식 검색 기능 구현

😎 체크 사항

  • label 설정 확인
  • 브랜치 방향 확인

# Conflicts:
#	packages/backend/src/stock/stock.controller.ts
# Conflicts:
#	packages/backend/src/stock/stock.controller.ts
#	packages/backend/src/stock/stock.service.spec.ts
# Conflicts:
#	packages/backend/src/chat/chat.service.ts
@xjfcnfw3 xjfcnfw3 added ✨feature 기능 개발 BE labels Nov 18, 2024
@xjfcnfw3 xjfcnfw3 requested a review from a team November 18, 2024 12:28
@xjfcnfw3
Copy link
Collaborator Author

#190 먼저 머지한 후 머지해주세요

@xjfcnfw3 xjfcnfw3 linked an issue Nov 18, 2024 that may be closed by this pull request
1 task
Comment on lines +6 to 9
export interface ChatMessage {
message: string;
stockId: string;
}
Copy link
Collaborator

Choose a reason for hiding this comment

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

만약 외부에서도 사용한다면 다른 파일로 분리하는 게 좋을 거 같아요

@@ -10,9 +16,11 @@ export class Chat {
id: number;

@ManyToOne(() => User, (user) => user.id)
@JoinColumn({ name: 'user_id' })
Copy link
Collaborator

Choose a reason for hiding this comment

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

아 이거 저도 추가해야하는 데.. 깜박했네요

Copy link
Collaborator

@swkim12345 swkim12345 left a comment

Choose a reason for hiding this comment

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

LGTMD
DD4C2460-53EA-4924-B3FC-575FF23BFC47_1_105_c

Copy link
Collaborator

@baegyeong baegyeong left a comment

Choose a reason for hiding this comment

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

LGTM ~~ 😀

@xjfcnfw3 xjfcnfw3 merged commit 65cbb9d into dev-be Nov 19, 2024
@xjfcnfw3 xjfcnfw3 deleted the feature/#184 branch November 25, 2024 11:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
BE ✨feature 기능 개발
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feature] - 주식을 한글로 검색할 수 있다.
3 participants