Skip to content
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 33 commits into from
Nov 23, 2023
Merged

[BE] 여정 기록 api #97

merged 33 commits into from
Nov 23, 2023

Conversation

twoo1999
Copy link
Collaborator

❗ 배경

작업 배경에 대한 설명을 작성합니다.
Issue에 대한 링크를 첨부합니다.

spot 기록 api 구현

🔧 작업 내역

작업한 내용들을 나열합니다.
간결하게 리스트 업하고, 자세한 설명은 아래 리뷰 노트에서 합니다.

🧪 테스트 방법

동작을 테스트할 수 있는 방법을 설명합니다.
앱 실행 방법일 수 있고, 유닛 테스트 실행 방법일 수 있습니다.

📝 리뷰 노트

작업 내역에 대한 자세한 설명을 작성합니다.

📸 스크린샷

작업한 내용에 대한 스크린샷, 영상 등을 첨부합니다.

twoo1999 and others added 30 commits November 13, 2023 23:48
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 저장 테스트 구현
journals->journey
person->user
spots->spot 으로 모듈이름 변경
spot 생성하면 해당 journey에 spot id 추가
object storaghe dependency 추가
스키마 변경과 변경에 따른 DTO, 컨트롤러 수정
create 메서드 내부 로직을 모듈화
spotService 테스트 코드 추가
twoo1999 and others added 2 commits November 22, 2023 22:55
…photo

[BE] ✨ : spot 기록 시 storage에 사진 추가 및 URL 반환하는 기능 추가
@twoo1999 twoo1999 added the ✨ 신규 기능 신규 기능 개발 label Nov 23, 2023
@twoo1999 twoo1999 added this to the 🏃‍♂️ 여정 기록 milestone Nov 23, 2023
@twoo1999 twoo1999 requested a review from vvans November 23, 2023 01:46
@twoo1999 twoo1999 self-assigned this Nov 23, 2023
Copy link
Collaborator

@vvans vvans left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

확인했습니다!

@vvans vvans added this pull request to the merge queue Nov 23, 2023
Merged via the queue into BE/release with commit 2a42238 Nov 23, 2023
@vvans vvans deleted the BE/story/record-spot branch November 23, 2023 01:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨ 신규 기능 신규 기능 개발
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants