Pular para o conteúdo principal

FeedPostType

@raizfc/contracts


@raizfc/contracts / FeedPostType

Type Alias: FeedPostType

FeedPostType = "entity_update" | "match_result" | "upcoming_match"

Defined in: engagement/feed.dto.ts:35

Content variants this pack can back with real data. entity_update reads a published PublicTeamPostDto (team or torcida); match_result/upcoming_match read real PublicMatchDto records for a followed/cheered team (SPEC-DOMAIN-FEED-001: "Plataforma gera cards de ranking, jogos e destaques" — the "jogos" case). Ranking-based cards (SPEC-UX-HOME-001 "Reason Sheet": "ranking relevante") are deferred until IS-MVP-12.1 (rankings) exists — same deferral already registered by EP-MVP-02.4/EP-MVP-06.5 for the same missing dependency.