BCStudentSoftwareDevTeam / lsf

0 stars 0 forks source link

Waiting after submitting new LSF forms goes unnoticed #234

Closed bryantal closed 4 years ago

bryantal commented 4 years ago

Original report by Lisandro Padron (Bitbucket: [Lisandro Padron](https://bitbucket.org/Lisandro Padron), GitHub: escalerapadronl).


Summary:

When a user submits a new LSF form, they are asked to wait a couple seconds after clicking ‘Submit’ before they perform any other actions. This is getting ignored by people using the app and it does not seem to serve a lot of purpose since the forms get submitted into the database as soon as the user clicks ‘Submit’.

To Do:

Check and see if the wait serves any purpose when submitting forms. If it does, come up with a way to make sure the user does wait a few seconds from the page to reload and if the wait does not serve a purpose, remove it.

bryantal commented 4 years ago

Original comment by Hila Manalai (Bitbucket: [Hila Manalai](https://bitbucket.org/Hila Manalai), ).


PR is in. Waiting to be merged.
PR URL: https://bitbucket.org/laborstudents/lsf-flask/pull-requests/215/removed-the-time-out-after-submitting-a

bryantal commented 4 years ago

Original comment by Hila Manalai (Bitbucket: [Hila Manalai](https://bitbucket.org/Hila Manalai), ).


PR is merged.