GIScience/sketch-map-tool

Report failure of georeferencing or marking detection to the user

Closed this issue · 0 comments

Currently, if georeferencing is failing or not marking has been detected on an uploaded sketch map it is not communicated to the user.

Expected: On result page, display a message to the user telling the user for which uploaded files georeferencing has failed, or no markings has been detected. Probably it is a good idea to include the same message as text in the downloaded results.

A possible technical solution could be to define a custom Celery status with additional metadata such the number of detected markings. This status can be queried by the front-end via /api/status to report to users while processing uploaded sketch maps.