Description
Create a page where users can search through list available desks by retrieving data from the WiFi2BLE REST API. Use TDD.
Motivation
To enable users to find and select desks for use or reservation, utilizing real-time data from the API.
Proposed Solution
- Write tests for the search functionality, including handling API responses.
- Implement data retrieval using the backend service to fetch desks from the WiFi2BLE REST API.
- Display the list of desks with relevant details (e.g., Desk ID, name, status).
- Implement search and filtering options.
Acceptance Criteria
Additional Info
- Update the project report with details on integrating the API for desk listing.
- Ensure the page is optimized for performance, considering API response times.
Description
Create a page where users can search through list available desks by retrieving data from the WiFi2BLE REST API. Use TDD.
Motivation
To enable users to find and select desks for use or reservation, utilizing real-time data from the API.
Proposed Solution
Acceptance Criteria
Additional Info