Skip to content

Fan Engagement & Communications

Bounded Context

Content publishing, fixture schedules, match results, league standings, and media asset management for fan-facing channels.

%%{init: {"flowchart": {"subGraphTitleMargin": {"bottom": 20}}} }%%
flowchart TB

subgraph "Fan Engagement & Communications"
        ARTICLE[Article]
        FIXTURE[Fixture]
        SQUAD_PROFILE[Squad Profile]
        MEDIA_ASSET[Media Asset]
        MATCH_RESULT[Match Result]
        LEAGUE_STANDING[League Standing]
    end

    ARTICLE --> |features| MEDIA_ASSET
    FIXTURE --> |produces| MATCH_RESULT
    MATCH_RESULT --> |updates| LEAGUE_STANDING

    subgraph "Gameday Match/Event<br/>Delivery"
        MATCH[Match]
    end

    subgraph "Staff, Player & Team<br/>Development"
        PLAYER[Player]
    end

    FIXTURE --> |scheduled for| MATCH
    MATCH_RESULT --> |outcome of| MATCH
    SQUAD_PROFILE --> |presents| PLAYER

Business Capabilities

Club Website

  • Publish and manage club news articles and press releases
  • Display match fixtures, results, and league standings
  • Present first team and academy squad profiles
  • Host media galleries and video content
  • Provide club information, history, and contact details