[PE-D][Tester C] Summary Statistics behavior when Expenses exceed Budget appears to differ between when Budget is set to 0
and when Budget is less than Expenses but not 0
#193
Labels
set p/0
set p/100
Steps to reproduce:
launch FastTrack with default data
set p/1
-> "Monthly Remaining: $0.00, +0.00%, Weekly Remaining: $0.00, +0.00%"set p/100
-> "Monthly Remaining: $-94.59, +0.00%, Weekly Remaining: $20.50, +96.57%"Expected: negative values for monthly, weekly remaining;
Actual: monthly, weekly remaining values are 0;
Different behavior in Summary Statistics when Expenses exceed Budget and Budget equals
0
vs Budget not equals0
. Users may at some point wish to set budget to0
, which could cause issues with incorrect Summary Statistics information. Behavior for Budget equals0
may be to account for default data, however, could perhaps consider behavior in context of future usage where budge may be set to0
.Labels:
type.FeatureFlaw
severity.Low
original: chia-yh/ped#10
The text was updated successfully, but these errors were encountered: