coupon code system eingeführt. coupons werden vom super admin gemanaged. coupons werden mit paddle synchronisiert und dort validiert. plus: einige mobil-optimierungen im tenant admin pwa.

This commit is contained in:
Codex Agent
2025-11-09 20:26:50 +01:00
parent f3c44be76d
commit 082b78cd43
80 changed files with 4855 additions and 435 deletions

View File

@@ -36,6 +36,11 @@ class TaskResource extends JsonResource
'difficulty' => $this->difficulty,
'due_date' => $this->due_date?->toISOString(),
'is_completed' => (bool) $this->is_completed,
'event_type_id' => $this->event_type_id,
'event_type' => $this->whenLoaded(
'eventType',
fn () => new EventTypeResource($this->eventType)
),
'collection_id' => $this->collection_id,
'source_task_id' => $this->source_task_id,
'source_collection_id' => $this->source_collection_id,