feat: Plausible-Event Photo Uploaded für Logbuch und Crew

Trackt Foto-Uploads in Reisetagen und Crew-Profilen mit context- und role-Properties.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-05-29 19:20:50 +02:00
co-authored by Cursor
parent e3aeae1966
commit a4c7fcfc6f
4 changed files with 8 additions and 2 deletions
+2 -1
View File
@@ -16,7 +16,8 @@ export const PlausibleEvents = {
INVITE_ACCEPTED: 'Invite Accepted',
PDF_EXPORTED: 'PDF Exported',
CSV_EXPORTED: 'CSV Exported',
CSV_SHARED: 'CSV Shared'
CSV_SHARED: 'CSV Shared',
PHOTO_UPLOADED: 'Photo Uploaded'
} as const
export type PlausibleEventName = (typeof PlausibleEvents)[keyof typeof PlausibleEvents]