Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Anchor
TOC
TOC
Table of Contents

Introduction

...

Each module is a separate application serving a specific role. There are several roles in project:

↑ Back to top

Frontend modules

FOLIO frontend is built as an SPA application based on React.js.

...

Each UI module implements its own functionality. At build/package time all modules are packed to packages and a single frontend budle is created.

↑ Back to top

Backend module types

OKAPI

...

Note

Modules used to interact with third-party systems (where FOLIO is an initiator) can be considered either BL or EDGE modules (example: https://github.com/folio-org/edge-dematic)

↑ Back to top

Sample interaction diagram

Source

↑ Back to top