Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 719 Bytes

circulation-module.md

File metadata and controls

23 lines (15 loc) · 719 Bytes

State chart

⚠️ See circulation documentation

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

Item state chart

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.