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

다짐 생성 컨트롤러에서 user를 가져오는 방식을 변경합니다. #21

Merged
merged 1 commit into from
Dec 9, 2023

Conversation

K-Diger
Copy link
Collaborator

@K-Diger K-Diger commented Dec 9, 2023

다짐 생성 컨트롤러에서 user를 가져오는 방식을 변경합니다.

#19 에 의한 AOP방식으로 유저를 가져오기위해

기존 user: User -> userInfo: UserInfo방식으로 유저를 가져오는 방식으로 변경합니다.

#20 가 병합된 후 머지되어야합니다.

presignedURL: String
): Goal {
val user = userService.loadById(userInfo.id)
Copy link
Collaborator

Choose a reason for hiding this comment

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

userId만 받아도될듯해요 Request와 마찬가지로 굳이 안끌고 내려가도 될듯? 큰 차이는 없지만

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

확인했습니다~

@K-Diger K-Diger force-pushed the refactor/make-goal branch from 5c42b6d to a821541 Compare December 9, 2023 11:22
@K-Diger K-Diger merged commit 7d5c850 into develop Dec 9, 2023
1 check failed
@K-Diger K-Diger deleted the refactor/make-goal branch December 9, 2023 11:25
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.

2 participants