• Monday

    • Lots of private work.
    • SBSC. Continued on the effort for computed cols.
    • https://gitlab.com/bmahlstedt/supercontest/-/issues/174
    • Effectively rewrote the whole results module today.
    • alltimelb and stats views did not commit scores before building the dataviews. Now they do. Just like LB/allpicks/matchups/etc. It only does this during the regseason, and on SCORE_DAYS, of course.
    • lb / graph / alltimelb views don’t query for scores anymore. They just need picks.
    • The alltimelb used to just run the lb for every season. Now it’s distinct; it just iterates over all picks (mapped by season -> week -> user -> data), just like all other views.