Christoph Kuhnke
Christoph Kuhnke
# Description HTML report of OFT does not start with summary. ## Steps to Reproduce 1. configure pom to use HTML output, see [usage](https://github.com/itsallcode/openfasttrace-maven-plugin#usage) 2. run ``mvn openfasttrace:trace --projects .``...
Output of OFT should display line number for each finding. This is helpful especially for duplicates. Maybe the name of the source file is helpful, too?
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:...
Sonarqube [reports duplicated code](https://sonarcloud.io/project/issues?id=org.itsallcode.whiterabbit%3Awhite-rabbit&open=AXnhcNhj5YkZNrCamj5o&pullRequest=181&resolved=false&types=CODE_SMELL) in plugins csv and holiday-calculator. Proposal: Create abstract class `GenericPlugin`. Open: Where to put class? In api would be fine. logic would require additional dependencies for...
In case user adds / removes / updates some (new) holiday definitions to/from/in configuration file and wants to check whether WR displays holiday instances correctly.
Steps to reproduce: User selects a specific day and enters times for begin and end. Observed behavior: WR updates durations for all activities of the selected day automatically, but updates...
If sum of durations of all activities is greater than working time, then display error and reject value. Do not set duration of time with "remainder" selected to a negative...
The idea is, to enable entering activities without using the mouse. When adding activity user currently needs to 1. select table row 2. select cell in first column 3. open...
Proposal: use two columns with a merged header cell.