Project

General

Profile

Improvement #11711

Updated by Navod Zoysa about 2 months ago

The current Windows Updates tab does not have a Refresh button for fetching the latest available updates. 
 Need to trigger the OS-update operation to get the latest updates. 

 -once 
 once the OS-update operation is triggered, it need to get received by the device and send the response back to device. 
 this will take approximately 1min(agent will sync for every 30 seconds)- This is not the case seconds) 

 after adding WNS support (https://roadmap.entgra.net/issues/10222) where around 1 min updates UI need to refresh to see the device will not wait for the polling interval new updates(need to send the update info. Hence we can keep the refresh button <host>/device-mgt/windows/v1.0/devices/os-updates/device?deviceId=<device_id>)  

 Its better to refresh let the view with latest updates if user know that there is any. Something a delay(need to note as well is that this OS updates info operation is not an operation that will be added sync with agent in device) to get the device operations in latest changes once the refresh button is clicked. 
 can add a higher frequency. By default it is set warning/info (EX: [1]) msg or add a popup confirmation to add say this operation every 7 days. will take time. 


 [1] 
 !Screenshot%20from%202024-10-30%2014-29-48.png! 

Back