USStateDept / jedv

J Enterprise Data Viewer
0 stars 0 forks source link

Refactor success alert to return success when projects inserted into database #150

Open trycrmr opened 8 years ago

trycrmr commented 8 years ago

At this time the front-end indicates success when the HTTP POST request is successfully delivered to the back-end for processing. However, this does not accurately reflect "success" if there is an error with any of the projects when they are being inserted into the database. The success result to the user should not be returned until the back-end responds that the projects have been inserted into the database.