Skip to content

Comments

Upgrade backend + rebuild frontend from scratch#38

Open
dcorroyer wants to merge 8 commits intomainfrom
upgrade-mybudget
Open

Upgrade backend + rebuild frontend from scratch#38
dcorroyer wants to merge 8 commits intomainfrom
upgrade-mybudget

Conversation

@dcorroyer
Copy link
Owner

No description provided.

@github-actions
Copy link

Code Coverage

Package Line Rate Health
Budget/Controller/CreateBudgetController.php 100%
Budget/Controller/DeleteBudgetController.php 100%
Budget/Controller/DuplicateBudgetController.php 100%
Budget/Controller/GetBudgetController.php 100%
Budget/Controller/ListBudgetController.php 100%
Budget/Controller/UpdateBudgetController.php 100%
Budget/Exception/BudgetNotFoundException.php 100%
Budget/Repository/BudgetRepository.php 100%
Budget/Repository/ExpenseRepository.php 100%
Budget/Repository/IncomeRepository.php 100%
Budget/Service/BudgetService.php 91%
Budget/Service/ExpenseService.php 100%
Budget/Service/IncomeService.php 100%
Savings/Controller/Account/CreateAccountController.php 100%
Savings/Controller/Account/DeleteAccountController.php 100%
Savings/Controller/Account/GetAccountController.php 100%
Savings/Controller/Account/ListAccountController.php 100%
Savings/Controller/Account/UpdateAccountController.php 100%
Savings/Controller/BalanceHistory/ListBalanceHistoryController.php 100%
Savings/Controller/Transaction/CreateTransactionController.php 100%
Savings/Controller/Transaction/DeleteTransactionController.php 100%
Savings/Controller/Transaction/GetTransactionController.php 100%
Savings/Controller/Transaction/ListTransactionController.php 100%
Savings/Controller/Transaction/UpdateTransactionController.php 100%
Savings/Event/TransactionCreatedEvent.php 100%
Savings/Event/TransactionDeletedEvent.php 100%
Savings/Event/TransactionUpdatedEvent.php 100%
Savings/EventListener/TransactionListener.php 85%
Savings/EventSubscriber/MonthlyBalanceSubscriber.php 100%
Savings/Exception/AccountNotFoundException.php 100%
Savings/Exception/TransactionNotFoundException.php 100%
Savings/Repository/AccountRepository.php 100%
Savings/Repository/MonthlyBalanceRepository.php 100%
Savings/Repository/TransactionRepository.php 100%
Savings/Service/AccountService.php 97%
Savings/Service/MonthlyBalanceService.php 91%
Savings/Service/TransactionService.php 99%
Shared/Api/AbstractApiController.php 100%
Shared/Contract/ORMFilterInterface.php 0%
Shared/Controller/Authentication/RegisterController.php 100%
Shared/Controller/User/GetUserController.php 100%
Shared/Exception/AbstractAccessDeniedException.php 100%
Shared/Exception/AbstractApplicationException.php 100%
Shared/Exception/AbstractEntityNotFoundException.php 100%
Shared/Exception/AbstractInvalidPaginationTypeException.php 0%
Shared/Exception/UserNotFoundException.php 100%
Shared/Repository/Abstract/AbstractEntityRepository.php 85%
Shared/Repository/UserRepository.php 90%
Shared/Service/UserService.php 100%
Summary 95% (631 / 665)

Minimum allowed line rate is 60%

@dcorroyer dcorroyer changed the title Upgrade monthly balance history Upgrade backend + rebuild frontend from scratch Jul 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant