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

[FIX] 한 주 예산 조회 리스트에 closingState추가, API 수정 #50

Merged
merged 3 commits into from
Aug 5, 2024

Conversation

jimmy0524
Copy link
Member

@jimmy0524 jimmy0524 commented Aug 4, 2024

💡 관련 이슈

#44 #40

📢 작업 내용

  • 지출 마감에서 1/n경우의 하루 차감/분배 값 조회 API amount 받는거에서 dayBudget.getDayBudget 사용하는 것으로 변경
  • 한 주 예산 조회 리스트에 closingState추가(member에 enum 추가하여 지출 마감 때 업데이트 되도록 구현했습니다. -> (enum 값) ZERO, PLUS, MINUS, ETC -> ETC를 DEFAULT로 두고, 현재 1일일 경우 INACTIVE이면서 ETC인것들을 필요한 경우에 프론트에서 거르면 될 듯 합니다 ! -> 지출 영수증 조회는 사실 상관없이 잘 되기 때문에 꼭 거르지 않아도 될 것 같습니다!)

🗨️ 리뷰 요구사항(선택)

지금 잘 돌아가서 리팩토링 당장은 안해도 될 것 같은데 하게 된다면 ETC는 삭제하면 될 것 같습니다!

✅ 체크리스트

  • 코드가 정상적으로 컴파일되나요?
  • 이슈 내용을 전부 구현했나요?
  • 작업 기간 내에 개발을 완료했나요?
  • 리뷰어를 선택했나요?
  • 라벨을 지정했나요?

@jimmy0524 jimmy0524 added the 🔨 Fix 기능 수정 label Aug 4, 2024
@jimmy0524 jimmy0524 self-assigned this Aug 4, 2024
Copy link
Member

@hcg0127 hcg0127 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
Contributor

@ohu-star ohu-star left a comment

Choose a reason for hiding this comment

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

수고하셨습니다 😊

@ohu-star ohu-star merged commit 657ce55 into develop Aug 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🔨 Fix 기능 수정
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants