mirror of
https://github.com/Dvorinka/MyClubServer.git
synced 2026-06-04 02:32:57 +00:00
73 lines
1.7 KiB
Markdown
73 lines
1.7 KiB
Markdown
# Frontpage Data Map
|
|
|
|
```mermaid
|
|
graph TB
|
|
Home[Homepage sections]
|
|
News[News (Articles)]
|
|
Matches[Upcoming & 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 box]
|
|
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 + style| SETTINGS
|
|
MapSec --> GOOGLE_MAPS
|
|
NewsletterSec -->|subscribe| NEWSLETTER_SUBSCRIPTIONS
|
|
BannersSec -->|DB| BANNERS
|
|
```
|