carp.core-kotlin icon indicating copy to clipboard operation
carp.core-kotlin copied to clipboard

Add `updateClientStatus` to `DeploymentService`

Open Whathecode opened this issue 6 years ago • 1 comments

Whathecode avatar Aug 09 '19 09:08 Whathecode

After some analysis, indicating a device was deployed successfully seems too different a use case from simply updating the latest client status.

One is part of the 'setup/deployment' workflow, the other is something that is called repeatedly simply so the backend is aware about the client's connectivity, incoming data, privacy mode, etc.

I think I will make these separate endpoints.

Whathecode avatar Apr 01 '20 14:04 Whathecode