-
Notifications
You must be signed in to change notification settings - Fork 0
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
Add Cross-Cutting Concerns and Apply Them to the Notes Module #37
Add Cross-Cutting Concerns and Apply Them to the Notes Module #37
Conversation
feat: add logging behavior
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
After manual test I can conclude that everything is working as intended ✅
Additionally, please create a Notes
folder within the Endpoints
directory and move the following files into this folder: CreateNote
, GetNoteById
, and ListNotes
. That structure will be beneficial in the future, especially if new entities are introduced.
Description
Notes module is refactored and extended to support newly added features such as: