-
Notifications
You must be signed in to change notification settings - Fork 0
기술면접 질문 게시판 구현 #5
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
Closed
Closed
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
DTOs, and repository layer
4b6c5d7 to
c0f0f2b
Compare
c0f0f2b to
46e8334
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
기술면접 질문 게시판을 구현했습니다.
Changes
기반 구조: Question, Answer, Tag, QuestionTag, Category 엔티티 및 DTO/Repository 계층 추가
서비스 로직: 질문 페이징/필터(카테고리/키워드/태그), 사용자별 isSolved 계산, 답변 업서트 처리
API 엔드포인트: REST API를 통한 질문 목록/상세, 답변 생성/업서트 제공
보안: JWT 필터 리팩토링(로그인 경로 화이트리스트, Bearer 상수화, early return)
Technical Details
Testing
Checklist
🔗 Related Issues
Closes #2