Project

General

Profile

Actions

Task #4603

closed

implement of related query in task controller for getting sub task data on related and get related on id

Added by Vikram Singh about 1 year ago. Updated about 1 year ago.

Status:
Closed
Priority:
Normal
Assignee:
Target version:
Start date:
09/18/2023
Due date:
09/22/2023
% Done:

0%

Estimated time:
6:00 h

Description

Acceptance Criteria:
  • The API endpoint should accept a taskId parameter in the URL, which is the unique identifier of the parent task for which subtasks are requested.
  • When a GET request is made to this endpoint, the system should retrieve and return a list of subtask objects that are related to the specified parent task identified by taskId.
  • If there are subtasks related to the specified parent task, the API should respond with a JSON array containing the subtask objects.
  • Each subtask object in the response should include relevant information such as a unique identifier (taskId), a title, and a description.
  • If there are no subtasks related to the parent task with the specified taskId, the API should respond with an appropriate message indicating that no subtasks were found.
  • The response from the API should have a status code of 200 (OK) if subtasks are found, and a status code of 404 (Not Found) if no subtasks are found.
  • The API should be designed to handle valid and invalid taskId values gracefully, providing meaningful error responses when necessary.
    Documentation:
  • Document the API endpoints, request/response formats, and error codes for users and developers to understand how to interact with the gateway.
    Security:
  • Implement security measures to protect user data and sensitive operations (e.g., secure communication, input validation, rate limiting).
Actions #1

Updated by Vikram Singh about 1 year ago

  • Subject changed from implement of related query in task for getting sub task data on related to implement of related query in task controller for getting sub task data on related and get related on id
  • Estimated time changed from 4:00 h to 6:00 h
Actions #2

Updated by Satyam sahu about 1 year ago

  • Project changed from 81 to Tinggit-Gamification-svc
  • Target version changed from 1.0.0.0 to 2.0.0.0
Actions #3

Updated by Satyam sahu about 1 year ago

  • Status changed from New to In Progress
Actions #4

Updated by Satyam sahu about 1 year ago

  • Status changed from In Progress to Resolved
Actions #5

Updated by Vikram Singh about 1 year ago

  • Status changed from Resolved to Reviewed
Actions #6

Updated by Vikram Singh about 1 year ago

  • Status changed from Reviewed to Closed
Actions

Also available in: Atom PDF