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

Add Cross-Cutting Concerns and Apply Them to the Notes Module #37

Merged
merged 18 commits into from
Jan 3, 2025

Conversation

NikolaDmitrasinovic
Copy link
Collaborator

@NikolaDmitrasinovic NikolaDmitrasinovic commented Dec 30, 2024

Description

Notes module is refactored and extended to support newly added features such as:

  • custom exception handling
  • logging behavior
  • paginated response when listing ( in this case Notes )
  • database interceptors

@NikolaDmitrasinovic NikolaDmitrasinovic added enhancement New feature or request backend Work performed on the backend solution labels Dec 30, 2024
@NikolaDmitrasinovic NikolaDmitrasinovic self-assigned this Dec 30, 2024
Copy link
Collaborator

@HunorTotBagi HunorTotBagi left a 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.

image

@NikolaDmitrasinovic NikolaDmitrasinovic merged commit 18bc59d into main Jan 3, 2025
1 check passed
@NikolaDmitrasinovic NikolaDmitrasinovic deleted the jssbg-70_cross-cutting-concerns-notes branch January 3, 2025 07:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend Work performed on the backend solution enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add Cross-Cutting Concerns and Apply Them to the Notes Module
3 participants