Skip to content

Input: user profile and requirement profiles. Output: a report about eligibilities (yes, no, missing data)

License

Notifications You must be signed in to change notification settings

Citizen-Knowledge-Graph/matching-engine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

matching-engine

📺 The first part of video 2 and the middle part of video 3 in this demo series are showing parts of the matching engine logic.

  • Input: user profile, requirement profiles, datafield definitions, materialization rules
  • Output: a report about eligibilities (yes, no, missing data), prioritized missing data fields and constraint violations

In use in the FörderFunke Web App.

Local development

npm install
npm test

# after bumping the version
npm publish

Usage

npm install --save @foerderfunke/matching-engine

import { ValidationResult } from "@foerderfunke/matching-engine"

About

Input: user profile and requirement profiles. Output: a report about eligibilities (yes, no, missing data)

Resources

License

Stars

Watchers

Forks