State chart

August 23, 2023 ยท View on GitHub

:warning: See circulation documentation

The circulation module follows two state charts: Item state chart and Loan state chart. See below.

Item state chart

  • PDF format
  • The sources (graffle)

Implementation

It is implemented:

  • into the Class Item() of reroils-data/reroils_data/items/api.py for the back end.
  • into the item.ts file of the reroils-circulation-ui module for the front end.

Contents

  1. 1Item state chart
  2. 1.1Implementation