We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 page to display detailed information about a selected desk, using data from the WiFi2BLE REST API. Use TDD.
To provide users with up-to-date and detailed information before making a reservation or connecting to a desk.
GET /desks/{desk_id}
The text was updated successfully, but these errors were encountered:
GiGwebs
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: