Skip to content

Conversation

@Fortinbra
Copy link
Collaborator

No description provided.

fortinbra added 6 commits November 16, 2025 19:55
…tal One

- Added CsvImportDialog component for user interaction during CSV import.
- Created CsvImportResult and CsvImportError models to handle import results and errors.
- Developed integration tests for CsvImportController to validate CSV import logic.
- Implemented unit tests for Bank of America and Capital One CSV parsers to ensure correct transaction parsing.
- Enhanced CsvImportService to manage the import process and handle various scenarios, including error handling and performance with large files.
- Added fake repository implementations for testing purposes to simulate database interactions.
…ctions

- Added functionality to detect and skip duplicate transactions during CSV import.
- Updated `CsvImportService` to check for duplicates and return details of skipped transactions.
- Enhanced `AdhocTransactionService` to prevent duplicate income and expense transactions.
- Introduced `DuplicateTransaction` model to encapsulate duplicate details.
- Modified `CsvImportResult` to include duplicates skipped and their details.
- Created unit tests to validate duplicate detection logic in both CSV imports and manual transaction creation.
- Added database index for efficient duplicate detection.
@Fortinbra Fortinbra merged commit 94db5d9 into main Nov 17, 2025
1 check passed
@Fortinbra Fortinbra deleted the CSVImport branch November 19, 2025 01:23
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.

2 participants