Docs: Add algorithm diagrams for checkin

This commit is contained in:
Raphael Michel
2021-08-27 12:29:21 +02:00
parent b200ca5ad5
commit 08acecf37b
12 changed files with 355 additions and 1 deletions
+13
View File
@@ -0,0 +1,13 @@
Algorithms
==========
The business logic inside pretix is full of complex algorithms making decisions based on all the hundreds of settings
and input parameters available. Some of them are documented here as graphs, either because fully understanding them is very
when working on features close to them, or because they also need to be re-implemented by client-side components like our
ticket scanning apps and we want to ensure the implementations are as similar as possible to avoid confusion.
.. toctree::
:maxdepth: 2
checkin
layouts