You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
924 B

  1. Move over to Logback for the backend
  2. -Convert the configuration file
  3. -Convert the AppConfig to configure basic logging
  4. Profile and improve performance for the ConcurrentEngine when looking for similarities.
  5. -SynchronousEngine is about 2.5x faster currently for finding similarities
  6. -ConcurrentEngine actors for finding similarities are not CPU constrained and need to be
  7. Convert app configuration format from a java properties to a typesafehub:config
  8. -Rewrite properties in new format (JSON)
  9. -Rewrite PropertiesLoader to use the new format
  10. Add functionality to both engines
  11. -Recursive directory scanning
  12. -Determine how to handle similarites there... All images or just per folder
  13. -Move files to new locations
  14. -Rename new files based on their MD5
  15. Add functionality to ImageService
  16. -Cache thumbnails
  17. -Generate thumbnails
  18. -Move caching of images into the ImageService