Skip to content

feat/170: User commenting#286

Open
andrxpie wants to merge 4 commits into
devfrom
feat/170/user-commenting
Open

feat/170: User commenting#286
andrxpie wants to merge 4 commits into
devfrom
feat/170/user-commenting

Conversation

@andrxpie

@andrxpie andrxpie commented Jun 17, 2026

Copy link
Copy Markdown
Contributor

Description

Implemented the server-side functionality for the User/Commenting task.

Changes

  • Created DTOs and updated data models for comments.
  • Implemented business logic in services/handlers (get, delete operations).
  • Configured database interaction via the repository pattern.
  • Added new endpoints to corresponding controllers.
  • Added database migrations (if applicable).

Testing

  • Written unit tests to cover business logic in handlers and services.
  • Performed API endpoint integration testing.
  • Verified exception handling and error responses.

Checklist

  • Project compiles without errors or warnings.
  • All existing and new tests pass successfully.
  • API documentation (Swagger) is updated.
  • Code aligns with the project's architectural standards.

@andrxpie andrxpie requested a review from a team June 17, 2026 12:22
@andrxpie andrxpie self-assigned this Jun 17, 2026
@andrxpie andrxpie added tests Write tests backend Work on backend side labels Jun 17, 2026
@andrxpie andrxpie linked an issue Jun 17, 2026 that may be closed by this pull request
@andrxpie andrxpie added the requirements Must be done, according to the requirements label Jun 17, 2026
@andrxpie andrxpie linked an issue Jun 17, 2026 that may be closed by this pull request
@sonarqubecloud

Copy link
Copy Markdown

@Vasia1101 Vasia1101 enabled auto-merge (squash) June 18, 2026 14:25
@Vasia1101 Vasia1101 disabled auto-merge June 18, 2026 14:26
@Vasia1101 Vasia1101 enabled auto-merge (squash) June 18, 2026 14:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backend Work on backend side requirements Must be done, according to the requirements tests Write tests

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[User/Commenting on Streetcode][BackEnd] GetByStreetcodeId Comments [User/Commenting on Streetcode][BackEnd] Delete Comments

3 participants