NewSpring / Rock-Plugins

NewSpring plugins for Rock RMS
http://www.rockrms.com/
3 stars 5 forks source link

Fix SpecialNeeds Age Assignment #115

Closed FrankGrand closed 9 years ago

FrankGrand commented 9 years ago

Instead of FirstOrDefault, assign kids to Special needs room by best age fit

dcs619 commented 9 years ago

This line needs to select the closest group based on age instead of the first or default https://github.com/NewSpring/Rock-Plugins/blob/develop/cc.newspring.AttendedCheckIn/Workflow/Action/CheckIn/SelectByBestFit.cs#L115