You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the UI will not specify a minimum although it shows what appears to be a default. This leads to situations where users create ciphertexts which can't be decrypted (because they require a minimum of 0 owners and don't get any actual encryptions). This should be handled better from a UX perspective:
The UI & backend should only allow valid values of "Minimum" and should require a predicate when Minimum == 0.
The UI should offer a dropdown that clearly explains how to use this, to steer people towards not falling into this trap.
I've seen this happen several (at least 3) separate times, and it's an easy fix.
The text was updated successfully, but these errors were encountered:
Currently, the UI will not specify a minimum although it shows what appears to be a default. This leads to situations where users create ciphertexts which can't be decrypted (because they require a minimum of 0 owners and don't get any actual encryptions). This should be handled better from a UX perspective:
Minimum == 0
.I've seen this happen several (at least 3) separate times, and it's an easy fix.
The text was updated successfully, but these errors were encountered: