paulscherrerinstitute / scilog

BSD 3-Clause "New" or "Revised" License
1 stars 2 forks source link

Sometimes, the entry is written twice or missing #221

Open minottic opened 1 year ago

minottic commented 1 year ago

Sometimes, the entry is written twice or missing, when the connection has problems (this is one reason why I used “refresh” quite often, to check if the entry was made). Is it possible to save entries locally and only upload them once the connection is restored, such that I don’t need to check if I have a network connection the moment I send an entry? Especially in the SLS hutches, the wifi is sometimes not ideal. As another solution, a little message that shows that the entry was successfully added could clarify this issue

stephan271 commented 1 year ago

That would imply some kind of "offline" mode functionality. That would be a larger change, I presume. That no data is entered if the connection is broken I would not consider a bug, but double entries would be a bug, unless the user sends the data twice.