TAMULib / Vireo

Vireo is a turnkey Electronic Thesis and Dissertation (ETD) Management System.
http://vireoetd.org/vireo/
1 stars 0 forks source link

Improve Error Handling and Error Reporting for custom Submission Statuses #48

Closed kaladay closed 5 years ago

kaladay commented 5 years ago

Implement and use custom exception handling instead of returning ApiResponse.INVALID. This is more robust, allows for cleaner code, and better reports problems via existing infrastructure.

Also make sure to actually handle the possible errors.

Improve handling of potential problems with form data formats and potential browser compatibility issues.

Improve and fix related tests.