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] 공지사항 및 답변 API를 구현하고, 테스트 코드를 작성한다 #57

Merged
merged 4 commits into from
Oct 12, 2023

Conversation

chrkb1569
Copy link
Member

Summary 📌

  • 공지사항 API 구현
  • 답변 API 구현
  • 공지사항 Entity 테스트 코드 작성
  • 답변 Entity 테스트 코드 작성

Describe your changes 📝

  • 공지사항 API 구현
  • 답변 API 구현
  • 공지사항 Entity 테스트 코드 작성
  • 답변 Entity 테스트 코드 작성

Check list ✅

  • I write PR according to the form
  • All tests are passed
  • Program works normally
  • I set proper PR labels
  • I remove any redundant codes

Opinions 🗣️

  • 공지사항을 데이터를 관리하기 위하여 Notice Entity를 추가하였습니다.
  • Answer와 Notice Controller의 경우, 다른 Controller와는 다르게 memberId를 통한 사용자 인증 로직이 존재하지 않습니다.
    • 사용자 권한을 통해 관리자 권한을 가진 이용자만 접근할 수 있도록 구현할 생각이기 때문에 인증 로직을 구현하지 않았습니다.
  • 질문 및 지적 사항이 있을 경우 편하게 말씀해주시면 감사드리겠습니다!

Issue numbers and link 🚪

Closes #56

@chrkb1569 chrkb1569 added 📬 API API 개발 ✨ Feature 기능 개발 ✅ Test 테스트 관련 labels Oct 11, 2023
@chrkb1569 chrkb1569 self-assigned this Oct 11, 2023
@chrkb1569 chrkb1569 requested a review from Ji-Un-Gil as a code owner October 11, 2023 14:28
@github-actions
Copy link

Unit Test Results

237 tests   237 ✔️  7s ⏱️
106 suites      0 💤
106 files        0

Results for commit 93c4984.

Copy link
Member

@Ji-Un-Gil Ji-Un-Gil left a comment

Choose a reason for hiding this comment

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

고생하셨습니다👏👏👏 이제 rest docs 작성하고 리팩토링 위주로 진행하면 될 거 같아요‼️

@chrkb1569 chrkb1569 changed the title 공지사항 및 답변 API를 구현하고, 테스트 코드를 작성한다 [Feat] 공지사항 및 답변 API를 구현하고, 테스트 코드를 작성한다 Oct 12, 2023
@chrkb1569 chrkb1569 merged commit 7f0ebbd into develop Oct 12, 2023
3 checks passed
@chrkb1569 chrkb1569 deleted the feature/#56 branch October 12, 2023 04:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
📬 API API 개발 ✨ Feature 기능 개발 ✅ Test 테스트 관련
Projects
None yet
Development

Successfully merging this pull request may close these issues.

공지사항 및 답변 API를 구현하고, 테스트 코드를 작성한다
2 participants