1.0.22 • Published 1 year ago

@universis/evaluations v1.0.22

Weekly downloads
-
License
LGPL-3.0-or-later
Repository
gitlab
Last release
1 year ago

@universis/evaluations

Universis api server plugin for evaluations

Installation

npm i @universis/evaluations

Usage

Register EvaluationService in application services:

# app.production.json

"services": [
    ...,
     {
       "serviceType": "@universis/evaluations#EvaluationService"
     }
]

Add EvaluateSchemaLoader to schema loaders

# app.production.json

{
    "settings": {
        "schema": {
            "loaders": [
                ...,
               {
                 "loaderType": "@universis/evaluations#EvaluationSchemaLoader"
               }
            ]
        }
    }
}
 
1.0.22

1 year ago

1.0.21

1 year ago

1.0.19

1 year ago

1.0.20

1 year ago

1.0.18

2 years ago

1.0.17

2 years ago

1.0.16

2 years ago

1.0.15

2 years ago

1.0.11

3 years ago

1.0.14

3 years ago

1.0.13

3 years ago

1.0.12

3 years ago

1.0.10

3 years ago

1.0.9

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago