grchristensen / avpd

Apache License 2.0
0 stars 4 forks source link

TODO: (Backend) Error Handling #14

Open grchristensen opened 3 years ago

grchristensen commented 3 years ago

When creating the API requests I only performed the bare minimum in order to make the request work, I did not implement good error handling for scenarios such as when a student submits an invalid file format. These requests need to be hardened to account for these scenarios.

There should be a few TODO comments littered around the backend code, these would be a good place to start.