Files
MyClub/diagrams/frontpage-data-map.mmd
T
Tomas Dvorak f3db65d350 dev day #90 🥳
2025-11-12 20:31:37 +01:00

69 lines
1.6 KiB
Plaintext

graph TB
Home[Homepage sections]
News[News Articles]
Matches[Upcoming and recent matches]
TableSec[Standings Tables]
Activities[Activities Events]
GallerySec[Gallery]
VideosSec[Videos]
PlayersSec[Players]
SponsorsSec[Sponsors]
MerchSec[Merch]
PollsSec[Polls]
MapSec[Club Map]
NewsletterSec[Newsletter]
BannersSec[Banners]
Home --> News
Home --> Matches
Home --> TableSec
Home --> Activities
Home --> GallerySec
Home --> VideosSec
Home --> PlayersSec
Home --> SponsorsSec
Home --> MerchSec
Home --> PollsSec
Home --> MapSec
Home --> NewsletterSec
Home --> BannersSec
ARTICLES[Articles]
FACR_API[FACR API]
MATCH_OVERRIDES[Match overrides]
COMPETITION_ALIASES[Competition aliases]
EVENTS[Events]
SETTINGS[Settings]
ZONERAMA[Zonerama]
YOUTUBE[YouTube]
TEAMS[Teams]
DB_PLAYERS[Players]
SPONSORS[Sponsors]
CLOTHING[Clothing]
POLLS[Polls]
POLL_OPTIONS[Poll options]
GOOGLE_MAPS[Google Maps]
NEWSLETTER_SUBSCRIPTIONS[Newsletter subscriptions]
BANNERS[Banners]
News -->|DB| ARTICLES
Matches -->|Source| FACR_API
Matches -->|Overrides| MATCH_OVERRIDES
TableSec -->|Source| FACR_API
TableSec -->|Aliases| COMPETITION_ALIASES
Activities -->|DB| EVENTS
GallerySec -->|Profile URL| SETTINGS
GallerySec --> ZONERAMA
VideosSec -->|Config| SETTINGS
VideosSec --> YOUTUBE
PlayersSec --> TEAMS
PlayersSec --> DB_PLAYERS
SponsorsSec -->|DB| SPONSORS
MerchSec -->|DB| CLOTHING
PollsSec -->|DB| POLLS
PollsSec --> POLL_OPTIONS
MapSec -->|lat lng and style| SETTINGS
MapSec --> GOOGLE_MAPS
NewsletterSec -->|subscribe| NEWSLETTER_SUBSCRIPTIONS
BannersSec -->|DB| BANNERS