-
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 구현 및 github action 일부 #91
Conversation
및 테스트 코드 추가 예정. DTO는 일단 id값을 받아와서 해당 id 값에 해당하는 여정을 탐색해서 해당 여정의 좌표 길이를 반환하는 방식으로 코딩함, 그리고 여정 controller 에서 api를 start, end로 분리
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.
이제 구현하는 일만 남았네요ㅎㅎ 화이팅입니다.!!!!
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.
개인 DB에서 하셨나보네요. 내일 환경변수 설정한 부분 말씀드리겠습니다.
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.
이렇게만 봤을 때는 docker hub에 대한 정보가 필요한거 같네요. 일단 제 계정에다가 올려두긴 했는데 이 부분도 내일 같이 말해보면 좋을거 같습니다.
git action 어려워 보이네요ㅎㅎ... 고생하셨습니다!!
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.
Rest API 설계할 때는 동사는 되도록 쓰지 말라고 들었습니다. 이 부분 이름 같이 정해보면 좋을거 같아요ㅎㅎ
고생하셨습니다!
현재 환경변수로 지정된 부분이 충돌을 일으키는 것 같습니다. 이 부분 내일 같이 말씀드리면서 docker 설정한 부분도 같이 말씀드릴게요. 그리고 나서 merge하면 될 것 같습니다. 고생하셨습니다!!! |
❗ 배경
여정 종료 api 구현 및 github action 일부
🔧 작업 내역
여정 종료 api를 일부 구현했습니다.
EndJourneyDTO를 추가하고, id 값을 받으면 우선은 좌표 길이를 반환합니다. 이후 수정이 필요한 api입니다
그리고 기존에 @controller('journey')에서 Post 요청에 대한 api가 나눠져 있지 않아서 start와 end로 나눈 상태입니다.
github action의 경우 아직 프로젝트 파일에 docker파일이 포함되지 않아서 테스트를 해보지는 않고, 모든 부분 주석처리 했습니다. 이후 merge가 되면 주석 처리된 부분을 해제하고 테스트하겠습니다.
🧪 테스트 방법
📝 리뷰 노트
📸 스크린샷