We've got a simple scenario i'd love to see how others are handle.
A user has a tracker. They send data to the server every few minutes. That user stops working for our company. We want to block their device, but we want to still access the historical data.
Any thoughts? I wondered if we change the tracker ID so Traccar just blocks any new incoming requests. I suspect anyway we'll take the tracking device back and reconfigure it for another user, but I want to setup sensible processes in the application layer we're building on top of Traccar server as well.
Yes, you can just change device id. For example, add some prefix or suffix.
We've got a simple scenario i'd love to see how others are handle.
A user has a tracker. They send data to the server every few minutes. That user stops working for our company. We want to block their device, but we want to still access the historical data.
Any thoughts? I wondered if we change the tracker ID so Traccar just blocks any new incoming requests. I suspect anyway we'll take the tracking device back and reconfigure it for another user, but I want to setup sensible processes in the application layer we're building on top of Traccar server as well.