Skip to content

Replace soft delete methods with delete methods in repositories#148

Merged
gorushkin merged 7 commits into
mainfrom
140-replace-softdeleting-with-deleting-in-entries
Dec 7, 2025
Merged

Replace soft delete methods with delete methods in repositories#148
gorushkin merged 7 commits into
mainfrom
140-replace-softdeleting-with-deleting-in-entries

Conversation

@gorushkin

Copy link
Copy Markdown
Owner

Refactor the OperationRepository and EntryRepository to replace soft delete methods with actual delete methods, enhancing data management. Update tests accordingly and improve database connection logic and transaction handling. Enhance AmountFormatter for better formatting capabilities.

…tionRepository and update related tests (#145)

* feat: 139 implement deleteByEntryIds method and corresponding tests in OperationRepository

* feat: 139 replace softDeleteByEntryIds with deleteByEntryIds in OperationRepository and update related tests

* refactor: update operation descriptions in deleteByEntryIds tests to reflect deletion instead of soft deletion
…d in EntryRepository and add corresponding tests
…d in EntryRepository and UpdateTransaction use case
…nup; add transaction retrieval methods and amount formatting utilities
…n and improve formatting; update transaction integration tests for better async handling
@gorushkin gorushkin linked an issue Dec 7, 2025 that may be closed by this pull request
… method; enhance CI workflow with SQLite data directory creation
@gorushkin gorushkin merged commit 53e1595 into main Dec 7, 2025
2 checks passed
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.

Replace softDeleting with deleting in entries

1 participant