-
Notifications
You must be signed in to change notification settings - Fork 1
Refactor #200 게시판 작성 request 변경 및 게시판 수정 api 분리 #200
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
Merged
huncozyboy
merged 6 commits into
develop
from
Refactor/#197/게시판-작성-request-변경-및-게시판-수정-api-분리
Aug 12, 2025
The head ref may contain hidden characters: "Refactor/#197/\uAC8C\uC2DC\uD310-\uC791\uC131-request-\uBCC0\uACBD-\uBC0F-\uAC8C\uC2DC\uD310-\uC218\uC815-api-\uBD84\uB9AC"
Merged
Changes from all commits
Commits
Show all changes
6 commits
Select commit
Hold shift + click to select a range
4444d78
Refactor : 파트 게시판 작성 요청 dto 변경
huncozyboy d5dc371
Refactor : 교육 작성 요청 dto 변경
huncozyboy 18d2dd0
Refactor : 교육자료 게시글 수정 API 분리
huncozyboy b9bee4f
Refactor : 교육자료 게시글 엔드포인트 변경
huncozyboy 826fd49
Refactor : 상세조회 응답 필드 수정
huncozyboy 9752782
Merge branch 'develop' into Refactor/#197/게시판-작성-request-변경-및-게시판-수정-…
huncozyboy File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
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
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
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
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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
원래 교육용 자료에서는
part가 쓰이지 않는 컬럼인데null로 업데이트한 이유가 있을까요?There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
교육자료에서는
part미사용이라는 도메인 규칙을 재확인하려는 의도로 설계했습니다 !정상적인 플로우는 아니지만 교육자료를 여러번 업데이트할때 옛 값이 남을 수 있는 경우를 방지하고자
업데이트시에도
null값으로 명시적으로 지정해줬다고 생각해주심 될거같아요