You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Set up real-time monitoring of desk statuses using the WiFi2BLE REST API to provide users and admins with up-to-date information.
Motivation
To enhance the user experience by providing live updates on desk availability and status changes, and to assist in maintenance and decision-making processes.
Proposed Solution
Write tests for periodic data fetching and updating the UI.
Implement periodic data fetching using AJAX calls or SignalR.
Update the UI dynamically to reflect status changes.
Optimize API usage to prevent excessive calls.
Acceptance Criteria
Feature is clearly defined.
All tests pass for real-time monitoring functionalities.
Desk statuses are updated in the UI in near real-time.
Code is reviewed and approved by at least one other team member.
Additional Info
Update the project report detailing the real-time monitoring approach.
Ensure accessibility considerations for dynamic content updates.
The text was updated successfully, but these errors were encountered:
Description
Set up real-time monitoring of desk statuses using the WiFi2BLE REST API to provide users and admins with up-to-date information.
Motivation
To enhance the user experience by providing live updates on desk availability and status changes, and to assist in maintenance and decision-making processes.
Proposed Solution
Acceptance Criteria
Additional Info
The text was updated successfully, but these errors were encountered: