white-rabbit
white-rabbit copied to clipboard
A time recording tool
This applies especially after user has clicked "stop working for today". Proposal: ask user for confirmation before updating end time. WhiteRabbit shows a dialog in this case with three options:...
When WR detects an interruption, it shows a second dialog when the user does not close the first dialog in time. ``` 14:41:00.039 [pool-3-thread-1] DEBUG o.i.w.l.s.WorkingTimeService - Day 2023-09-18 updated...
When running UI-Tests in non-headless mode under macOS with the following command: ```sh ./gradlew jfxui:uiTest -i --tests AutomaticInterruptionTest -PuiTestsHeadless=false ``` the tests fail with the following error: ``` AutomaticInterruptionTest >...
When White-Rabbit is showing the dialog asking if it should add an interruption it is not recording the uptime: * It does not write log entries * It does not...
It would be great if it was possible to add new projects in the UI on the fly. Maybe jsut by typing the project name into the table.
## Situation I encountered a problem with carried-over time when a new month started. Although I put the computer on standby and that usually works on regular days, at the...
## Situation Most current application with tables allow adding new entries by clicking on a free row. I intuitively tried to do that, but it did not work. ## Acceptance...
## Situation If a column has the "Remaining time" marker set, automatically reduce the time in that field if a new activity is added. I was not able to do...
Autocomplete should also find substring matches. Currently matches are only found at the start of a match.