You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create a boolean configuration option like "Appointment Date Budget Bar"
Tie that config option into the budget bar calculations, so when true the calculations are considering the Appointment Date rather than the Pledged Date.
What feature or behavior is this required for?
At least one of our funds does their budgetting based on what date the appointment is planned for, rather than when they are making the pledge for the patient. They asked us for this to help their at-a-glance in Daria to be reliable for them!
How could we solve this issue?
There are two main steps:
What feature or behavior is this required for?
At least one of our funds does their budgetting based on what date the appointment is planned for, rather than when they are making the pledge for the patient. They asked us for this to help their at-a-glance in Daria to be reliable for them!
How could we solve this issue?
There are two main steps:
Create the configuration option.
Tie the config into the existing logic.
Patient
model'spledged_status_summary
function:dcaf_case_management/app/models/patient.rb
Lines 96 to 99 in 40910cc
Anything else?
Change welcome as a single PR or two!
The text was updated successfully, but these errors were encountered: