feedMatchCardKind
@raizfc/contracts / feedMatchCardKind
Function: feedMatchCardKind()
feedMatchCardKind(
match):FeedMatchCardKind|undefined
Defined in: engagement/feed.dto.ts:288
Only validated becomes a match_result card — a contested match must never read as a
definitive result (SPEC-DOMAIN-FEED-001 "Post aponta para partida contestada: exibir status e
evitar afirmação definitiva"), and waiting_result/result_reported are not final either. Only
scheduled becomes an upcoming_match card — date_pending has no real date to show, and a
platform card must never present invented information.
Parameters
match
Returns
FeedMatchCardKind | undefined