Open
Description
Each user of the system should create an own criteria catalog. with this in mind everyone can create its own criteria for there own dataset.
How the catalog can look like:
const criterias: {
sex: ["min", 1, "female"],
joinedAt: ["min", 31556952 , (value)=> ( Date.now() - Date(value))] // a year
}
Metadata
Assignees
Labels
No labels