Skip to content

Documentation

Annastiina edited this page May 20, 2022 · 2 revisions

Contents

  1. Client
  2. Backend
  3. JSON configuration

Client

Sampo-UI's React components are documented here using Storybook.

Here is a list of the main JavaScript libraries on which the Sampo-UI client is built on:

Backend

The API provided by Sampo-UI's backend includes routes for the following search paradigms: faceted search, full text search, and federated full text or spatial search. The API is described using the OpenAPI Specification. The same specification is used for both documenting the API, and validating the API requests and responses.

An API documentation with example configuration can been seen here.

Sampo-UI's backend is based on the following JavaScript libraries:

JSON configuration

The JSON schemas for configuration files can been seen here.

These schemas cover the portal configuration file and the perspective configuration files.

Clone this wiki locally