Feat/move all services #141
Merged
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.
🚀 Volunchain Pull Request
Mark with an
xall the checkboxes that apply (like[x])application/services#126📌 Type of Change
📝 Changes description
This PR refactors the entire
src/servicesstructure by moving all domain-specific services into their respective module folders undersrc/modules/<domain>/application/services. All dependent imports across the codebase have been updated accordingly. In addition, unit tests were added or migrated tosrc/modules/<domain>/__tests__/services/for each affected service to ensure consistent functionality. Once the migration was complete, the oldsrc/servicesfolder was deleted. This change enforces the DDD (Domain-Driven Design) structure and improves maintainability.⏰ Time spent breakdown
⏳ Total time spent: ~4h 30min
🌌 Comments
Thank you for contributing to Volunchain, we are glad that you have chosen us as your project of choice and we hope that you continue to contribute to this great project, so that together we can make our mark at the top!
Summary by CodeRabbit
New Features
Bug Fixes
Refactor
Tests
Chores