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.
📝 요약
메뉴의 정산 홈으로 들어왔을때 필요한 데이터들을 프론트단으로 보내주는 api 입니다
유저가 해당 스페이스 내에서 요청한 정산 중, 현재 진행중인 정산 리스트 정보와
유저가 해당 스페이스 내에서 요청받은 정산 중, 현재 진행중인 정산 리스트 정보를 response 값으로 보내줍니다.
서비스단의 코드를 junit5와 Mockito 를 이용하여 테스트하였고, 테스트가 잘 작동되는것을 확인했습니다.
다만, 레포지토리단의 코드는 아직 테스트를 해보지 않았습니다.
추후에 정산을 직접 생성하는 api를 개발한 후, 실제 db에 데이터가 잘 들어가는지 확인하거나, 레포지토리단의 테스트코드도 추가해보겠습니다.
이슈 번호 : #37
🔖 변경 사항
-> 이 검증 로직은 유저가 스페이스 내에서 수행하는 작업을 위한 모든 api 에서 필요할 것 같습니다.
✅ 리뷰 요구사항
현재 정산 관련 서비스 단의 코드가 조금 지저분합니다.
추후에 리펙토링을 할 계획인데, 코드 리펙토링에 대한 의견있으면 리뷰 남겨주시면 감사하겠습니다
📸 확인 방법 (선택)
📌 PR 진행 시 이러한 점들을 참고해 주세요