feat: record application deleted event for statistics
This commit is contained in:
@@ -19,6 +19,7 @@ enum StatisticsEventName: string
|
||||
case DISPOSITION_CALLED_OFF = 'disposition.called_off';
|
||||
case DISPOSITION_DELETED = 'disposition.deleted';
|
||||
case APPLICATION_CREATED = 'application.created';
|
||||
case APPLICATION_DELETED = 'application.deleted';
|
||||
|
||||
public function label(): string
|
||||
{
|
||||
@@ -28,6 +29,7 @@ enum StatisticsEventName: string
|
||||
self::DISPOSITION_CALLED_OFF => 'Einsatz abgesagt',
|
||||
self::DISPOSITION_DELETED => 'Einteilung gelöscht',
|
||||
self::APPLICATION_CREATED => 'Bewerbung eingegangen',
|
||||
self::APPLICATION_DELETED => 'Bewerbung gelöscht',
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user