Currently we have the report state variable, that we rename to reportResult when passing it to the ControlPanel, only to rename it to report again when passing it further down. But we only do that sometimes.
I would like to consistently use report as name and get rid of reportResult as a variable, state and prop name, except if it really refers to the report.result object.