d479648fc24e30f8c5821398b1ccef5372db88cb
[GitHub/WoltLab/woltlab.github.io.git] / docs / tutorial_tutorial-series.md
1 # Tutorial Series
2
3 In this tutorial series, we will code a package that allows administrators to create a registry of people.
4 In this context, "people" does not refer to users registered on the website but anybody living, dead or fictional.
5
6 We 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.
7 Note 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
9 - [Part 1: Base Structure](tutorial_tutorial-series_part-1-base-structure.html)
10 - [Part 2: Event Listeners and Template Listeners](tutorial_tutorial-series_part-2-event-listeners-and-template-listeners.html)
11 - [Part 3: Person Page and Comments](tutorial_tutorial-series_part-3-person-page-and-comments.html)