feat: remove unused assignment status, rename 'open' to 'published'

This commit is contained in:
Björn Fromme
2024-06-23 18:48:42 +02:00
parent 4ac8f36589
commit 40a5fcc1fa
6 changed files with 34 additions and 15 deletions
+1 -2
View File
@@ -22,8 +22,7 @@ class Assignment implements BlameableEntityInterface, TimestampableEntityInterfa
use SoftDeletableEntity;
public const STATUS_DRAFT = 'draft';
public const STATUS_OPEN = 'open';
public const STATUS_CLOSED = 'closed';
public const STATUS_PUBLISHED = 'published';
public const STATUS_STAFFED = 'staffed';
public const STATUS_PARTLY_STAFFED = 'partly_staffed';