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

Feat/54 chatting #72

Merged
merged 13 commits into from
Jan 14, 2023
Merged

Feat/54 chatting #72

merged 13 commits into from
Jan 14, 2023

Conversation

JunYoung-C
Copy link
Contributor

๐Ÿ“Œ ๊ด€๋ จ ์ด์Šˆ

#54

โœจ ์ž‘์—… ๋‚ด์šฉ

  • websocket ์˜์กด์„ฑ ์ถ”๊ฐ€ ๋ฐ ์„ค์ • ํŒŒ์ผ ๊ตฌํ˜„
  • ์ฑ„ํŒ… ๊ธฐ๋Šฅ ๊ตฌํ˜„
  • message service ๋‹จ์œ„ ํ…Œ์ŠคํŠธ

๐Ÿ“š ๊ธฐํƒ€

  • ์›น์†Œ์ผ“ ์—ฐ๊ฒฐ ํ…Œ์ŠคํŠธ ์„ฑ๊ณต
  • ์ฑ„ํŒ… api๋กœ๋Š” ํ…Œ์ŠคํŠธ๊ฐ€ ์–ด๋ ต๊ธฐ ๋•Œ๋ฌธ์— ํด๋ผ์ด์–ธํŠธ์™€ ์†Œํ†ตํ•˜๋ฉด์„œ ๋™์ž‘ ์—ฌ๋ถ€ ํ™•์ธ ๊ณ„ํš

@JunYoung-C JunYoung-C self-assigned this Jan 12, 2023
@JunYoung-C JunYoung-C linked an issue Jan 12, 2023 that may be closed by this pull request
3 tasks
private Member sender;

@ManyToOne(fetch = FetchType.LAZY)
@JoinColumn(name = "artist_id")
Copy link
Member

@ChooSeoyeon ChooSeoyeon Jan 12, 2023

Choose a reason for hiding this comment

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

name์„ chat_room_id๊ฐ€ ์•„๋‹ˆ๋ผ artist_id๋กœ ํ•˜์‹  ์ด์œ ๊ฐ€ ์žˆ์„๊นŒ์—ฌ?

Copy link
Contributor

@Gyubam Gyubam left a comment

Choose a reason for hiding this comment

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

๋ชจ๋‘ ํ™•์ธํ–ˆ์Šต๋‹ˆ๋‹ค ๊ณ ์ƒํ•˜์…จ์Šต๋‹ˆ๋‹ค!

Copy link
Member

@ChooSeoyeon ChooSeoyeon left a comment

Choose a reason for hiding this comment

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

์ˆ˜์ •๊นŒ์ง€ ์ „๋ถ€ ํ™•์ธ ์™„๋ฃŒํ–ˆ์Šต๋‹ˆ๋‹ค ์ˆ˜๊ณ ํ•˜์…จ์Šต๋‹ˆ๋‹ค!!

@JunYoung-C JunYoung-C merged commit 09eaf8e into develop Jan 14, 2023
@JunYoung-C JunYoung-C deleted the feat/54-chatting branch January 14, 2023 09:46
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.

[Feat] ์ฑ„ํŒ… ๊ธฐ๋Šฅ ๊ตฌํ˜„
3 participants