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

[#41] 학점 등록 / 수정 기능 #44

Merged
merged 9 commits into from
Apr 9, 2024
Merged

Conversation

namewhat99
Copy link
Contributor

이슈

고민한 내용

  • 무슨 이유로 어떻게 코드를 변경했는지
  • 어떤 부분에 리뷰어가 집중해야 하는지
  • 기술적 고민

const isExist = await this.gradeRepository.findOne(userId);

if (!isExist) {
throw new BadRequestException('등록된 학점정보가 없습니다');
Copy link
Member

Choose a reason for hiding this comment

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

개인적인 생각으로는 NotFound 가 더 어울리지 않을까 생각이됩니다.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

아 오키오키 반영해서 올리겠읍니다

@namewhat99 namewhat99 merged commit 727c60f into develop Apr 9, 2024
1 check passed
@koomin1227 koomin1227 deleted the feature/grade-patch-#41 branch April 17, 2024 14:43
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