Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cmendoza refactoring #39

Open
wants to merge 8 commits into
base: main
Choose a base branch
from

Conversation

cmendoza
Copy link

Multiple changes including:

  • Changed folders structure
  • Changed endpoint routing according to REST concepts
  • Moved data fetching away from controller
  • Created Users class hierarchy
  • Encapsulated business logic in Users classes
  • Encapsulated email normalization into a value object
  • Normalized success and fail responses
  • Improved Swagger documentation
  • Updated existing and added new unit tests to increase code coverage
  • Added logging (NLog)
  • Exception handling centralized and normalized

- Changed folders structure
- Changed endpoint routing
- Moved data fetching away from controller
- Created Users class hierarchy
- Encapsulated business loginc in Users classes
- Encapsulated email normalization into value object
- Normalized success and fail responses
- Improved Swagger documentation
- Updated unit test according refactored code
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.

1 participant