UNPKG

@wmfs/tymly-rankings-plugin

Version:

Plugin which handles ranking of data for Tymly framework

50 lines (49 loc) 1.16 kB
{ "label": "Factory ranking", "description": "Maps where to find the data and weightings for each factor", "rankingModel": "rankingUprns", "riskScoreTrailModel": "riskScoreTrail", "source": { "model": "gazetteer", "property": "uprn", "otherProperties": ["address_label"] }, "factors": { "usage": "constant", "foodStandards": { "namespace": "test", "model": "food", "property": "rating" }, "shouldBeLicensed": { "namespace": "wmfs", "model": "building", "property": "shouldBeLicensed" }, "fsManagement": { "namespace": "test", "model": "rankingUprns", "property": "fsManagement" }, "incidents": { "namespace": "test", "model": "incidents", "property": "amount" }, "heritage": { "namespace": "test", "model": "heritage", "property": "uprn" }, "sprinklerCoverage": { "namespace": "wmfs", "model": "building", "property": "sprinklerCoverage" }, "lastEnforcement": { "namespace": "test", "model": "rankingUprns", "property": "lastEnforcementAction" } } }