Feat/ddd - #1
Open
CarlosSimon02 wants to merge 7 commits into
Open
Conversation
… including Transaction, TransactionCategory, and related value objects for enhanced domain modeling
…validation for transaction IDs and improving pagination parameter checks
…gement, enhancing domain modeling and validation
…anced domain modeling and validation, including creation and update logic
…e parameter checks in income use cases
… before & after code examples, quick reference guide, and scaling strategies to enhance understanding and implementation of DDD principles
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
…in entity validation and enhancing data handling, improving overall code quality and maintainability
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
DDD Implementation
Overview
Implement Domain‑Driven Design (DDD) across Finora core domains to centralize business logic, improve testability, and increase maintainability.
Why
What changed (high level)
Benefits / Impact
Backward compatibility
Notes for reviewers
src/core/entities/andsrc/core/valueObjects/(validation and invariants).src/core/useCases/for thin orchestration.docs/for patterns, examples, and migration notes.Next steps / opportunities
Summary: Centralized domain logic with DDD — safer, cleaner, and easier to extend. Ready for review.