Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminaaron committed May 5, 2024
1 parent 7873229 commit 96ffece
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@foerderfunke/matching-engine",
"version": "0.3.9",
"version": "0.4.0",
"description": "Checks eligibilities by validating a user profile against requirement profiles",
"author": "@foerderfunke",
"license": "MIT",
Expand Down
4 changes: 4 additions & 0 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ export const ValidationResult = {
UNDETERMINABLE: "undeterminable"
}

export async function validateSingleDatafieldValue() {
// TODO
}

export async function validateUserProfile(userProfile, datafieldsStr, debug = false) {
let store = new Store()
await addRdfStringToStore(userProfile, store)
Expand Down

0 comments on commit 96ffece

Please sign in to comment.