Skip to content

feature/get-specific-task#163

Merged
mdawoud27 merged 5 commits into
mainfrom
feature/162/get_specific_task
Apr 17, 2025
Merged

feature/get-specific-task#163
mdawoud27 merged 5 commits into
mainfrom
feature/162/get_specific_task

Conversation

@mdawoud27
Copy link
Copy Markdown
Contributor

PR Checklist (required)

Please check if your PR fulfills the following requirements:

  • The commit message follows our guidelines.

  • Tests for the changes have been added (for bug fixes / features)

PR Type

What kind of change does this PR introduce?

  • Bugfix
  • Feature
  • Code style update (formatting, local variables)
  • Refactoring (no functional changes, no api changes)
  • Build related changes
  • CI related changes
  • Documentation changes
  • Other... Please describe:

Related Issue

Closes #162

@mdawoud27 mdawoud27 added documentation Improvements or additions to documentation feature For new feature labels Apr 17, 2025
@mdawoud27 mdawoud27 requested a review from Copilot April 17, 2025 19:36
@mdawoud27 mdawoud27 self-assigned this Apr 17, 2025
@mdawoud27 mdawoud27 linked an issue Apr 17, 2025 that may be closed by this pull request
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR introduces a new feature to retrieve detailed information for a specific task via a dedicated endpoint.

  • Added a getSpecificTask route in src/routes/task.routes.js
  • Implemented the getSpecificTask controller in src/controllers/task.controller.js with extensive related data lookup
  • Updated README.md to document the new endpoint

Reviewed Changes

Copilot reviewed 25 out of 26 changed files in this pull request and generated no comments.

File Description
src/routes/task.routes.js Introduces a new GET route for fetching a specific task
src/controllers/task.controller.js Adds a new controller function to retrieve and return task details including related entities
README.md Updates API documentation to include the new endpoint
Files not reviewed (1)
  • src/docs/swagger.json: Language not supported

@mdawoud27 mdawoud27 merged commit c25c2de into main Apr 17, 2025
11 checks passed
@mdawoud27 mdawoud27 deleted the feature/162/get_specific_task branch April 17, 2025 19:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation feature For new feature

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[FEATURE]: Get a specific task

2 participants