ProjectLibrary.txt 836 B

12345678910111213141516171819
  1. - Resource import queue (ability to display progress bar for resources that are importing)
  2. - Plus modal windows?
  3. - Implement Delete command for ResourceTreeView
  4. TODO OTHER:
  5. - Shutting down causes a crash in FolderMonitor
  6. - During app startup I get ~10 first chance exceptions
  7. -------------------
  8. LOW PRIORITY
  9. What happens when importer fails importing a file?
  10. - This can be one of the lasts steps, but I will likely need to go through all importers manually and set them up so they return proper error codes
  11. and clean up properly on error.
  12. - In fact they should use exceptions but those should be translated to error codes when returned to Importer
  13. - OR just write directly to debug log?
  14. - Probably log and error code, since I will need to inform the outside world that import failed somehow