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
Implementation
It is implemented:
- into the
Class Item()ofreroils-data/reroils_data/items/api.pyfor the back end. - into the
item.tsfile of thereroils-circulation-uimodule for the front end.