Problem
We have a thorough function for computing report names, and we were going to build a system to optimistically compute report names whenever a dependency of the report name formula updated, but scrapped that idea. Now report names will not be optimistically computed at all.
Solution
It will be sufficient to optimistically compute the report name when reports are created, so that they use the proper name right away.
Replace the call to populateOptimisticReportFormula with a call to compute, or otherwise merge the logic together. Verify various report formulas compute correctly optimistically when reports are created.
Issue Owner
Current Issue Owner: @
Issue Owner
Current Issue Owner: @NicMendonca
Problem
We have a thorough function for computing report names, and we were going to build a system to optimistically compute report names whenever a dependency of the report name formula updated, but scrapped that idea. Now report names will not be optimistically computed at all.
Solution
It will be sufficient to optimistically compute the report name when reports are created, so that they use the proper name right away.
Replace the call to populateOptimisticReportFormula with a call to compute, or otherwise merge the logic together. Verify various report formulas compute correctly optimistically when reports are created.
Issue Owner
Current Issue Owner: @Issue Owner
Current Issue Owner: @NicMendonca