Update second part of tutorial series
[GitHub/WoltLab/woltlab.github.io.git] / docs / tutorial / series / overview.md
CommitLineData
e3747bbc 1# Tutorial Series
eebb318c
MS
2
3In this tutorial series, we will code a package that allows administrators to create a registry of people.
4In this context, "people" does not refer to users registered on the website but anybody living, dead or fictional.
5
6We will start this tutorial series by creating a base structure for the package and then continue by adding further features step by step using different APIs.
7Note that in the context of this example, not every added feature might make perfect sense but the goal of this tutorial is not to create a useful package but to introduce you to WoltLab Suite.
8
7e276cf9 9- [Part 1: Base Structure](part_1.md)
32ed94d6 10- [Part 2: Event and Template Listeners](part_2.md)
7e276cf9 11- [Part 3: Person Page and Comments](part_3.md)
f93e3825 12- [Part 4: Box and Box Conditions](part_4.md)