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 구현 및 github action 일부 #91

Merged
merged 4 commits into from
Nov 23, 2023

Conversation

vvans
Copy link
Collaborator

@vvans vvans commented Nov 22, 2023

❗ 배경

여정 종료 api 구현 및 github action 일부

🔧 작업 내역

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

여정 종료 api를 일부 구현했습니다.
EndJourneyDTO를 추가하고, id 값을 받으면 우선은 좌표 길이를 반환합니다. 이후 수정이 필요한 api입니다
그리고 기존에 @controller('journey')에서 Post 요청에 대한 api가 나눠져 있지 않아서 start와 end로 나눈 상태입니다.
github action의 경우 아직 프로젝트 파일에 docker파일이 포함되지 않아서 테스트를 해보지는 않고, 모든 부분 주석처리 했습니다. 이후 merge가 되면 주석 처리된 부분을 해제하고 테스트하겠습니다.

🧪 테스트 방법

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

📝 리뷰 노트

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

📸 스크린샷

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

및 테스트 코드 추가 예정. DTO는 일단 id값을 받아와서 해당 id 값에 해당하는 여정을 탐색해서 해당 여정의 좌표 길이를 반환하는 방식으로 코딩함, 그리고 여정 controller 에서 api를 start, end로 분리
@vvans vvans requested a review from twoo1999 November 22, 2023 12:05
@vvans vvans added ✨ 신규 기능 신규 기능 개발 🛠️ 환경 세팅 프로젝트/환경 설정 labels Nov 22, 2023
@vvans vvans self-assigned this Nov 22, 2023
@vvans vvans linked an issue Nov 22, 2023 that may be closed by this pull request
3 tasks
Copy link
Collaborator

@twoo1999 twoo1999 left a comment

Choose a reason for hiding this comment

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

이제 구현하는 일만 남았네요ㅎㅎ 화이팅입니다.!!!!

Copy link
Collaborator

Choose a reason for hiding this comment

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

개인 DB에서 하셨나보네요. 내일 환경변수 설정한 부분 말씀드리겠습니다.

Copy link
Collaborator

Choose a reason for hiding this comment

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

이렇게만 봤을 때는 docker hub에 대한 정보가 필요한거 같네요. 일단 제 계정에다가 올려두긴 했는데 이 부분도 내일 같이 말해보면 좋을거 같습니다.
git action 어려워 보이네요ㅎㅎ... 고생하셨습니다!!

Copy link
Collaborator

Choose a reason for hiding this comment

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

Rest API 설계할 때는 동사는 되도록 쓰지 말라고 들었습니다. 이 부분 이름 같이 정해보면 좋을거 같아요ㅎㅎ
고생하셨습니다!

@twoo1999
Copy link
Collaborator

twoo1999 commented Nov 22, 2023

현재 환경변수로 지정된 부분이 충돌을 일으키는 것 같습니다. 이 부분 내일 같이 말씀드리면서 docker 설정한 부분도 같이 말씀드릴게요. 그리고 나서 merge하면 될 것 같습니다. 고생하셨습니다!!!

@twoo1999 twoo1999 added this pull request to the merge queue Nov 23, 2023
Merged via the queue into BE/release with commit 2eb394b Nov 23, 2023
@twoo1999 twoo1999 deleted the BE/stroy/journey-del branch November 23, 2023 01:40
@vvans vvans changed the title [BE] 여정 삭제 api 구현 및 github action 일부 [BE] 여정 종료 api 구현 및 github action 일부 Nov 24, 2023
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.

여정 종료 api 구현
2 participants