2.3.3 • Published 2 months ago

@universis/one-roster v2.3.3

Weekly downloads
-
License
LGPL-3.0-or-later
Repository
-
Last release
2 months ago

@universis/one-roster

Universis OneRoster 1.2 middleware

Installation

npm i @universis/one-roster

Configuration

Register @universis/one-roster under universis api server services section of application configuration:

    {
        "services": [
            {
                "serviceType": "@universis/one-roster#OneRosterService"
            }
        ]
    }

Add the OneRosterSchemaLoader under universis api server schema/loaders section of application configuration:

{
  "schema": {
    "loaders": [
      { "loaderType": "@universis/one-roster#OneRosterSchemaLoader"}
    ]
  }
}

Configure line items and results

Exporting line items and results of each course is optional and can be configured in application configuration:

{
  "services": [
    {
      "serviceType": "@universis/one-roster#OneRosterLineItemProvider",
      "strategyType": "@universis/one-roster#OneRosterNoLineItemProvider",
    },
    {
      "serviceType": "@universis/one-roster#OneRosterResultProvider",
      "strategyType": "@universis/one-roster#OneRosterNoResultProvider",
    }
  ]
}

where OneRosterNoLineItemProvider and OneRosterNoResultProvider does not export line items and results respectively. This operation may be important for environments where one roster services are going be used for exporting data associated with course enrollments only e.g. Universis API server is used for exporting data to LMS.

2.3.2

2 months ago

2.3.3

2 months ago

2.3.0

4 months ago

2.3.1

4 months ago

2.2.2

5 months ago

2.2.1

5 months ago

2.1.2

8 months ago

2.2.0

7 months ago

2.1.1

8 months ago

2.0.2

8 months ago

2.1.3

8 months ago

2.1.0

8 months ago

2.0.1

8 months ago

2.0.0

8 months ago

1.0.14

1 year ago

1.0.13

1 year ago

1.0.12

1 year ago

1.0.11

1 year ago

1.0.10

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.2

2 years ago