FeedReasonCode
@raizfc/contracts / FeedReasonCode
Type Alias: FeedReasonCode
FeedReasonCode =
"CHEERED_TEAM"|"FOLLOWED_TEAM"|"FOLLOWED_TORCIDA"|"DISTRICT"
Defined in: engagement/feed.dto.ts:48
SPEC-UX-HOME-001 "Reason Sheet" examples, restricted to what the current relationship model
can compute for real (AccountApplicationService.getFollows's single wired team/torcida/
district per session, EP-MVP-02.1–02.4) — no broader follow graph exists yet. DISTRICT is
kept for spec conformance and is exercised by a dedicated unit test on resolveFeedReason even
though the current fixture set has no second entity sharing the wired district that is not
already covered by a stronger reason (registered the same way EP-MVP-04.6 registered
MANAGER_LIMIT_REACHED as implemented-but-not-exercised-by-integration-fixtures).