Skip to content

development

Axel Schwab edited this page Mar 26, 2024 · 2 revisions

Development

Here you can find all the information which you need to know how the project is build.

Winslow API

The communication between the frontend and the backend is done via a HTTP API. The API is defined in java and hold in the winslow-api module. The frontend uses the winslow-api.ts which is generated from maven out of the winslow-api module.

winslow-api-ts-generation.png

Caution

The winslow-api.ts is generated. Do not change it manually.

Note

Currently the winslow-api.ts is part of the repository. For fallback reasons, this will be changed in the future.

Clone this wiki locally