In this example we demonstrate two things. First we have a collection of tasks, which is sorted by its priority field. Blockers first, than manjor and finally minor tasks. Second, we have split the collections by it's status field. We can easily achive this by ignoring all entries in a collection that have the wrong status while looping over the items and than do this three times by it's status. All entries without status, we display above the "Kanban" board. And to illustrate the power of collections further, you can add additional team members which can than be assigned to tasks. And everything is auto saved, so pretty functional already for an easy to setup Kanban board.