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

BE/#168 유저 정보 인터셉터 구현 #172

Merged
merged 5 commits into from
Jul 17, 2023
Merged

BE/#168 유저 정보 인터셉터 구현 #172

merged 5 commits into from
Jul 17, 2023

Conversation

kimhalin
Copy link
Contributor

🛠️ 변경사항



☝️ 유의사항

  • 댓글 수정, 삭제, 프로젝트 글 수정, 삭제 등 본인이 작성한 건지 확인하는 로직 필요할 것 같습니다!


👀 참고자료

image



❗체크리스트

  • 하나의 메소드는 최소의 기능만 하도록 설정했나요?
  • 수정 가능하도록 유연하게 작성했나요?
  • 필요 없는 import문이나 setter 등을 삭제했나요?
  • 기존의 코드에 영향이 없는 것을 확인하였나요?

@kimhalin kimhalin requested a review from youKeon July 16, 2023 18:05
@kimhalin kimhalin self-assigned this Jul 16, 2023
@kimhalin kimhalin linked an issue Jul 16, 2023 that may be closed by this pull request
2 tasks
@github-actions
Copy link

github-actions bot commented Jul 16, 2023

Unit Test Results

25 tests   - 22   25 ✔️ +  4   29s ⏱️ +23s
18 suites +  6     0 💤 ±  0 
  1 files    - 11     0  - 26 

Results for commit 450faa1. ± Comparison against base commit a6fd5b0.

This pull request removes 47 and adds 25 tests. Note that renamed tests count towards both.
com.graphy.backend.domain.comment.controller.CommentControllerTest ‑ 답글 조회 API 테스트
com.graphy.backend.domain.comment.controller.CommentControllerTest ‑ 댓글 삭제 API 테스트
com.graphy.backend.domain.comment.controller.CommentControllerTest ‑ 댓글 생성 API 테스트
com.graphy.backend.domain.comment.controller.CommentControllerTest ‑ 댓글 수정 API 테스트
com.graphy.backend.domain.comment.service.CommentServiceTest ‑ 답글 조회
com.graphy.backend.domain.comment.service.CommentServiceTest ‑ 대댓글이 생성된다
com.graphy.backend.domain.comment.service.CommentServiceTest ‑ 댓글 수정
com.graphy.backend.domain.comment.service.CommentServiceTest ‑ 댓글과 답글 상관없이 삭제
com.graphy.backend.domain.comment.service.CommentServiceTest ‑ 댓글이 생성된다
com.graphy.backend.domain.comment.service.CommentServiceTest ‑ 삭제되거나 없는 댓글 수정시 오류가 발생한다
…
 ErrorPage 테스트 ‑  ErrorPage 테스트
 ImageUploader 테스트 ‑  ImageUploader 테스트
 LoadingSpinner 테스트 ‑  LoadingSpinner 테스트
 NavBar 테스트 ‑  NavBar 테스트
 QuillEditor 테스트 ‑  QuillEditor 테스트
Banner Banner 테스트 ‑ Banner Banner 테스트
MainPage MainPage 렌더링 ‑ MainPage MainPage 렌더링
MainPage 쓰기 버튼 테스트 ‑ MainPage 쓰기 버튼 테스트
MainPage 프로젝트 카드 생성 테스트 ‑ MainPage 프로젝트 카드 생성 테스트
ModifyingPage ModifyingPage 테스트 ‑ ModifyingPage ModifyingPage 테스트
…

♻️ This comment has been updated with latest results.

@youKeon
Copy link
Collaborator

youKeon commented Jul 17, 2023

확인했습니다! 덕분에 새로운 거 배웠네요 수고하셨습니다🙃

@kimhalin kimhalin merged commit cfb3de7 into feature Jul 17, 2023
2 of 3 checks passed
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.

[refactor] Login Interceptor 구현
2 participants