|
Users should be able to flag uploaded reports as manually changed and display a small hint in the table. The reason for the edit should be storable.
Example use case:
Data of a reports contains outliers in a certain month, e.g. caused by automatic downloads. The user downloads the report, corrects the data and then uploads it again.
It seems necessary to document both that the data has been edited and what has been the reason for those changes.
In addition, those reports should be easily detectable in the statistics table, if there are serveral months to be edited and the user needs to know what is left to be done.
Solution:
- In the upload Counter statistics dialog, two optionla fields need to be added:
- a checkbox “Report data has been edited manually"
- an input field: “Edit reason"
- hint: "Enter reason for manual changes"
- If checkbox is deactivated: input field is greyed out/deactivated
- If checkbox is activated: input field is available
- Both values are displayed with the other report metadata in the info dialog
If “edited” = true: the report icon in the statistics table is displayed differently
Changes to icon still to be defined.
Split: Visual mark-up of changed report in table is now handled in UXPROD-2926.
|