Add the capability to schedule future needs and display them. In order to do so all the assignment methods were moved to a common utility class instead of being located in the Care Entry Block.
New Settings:
Care Dashboard
Threshold of Days For Future Need, The number of days the need has to be within before displaying on the dashboard.
Care Entry
Threshold of Days before Assignment, The number of days you can schedule a need in the future before a need will be assigned to workers.
Release Notes
What does the change add or fix in a succinct statement that will be read by clients?
Added capability to schedule future needs in Steps to Care.
Requested By
Who reported, requested, or paid for the change?
RSC
Screenshots
Does this update or add options to the block UI?
Care Dashboard, "Include Future Needs"
Care Entry, new settings:
Change Log
What files does it affect?
StepsToCare/CareDashboard.ascx
StepsToCare/CareDashboard.ascx.cs
StepsToCare/CareEntry.ascx.cs
Migrations/External Impacts
Is it a breaking change for other versions/clients?
Description
What does the change add or fix?
Add the capability to schedule future needs and display them. In order to do so all the assignment methods were moved to a common utility class instead of being located in the Care Entry Block.
New Settings:
Care Dashboard
Care Entry
Release Notes
What does the change add or fix in a succinct statement that will be read by clients?
Requested By
Who reported, requested, or paid for the change?
RSC
Screenshots
Does this update or add options to the block UI?
Care Dashboard, "Include Future Needs"
Care Entry, new settings:
Change Log
What files does it affect?
Migrations/External Impacts
Is it a breaking change for other versions/clients?
Yes, new DLL update is required with new utility methods. https://github.com/KingdomFirst/RockAssemblies/pull/83