UWStout / nodejs-canon-control-client

A web based interface designed to integrate with the nodejs-canon-control-server.
3 stars 0 forks source link

Provide Proper Feedback for partial failure of bulk tasks #7

Open SamsonSmithC opened 2 years ago

SamsonSmithC commented 2 years ago

Feedback for bulk tasks displays success if at least 1 camera on a server succeeds. Information about partial failures is sent to the client from the server, but that information is currently only displayed in console logs.

Implement a more robust feedback system so users will be notified about any cameras that failed to complete a bulk task.

SamsonSmithC commented 2 years ago

Implemented as of: 5ba550feac915200b045e003e91b8e3e4fbf8ae3

In need of testing & verification prior to issue close