WHOIGit / photic

Image annotation tool
MIT License
2 stars 0 forks source link

Hook up import ROIs command ot the front end #26

Open mike-kaimika opened 3 years ago

mike-kaimika commented 3 years ago

Have a way for the front end to load images either using the importrois command, or with similar (abstracted) code

joefutrelle commented 3 years ago

Importing ROIs is a long-running operation so will need to be run using Celery or some other async framework

joefutrelle commented 3 years ago
  1. assume images are already staged on the backend in a folder that is mapped into the container
  2. allow the user to browse and locate images that they want to import
  3. provide a UI for tracking progress of import