acikyazilimagi / musahit-harita-backend

Müşahit Haritası Backend Api Kodları
Apache License 2.0
22 stars 2 forks source link

heat rank formulisation #18

Closed bltMustafa closed 1 year ago

bltMustafa commented 1 year ago

heatRank = roundUp((1 - ((confirmed volunteers in location.id) / (threshold x (ballot_boxes count in location.id)))) * 10)

ovoAverage = volunteer_counts.priority (for ovo) in location_id / count(buildings in volunteer_counts) finalRank = roundUp((3/7 * ovoAverage) + (4/7 * heatRank))