Created
August 1, 2025 11:13
-
-
Save davidcsejtei/a86174f6debacc94eb3016c878e0c75d to your computer and use it in GitHub Desktop.
One of my previous JIRA task as a technical writing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ABCD-5432 JIRA ticket: | |
| Improve the API with a /devices endpoint. The endpoint's functionality comes from the attached Product Specification Documentation. | |
| Definition of Done: | |
| - The /devices endpoint returns the devices array following the sample data structure contained in the related documentation. | |
| - If the company doesn't have any devices at the selected address → /devices returns an empty array. | |
| How to demo (with the UI parts): | |
| 1) Open the search page, then search for a company (use a company from the test sheet). | |
| 2) Click on the "Details" button shown in the search result list. | |
| 3) Check the devices area of the UI to see all related devices of the company, including their status (live, offline, etc.). | |
| How to demo (without the UI parts): | |
| 1) Call the /devices endpoint as a standard (GET) HTTP call and observe the devices array returned for the devices. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment