-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
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
- Feature is clearly defined.
- All tests pass for desk details functionalities.
- Users can view detailed information about a selected desk.
- Code is reviewed and approved by at least one other team member.
Additional Info
- Update the project report with details on desk details retrieval.
- Ensure data displayed is accurate and reflects real-time status.
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
In progress