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
Success/error messaging rendered at the bottom of the form
The problem with this is that the user may miss the feedback as the page returns to top of the form after submission. This is particularly evident in the SingleObservationForm component due to the length of the form.
A better solution would be perhaps be have a more pleasing user-experience like an animated pop-up modal.
The text was updated successfully, but these errors were encountered:
@johngribbin This might be further improved by giving the user line-by-line feedback on success vs failure (perhaps clustering them until state changes from success/fail or fail/success).
I believe this would require more granular feedback from trusat-backend, but the success status could be returned in an array.
With the current implementation:
The problem with this is that the user may miss the feedback as the page returns to top of the form after submission. This is particularly evident in the
SingleObservationForm
component due to the length of the form.A better solution would be perhaps be have a more pleasing user-experience like an animated pop-up modal.
The text was updated successfully, but these errors were encountered: