Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Better success/error messaging after IOD submission #256

Open
johngribbin opened this issue Mar 3, 2020 · 2 comments
Open

Better success/error messaging after IOD submission #256

johngribbin opened this issue Mar 3, 2020 · 2 comments
Labels
enhancement New feature or request
Projects

Comments

@johngribbin
Copy link
Collaborator

With the current implementation:

  • User submits their IOD(s)
  • 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.

Screen Shot 2020-03-03 at 2 45 48 PM

A better solution would be perhaps be have a more pleasing user-experience like an animated pop-up modal.

@johngribbin johngribbin added the enhancement New feature or request label Mar 3, 2020
@interplanetarychris
Copy link
Collaborator

@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.

@johngribbin johngribbin added this to To do in TruSat via automation Mar 3, 2020
@johngribbin
Copy link
Collaborator Author

@interplanetarychris Agreed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
TruSat
  
To do
Development

No branches or pull requests

2 participants