[Feature] 다음달의 SalaryBudget 생성하는 기능 추가 #186
Open
+194
−9
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.
💡 PR 유형
✏️ 변경 사항
다음달의 SalaryBudget 생성하는 기능을 추가하였습니다.
🚨 관련 이슈
📝 Pull Request Task ID
Pull Request Task ID: 1208855071953970
🧪 테스트
✅ 체크리스트
🔥 추가 설명
BudgetUseCase에 추가된 function
BudgetUseCase에 다음 function이 추가되었습니다.
func createSalaryBudgetIfNeeded(salaryBudget: SalaryBudget)
위 함수는 각
createSalaryBudgetFromOnboarding
,createSalaryBudget
에 추가되었습니다.또한, 기존에 하루비를 쓰고 있는 사용자들의 salaryBudget도 생성하기 위해
todayViewModel에서 데이터를 fetch해올때도 사용되었습니다.
고정 지출 수정, 고정 수입 수정, 고정 수입일 수정
고정 지출 수정, 고정 수입 수정, 고정 수입일 수정시에도 뒤에 salarybudget에 반영되어야 하기 때문에
이부분을 수정하였습니다.
코드는 아래와 같습니다.
여러번 검수했지만 혹시 모르니 같이 한번 봐주시면 감사하겠습니다.