Pular para o conteúdo principal

NotificationCategory

@raizfc/contracts


@raizfc/contracts / NotificationCategory

Type Alias: NotificationCategory

NotificationCategory = "match_update" | "content_suggestion"

Defined in: engagement/notifications.dto.ts:14

Restricted to sources this pack can back with real, already-existing domain data (SPEC-DOMAIN-NOTIFICATION-001 "Category: Agrupamento funcional" gives no fixed list) — match_update projects the same real, validated/scheduled matches buildMatchFeedItem (feed.dto.ts, EP-MVP-11.1) already reads for a followed/cheered team; content_suggestion projects a real, pending SuggestedPostDto (EP-MVP-11.3). No other domain event in this codebase yet produces a notification-worthy record, so no other category is declared.