TorcidaPostStatus
@raizfc/contracts / TorcidaPostStatus
Type Alias: TorcidaPostStatus
TorcidaPostStatus =
"draft"|"published"|"archived"
Defined in: torcida/torcida.dto.ts:246
Content module (IS-MVP-08.3, "Identity/posts/suggestions"). Deliberately the same shape as
TeamPostDto (team/team-posts.dto.ts) — a torcida's own public-page feed, not the future
cross-entity home feed (SPEC-DOMAIN-FEED-001) — but kept as an independent type rather than a
reused import, mirroring how TorcidaManagementDto stays independent of TeamManagementDto
despite the structural overlap (SPEC-UX-TORCIDA-MGMT-001: "Roles da torcida independem das do
time"). Never deleted, only status-transitioned (draft → published → archived).