mirror of
https://github.com/Dvorinka/MyClubServer.git
synced 2026-06-04 18:52:56 +00:00
dev day #90 🥳
This commit is contained in:
@@ -0,0 +1,68 @@
|
||||
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
|
||||
Reference in New Issue
Block a user