feat: dashboard for role 'manager'

This commit is contained in:
Björn Fromme
2024-03-01 13:50:54 +01:00
parent a4a3f43df9
commit 7e5b0e66c4
4 changed files with 175 additions and 3 deletions
+1
View File
@@ -28,6 +28,7 @@ class Assignment implements BlameableEntityInterface, TimestampableEntityInterfa
public const STATUS_STAFFED = 'staffed';
public const STATUS_PARTLY_STAFFED = 'partly_staffed';
public const STATUS_STAFFING = 'staffing';
public const STATUS_UNSTAFFED = 'unstaffed';
#[ORM\Id]
#[ORM\GeneratedValue]