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

๐Ÿ”€ :: (#114) ๊ฒŒ์‹œ๊ธ€ ์ข‹์•„์š” api #115

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

glay415
Copy link
Member

@glay415 glay415 commented Jun 20, 2022

No description provided.

@glay415 glay415 added the ๊ธฐ๋Šฅ ์ถ”๊ฐ€ ์ƒˆ๋กœ์šด ๊ธฐ๋Šฅ ์š”์ฒญ์„ ๋‚˜ํƒ€๋ƒ…๋‹ˆ๋‹ค. label Jun 20, 2022
@glay415 glay415 self-assigned this Jun 20, 2022
@glay415 glay415 linked an issue Jun 20, 2022 that may be closed by this pull request
@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!ย  ย  Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 1 Code Smell

0.0% 0.0% Coverage
0.0% 0.0% Duplication

PublicFeed feed = publicFeedRepository.findById(feedId)
.orElseThrow(() -> FeedNotFoundException.EXCEPTION);

feed.like();
Copy link
Member

Choose a reason for hiding this comment

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

์ˆœ์„œ๋ฅผ FeedLike ๊ฐ์ฒด๋ฅผ ์ƒ์„ฑํ•œ ํ›„์— ํ˜ธ์ถœํ•˜๋Š” ๊ฒŒ ๋” ์ข‹์„ ๊ฒƒ ๊ฐ™์•„์š”

Copy link
Member Author

Choose a reason for hiding this comment

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

ใ…‡ใ…‹

FeedLike feedLike = FeedLike.builder()
.id(FeedLikeId.builder()
.user(
userFacade.queryCurrentUser()
Copy link
Member

Choose a reason for hiding this comment

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

currentUser๋Š” ๋”ฐ๋กœ ๋ณ€์ˆ˜๋กœ ๋นผ๋Š” ๊ฒŒ ์–ด๋•Œ์š”

Copy link
Member Author

Choose a reason for hiding this comment

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

์—ฌ์„œ๋งŒ ์“ฐ๋Š”๋ฐ ๊ตณ์ด?

Copy link
Member

Choose a reason for hiding this comment

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

์—์ž‰

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
๊ธฐ๋Šฅ ์ถ”๊ฐ€ ์ƒˆ๋กœ์šด ๊ธฐ๋Šฅ ์š”์ฒญ์„ ๋‚˜ํƒ€๋ƒ…๋‹ˆ๋‹ค.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

๊ฒŒ์‹œ๊ธ€ ์ข‹์•„์š” api
3 participants