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 수정 #93

Merged
merged 9 commits into from
Nov 23, 2023

Conversation

twoo1999
Copy link
Collaborator

❗ 배경

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

기존 api는 title을 입력해야 했는데 title을 end에 적는 것으로 명시되어 있어 수정했습니다.
또한 기존 스키마에 timestamp를 추가했습니다.

🔧 작업 내역

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

  • 스키마에 timestamp 추가
  • startJourney DTO에 title 제거
  • 메서드 모듈화

🧪 테스트 방법

동작을 테스트할 수 있는 방법을 설명합니다.
앱 실행 방법일 수 있고, 유닛 테스트 실행 방법일 수 있습니다.
npm test src/journey/journey.service.spec.ts
npm test src/journey/journey.controller.spec.ts
로 진행합니다.
데이터베이스는 수정해서 진행합니다.

📝 리뷰 노트

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

모듈화

기존 하나의 메서드였던 로직을 2개의 메서드로 모듈화했습니다.

DTO

startJourneyDTO에서 title 제거 했습니다

Schema

Journey schema에서 timestamp를 추가했습니다.

📸 스크린샷

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

journey 시작 DTO에서 title 삭제
journey 스키마에 timestamp 추가
기존에 하나의 메서드였던 로직을 여러 함수로 모듈화
journey service 및 controller test 작성
@twoo1999 twoo1999 added the ♻️ 리팩토링 코드 동작 방식 변경, 리팩토링 label Nov 22, 2023
@twoo1999 twoo1999 added this to the 🏃‍♂️ 여정 기록 milestone Nov 22, 2023
@twoo1999 twoo1999 requested a review from vvans November 22, 2023 17:13
@twoo1999 twoo1999 self-assigned this Nov 22, 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 b9d276c Nov 23, 2023
@vvans vvans deleted the BE/refactor/modify-journey-schema branch November 23, 2023 01:44
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