flowchart LR A[nflreadr schedule and context] --> B[nflendzoneApp startup data layer] C[nflendzoneData summaries] --> B B --> D[standings modules] B --> E[prediction modules]
App Runtime Position
Module Areas
| Path area | Purpose |
|---|---|
app/main.R |
page composition and navigation |
app/logic/data/* |
startup import and release data loading |
app/view/pages/standings/* |
standings and playoff seed views |
app/view/pages/predictions/* |
game prediction UI/server |
app/logic/predictions/games/* |
probability, draw, and plotting helpers |
Runtime Pattern
- Load schedule/team context from
nflverse. - Pull release summaries from
nflendzoneData. - Reconstruct stochastic state in memory.
- Render interactive probabilities with reactive controls.