-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Description
Implement the Desk Control page allowing users to control desk settings remotely using the WiFi2BLE REST API.
Motivation
To provide users with the ability to adjust desk configurations via the web app, utilizing API endpoints for reliable and secure communication with desks.
Proposed Solution
- Understand the WiFi2BLE REST API and its endpoints.
- Write unit and integration tests for desk control functionalities.
- Develop the Razor Page with controls for desk operations (e.g., move up, move down, set specific position).
- Use HTTP methods (
GET,PUT) to interact with the API. - Securely manage the
api_keyon the server side.
Acceptance Criteria
- Feature is clearly defined.
- All tests pass for desk control functionalities.
- Users can remotely control their assigned desks using the API.
- API interactions handle all necessary status codes and errors.
- Code is reviewed and approved by at least one other team member.
Additional Info
- Update the project report with details on API integration under "Implementation."
- Ensure real-time feedback is provided to the user upon actions.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
In progress