orma / openroads-vn-analytics

BSD 2-Clause "Simplified" License
0 stars 1 forks source link

Improve error handling and messages during RLP Upload #548

Closed batpad closed 5 years ago

batpad commented 5 years ago

We have a couple of related issues with regards to error handling during the RLP upload.

For common errors that we know about, eg. duplicate uploads, uploading road id that doesn't exist, etc. we display proper errors to users.

For less common errors that we had not predicted like inconsistent naming of columns, errors can surface in ways that are not cleanly caught by the code, and never surface up to the user.

Two things need to be done here: