# BanGUI — Task List This document breaks the entire BanGUI project into development stages, ordered so that each stage builds on the previous one. Every task is described in prose with enough detail for a developer to begin work. References point to the relevant documentation. --- ## Open Issues > **Architectural Review — 2026-03-16** > The findings below were identified by auditing every backend and frontend module against the rules in [Refactoring.md](Refactoring.md) and [Architekture.md](Architekture.md). > Tasks are grouped by layer and ordered so that lower-level fixes (repositories, services) are done before the layers that depend on them. ---