Opened 13 years ago
Closed 13 years ago
#224 closed enhancement (fixed)
Better error messages/docs for midway assignments upload
| Reported by: | adehnert | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | Sometime |
| Component: | Midway | Version: | |
| Keywords: | Cc: | ||
| Size: | small |
Description
If you try to upload a CSV file with missing column labels to https://asa.scripts.mit.edu:444/db_stage1/midway/2012-orientation/assign/, you get a "500 Server Error". It should give a validation error or some other human-readable error message. Also, it should document the required columns *before* you upload a bad CSV file...
Change History (1)
comment:1 Changed 13 years ago by adehnert
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
Fixed by commit 83759bf9a3e152b4e0011bc0394a7ce65892bb7e:
Author: Alex Dehnert <adehnert@mit.edu> Date: Mon Apr 15 04:21:26 2013 -0400 Prevent 500'ing while uploading midway assignments Add some documentation and improved error messages when uploading midway assignments. (Fixes ASA-#224.)