mechawrench / wificom-webapp

WebApp portion of the WiFiCom Project
MIT License
2 stars 0 forks source link

Acknowledgement of commands #5

Closed dmcomm closed 1 year ago

dmcomm commented 1 year ago

It would be good if the WiFiCom acknowledged commands and the website status messages could say something different depending on whether this happened or not. As a first step, the webapp could add a unique ID to commands? Then at some point wificom-lib can respond? Then after that the webapp could be updated to do something with the response?

mechawrench commented 1 year ago

Implemented on QA, will go live with the next release of wificom-lib

dmcomm commented 1 year ago

Thinking about the delay, I reckon the app would feel more responsive if it put some text immediately saying it's attempting to do whatever, then updates that text to the result when available.

Do I understand right we deliberately don't have any error messages yet?

mechawrench commented 1 year ago

Great idea, I'll look into a spinner and some text describing what's happening

And yeah, no error messages yet - will touch that at the same time

dmcomm commented 1 year ago

See #10