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

Implement a Request to Fetch Test Case Overview Deletion Data and Update Visibility #497

Open
AlexStroke opened this issue May 31, 2024 · 3 comments
Assignees

Comments

@AlexStroke
Copy link
Contributor

Objective

Implement a feature in the existing API service to fetch the overview of a specific test case from the TestOps API and extract the "deleted" status from the response. Ensure that test cases marked as deleted do not display on the frontend.

Requirements

  • Create a new method to fetch test case overview data.
  • The new method should send a GET request to the following URL: https://soramitsu.testops.cloud/api/testcase/{id}/overview
  • Replace {id} with the actual test case ID provided to the method like this https://soramitsu.testops.cloud/api/testcase/27/overview
  • Parse the response to extract the value of the deleted field.
  • Return this value as a boolean indicating whether the test case is deleted.
  • Ensure that test cases marked as deleted are not displayed on the frontend.
@AlexStroke
Copy link
Contributor Author

AlexStroke commented May 31, 2024

previous task #355

@0x009922
Copy link
Contributor

0x009922 commented Jun 6, 2024

I think this should be an issue in the https://github.com/soramitsu/iroha2-docs-compat-matrix-service project itself.

@AlexStroke
Copy link
Contributor Author

I think this should be an issue in the https://github.com/soramitsu/iroha2-docs-compat-matrix-service project itself.

I don't have permissions to create issues there.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants