Alexis Hernandez
Alexis Hernandez
Right now, such notifications contain only the app name, and the text, adding the app icon is reasonable, also, other enhancements could be considered.
Running tests on IntelliJ fails, let's fix them.
The `FileOrganizerService#safeMove`/`FileOrganizerService#safeMove#organizeByDate` methods end up renaming duplicated files to `IMG.jgp_(1)` instead of `IMG_(1).jpg`.
Right now the `FileOrganizerTask#run` method is huge, and hard to maintain, let's break it in smaller pieces.
In order to avoid #1 from occurring again, we can create some smoke tests that verify the native build. It's worth checking [this](https://github.com/note/teleport-scala) as an example on how to do...
Right now, there is a ToDo on the [build.sbt](https://github.com/wiringbits/my-photo-timeline/blob/master/build.sbt#L48), such execution could be done automatically before the `nativeImage` command, which allows to have such file up to date.
It would be super helpful to get an idea on which parts of the webapp need to be improved in order to make the application accessible for visually impaired people....
It is annoying to scroll through all the logs to find which tests have failed, we could aggregate the execution summary and set it to the workflow summary.