-
Notifications
You must be signed in to change notification settings - Fork 22
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
[4주차 과제] 서지현 #50
Open
ji-hyeon97
wants to merge
78
commits into
DKU-D-Coding:ji-hyeon97
Choose a base branch
from
ji-hyeon97:week4
base: ji-hyeon97
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
[4주차 과제] 서지현 #50
Conversation
This file contains 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
ji-hyeon97
requested review from
won983212,
SeungYongChoi and
YOONSEOUNGHWAN
as code owners
February 11, 2023 08:48
FeedBack병합이 아닌 변경감지 개념을 적용했는데 null Data가 들어간다. 우선, 변경감지를 통해 기존 스냅샷과 다를 경우 Update 쿼리가 나가는 것을 확인할 수 있습니다. 하지만, 이렇게만 적용할 경우 선택되지 않은 필드데이터에는 기존 값의 Update쿼리가 나가지 않기 때문에 Entity 자체에서 변경된 부분만 쿼리가 나갈 수 있도록 도와주는 어노테이션이 있습니다. @DynamicUpdate 에 대해서 이번 기회에 학습하면 좋을 것 같습니다! |
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.
이번 주에 어떤 작업을 했는지 설명해주세요.
부족한 부분이 있지만 figma 에서 대략적으로 제공해주신 모든 API를 다 만들어 보았습니다.
Post /api/user/signup (회원가입)
Post /api/user/login (로그인)
GET /api/item/category (카테고리 목록화)
Post /api/item (중고거래 글쓰기)
GET /api/item (홈화면, 상품 목록)
Get /api/item/{itemId} (상품상세보기)
Get /api/item/{userId}/list(000 님의 상품목록)
Post /api/like/{itemId} (좋아요 기능)
Get /api/like/user (나의 관심목록)
Patch /api/item/{id}/status (상품상태수정)
Patch /api/item/{id} (상품정보 수정)
Delete /api/item/{id} (상품삭제)
이번 주는 어떻게 학습했나요? 아래 질문에 짧게 답변주세요!
이번 주에 학습에 투자한 시간
어려움을 겪는 부분
스터디 개선되었으면 하는 점