Description
Implement a page to display detailed information about a selected desk, using data from the WiFi2BLE REST API. Use TDD.
Motivation
To provide users with up-to-date and detailed information before making a reservation or connecting to a desk.
Proposed Solution
- Write tests for retrieving desk details via the backend service.
- Use the
GET /desks/{desk_id} endpoint to fetch desk information.
- Display details such as current position, status, and manufacturer.
- Include user actions like "Control Desk" or "Reserve Desk" where applicable.
Acceptance Criteria
Additional Info
- Update the project report with details on desk details retrieval.
- Ensure data displayed is accurate and reflects real-time status.
Description
Implement a page to display detailed information about a selected desk, using data from the WiFi2BLE REST API. Use TDD.
Motivation
To provide users with up-to-date and detailed information before making a reservation or connecting to a desk.
Proposed Solution
GET /desks/{desk_id}endpoint to fetch desk information.Acceptance Criteria
Additional Info