Skip to content

Introduce a customizable criteria catalog #6

Open
@Tobi-mmt

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions