-
Notifications
You must be signed in to change notification settings - Fork 0
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
[FEATURE] : Report API 구현 (BE) #11
Open
Juhyeok0202
wants to merge
18
commits into
develop
Choose a base branch
from
feature/influencer-report
base: develop
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
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
- @IsExistInfluencer 을 구현하였고, ReportController의 Parameter 요소에 적용하였습니다.
- replyCnt 에서 commentsCnt로 변경(RDS와 컬럼명 동기화) - generatedType 에서 mediaProductType으로 변경 (RDS와 컬럼명 동기화)
- 그래프에 대한 분석 데이터는 어떻게 줄 지 한번 더 생각하고 구현한 뒤에 추가적으로 commit 할 예정
- @IsExistInfluencer 을 구현하였고, ReportController의 Parameter 요소에 적용하였습니다.
- replyCnt 에서 commentsCnt로 변경(RDS와 컬럼명 동기화) - generatedType 에서 mediaProductType으로 변경 (RDS와 컬럼명 동기화)
- 그래프에 대한 분석 데이터는 어떻게 줄 지 한번 더 생각하고 구현한 뒤에 추가적으로 commit 할 예정
- 프로젝트 빌드 -> docker이미지생성 -> docker Hub에 push 까지의 명령 프로세스가 담긴 스크립트 - 사용법 : 최상단 디렉토리(/dp-server)에서 ./build_docker_image.sh
- google formatter 포맷팅
[진행 사항 관련] : 현재 차트 그래프에 대한 데이터는 Swagger에 나오지 않아요 (미구현 상태) |
Juhyeok0202
commented
Sep 27, 2024
- 릴스 좋아요 및 댓글 그래프 분석을 위한 데이터로 Day와 Week를 기준으로 반환합니다. - Week의 경우 7일의 동안의 누적 개수를 카운트합니다.
- 기능 변경 사항은 없고, Nginx CORS 에러인거 발견 못했을 떄, 수정했던 사항 다시 revert
- getMostThreePostsById의 반환되는 컬럼을 변경하였습니다. - 추가적으로 Media엔티티의 컬럼 link -> permaLink로 변경하였습니다.
- /media?size=l 이라고 하면 postfix에 //media?size=l로 표현되어 / 제거
- Media의 Unique Code에 대한 컬럼 추가 - getMostThreePostsCodesById 쿼리 수정
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.
No description provided.