-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Extract reusable components from the projects (#115)
* Remove unnecessary usings across all projects in the solution. * Replace name with Title. * Create new generalized core library. * Fix Create reusable Name Core and Application layers. * Change local port for API due to restricted port issue. * Remove all references to "Name" in the Dictionary entry service. * Replace all instances of "Name" in the generic entry repository. * Refactor repository logic into reusable class. * Shrink method size. * Create new reusable infrastructure project. * Remove direct reference to MongoDB driver. * Fix broken domain events. * Use one Infrastructure project for all external dependencies. * Fix broken feedback section. * Remove unused using. * Pack YorubaOrganization.Core into a nupkg. * Pack the reusable Application project into to nupkg. * Move the dictionary component projects to a different solution. * Clean up Core project file. * Fix file formatting issue. * Minor cleanups. * Fix namespaces and usings.
- Loading branch information
Showing
133 changed files
with
382 additions
and
1,636 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.