-
Notifications
You must be signed in to change notification settings - Fork 1
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] 여정 기록 api #97
Merged
Merged
[BE] 여정 기록 api #97
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
MongoDB 설정입니다.
class-transformer, class-validator, uuid 추가
검증 파이프 추가
테스트 및 의미없는 부분 수정
journal 시작 시 새로운 journal을 db에 추가하고 추가된 journal을 클라이언트로 응답
Person 관련 module, service, controller, schema 추가
PersonService 테스트 입니다.
여정 시작 시 journal id를 유저에 추가하는 기능 구현
사용자 데이터에 journal id 추가하는 기능 테스트
import에 personService를 추가해서 의존성 주입
Person Model이 제대로 주입되지 않는 상황 수정
spot 저장 구현
spot 저장 테스트 구현
…ut-photo [BE] spot 기록(사진x)
journals->journey person->user
spots->spot 으로 모듈이름 변경
spot 생성하면 해당 journey에 spot id 추가
…ut-photo [BE] record spot (사진x)
object storaghe dependency 추가
스키마 변경과 변경에 따른 DTO, 컨트롤러 수정
create 메서드 내부 로직을 모듈화
spotService 테스트 코드 추가
…photo [BE] ✨ : spot 기록 시 storage에 사진 추가 및 URL 반환하는 기능 추가
vvans
approved these changes
Nov 23, 2023
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.
확인했습니다!
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.
❗ 배경
spot 기록 api 구현
🔧 작업 내역
🧪 테스트 방법
📝 리뷰 노트
📸 스크린샷