-
- Went to Kings@Nets.
- Private work.
- The multigame view for march madness is very clean: https://www.ncaa.com/march-madness-live/multigame
- SBSC.
- Observers can observe columns or entire objects. Any dot-notated path, eg observer on
game
within Score
would work (straight object), and observer on game.opponent1.prediction.name
within Score
would also work (nested col through many other objects).
- Merged the old
lines
and scores
tables. It’s now a single table (games
) with datetime/line/week/status and opponent1/2, then the opponents objects each have score/margin/team/prediction/location/coverage.
- Made the
picks
objs FK to opponents
, not teams
.
- Moved
coverage
and score
into Opponent
, rather than Score
. Also added margin
there.