distributev / the-app

The App
MIT License
0 stars 2 forks source link

gui-status-incorrectly-green-while-api-status-is-failed #104

Open distributev opened 8 years ago

distributev commented 8 years ago

gui-status-incorrectly-green-while-api-status-is-failed

luismanuel001 commented 8 years ago

The thing is that the job creation succeeded, but the error occurs after the job has being created, so we can probably change the "Great, message sent" message by "Message queue to be sent" or something like that.

distributev commented 8 years ago

If you see the mail-merge job status it is complete and green which is for sure not correct. It should be failed because the email sub-job failed. Complete green means everything is GREEN and great.

Jobs have a status like "queued" I think - initially mail-merge will be in that state and then it will change to either complete green or failed. The GUI should reflect that too.