Created
February 9, 2026 15:01
-
-
Save jalehman/7d783d5f05c031bc72ed8dcdac727b13 to your computer and use it in GitHub Desktop.
Daily Standup - connected-play #connected-play
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html lang="en" data-theme="dark"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <title>Connected Play Daily Standup - Feb 9, 2026</title> | |
| <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@picocss/pico@2/css/pico.min.css"> | |
| <style> | |
| :root { --pico-font-size: 16px; } | |
| body { padding: 1rem; max-width: 1200px; margin: 0 auto; } | |
| h1 { font-size: 1.5rem; margin-bottom: 0.5rem; } | |
| h2 { font-size: 1.2rem; margin-top: 1.5rem; margin-bottom: 0.75rem; } | |
| .subtitle { color: var(--pico-muted-color); margin-bottom: 1.5rem; } | |
| .issue { margin-bottom: 0.5rem; padding: 0.5rem; background: var(--pico-background-offset); border-radius: 4px; } | |
| .issue-title { font-weight: 500; } | |
| .issue-meta { font-size: 0.85rem; color: var(--pico-muted-color); } | |
| .priority-p1 { color: var(--pico-color-red-500); } | |
| .priority-p2 { color: var(--pico-color-yellow-500); } | |
| .priority-p3 { color: var(--pico-color-green-500); } | |
| .bug { color: var(--pico-color-red-500); } | |
| .epic { font-style: italic; } | |
| .status-box { padding: 1rem; background: var(--pico-background-offset); border-radius: 8px; margin-bottom: 1rem; } | |
| .summary-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 1rem; margin-bottom: 1.5rem; } | |
| .summary-item { text-align: center; padding: 1rem; background: var(--pico-background-offset); border-radius: 8px; } | |
| .summary-number { font-size: 2rem; font-weight: bold; } | |
| .summary-label { font-size: 0.85rem; color: var(--pico-muted-color); } | |
| </style> | |
| </head> | |
| <body> | |
| <header> | |
| <h1>π Connected Play Daily Standup</h1> | |
| <p class="subtitle">Monday, February 9th, 2026 β 7:00 AM PST</p> | |
| </header> | |
| <section> | |
| <div class="summary-grid"> | |
| <div class="summary-item"> | |
| <div class="summary-number">55</div> | |
| <div class="summary-label">Open Issues</div> | |
| </div> | |
| <div class="summary-item"> | |
| <div class="summary-number">3</div> | |
| <div class="summary-label">In Progress</div> | |
| </div> | |
| <div class="summary-item"> | |
| <div class="summary-number">6</div> | |
| <div class="summary-label">Open PRs</div> | |
| </div> | |
| <div class="summary-item"> | |
| <div class="summary-number">5</div> | |
| <div class="summary-label">P1 Issues</div> | |
| </div> | |
| </div> | |
| </section> | |
| <section> | |
| <h2>π― In Progress (3)</h2> | |
| <div class="status-box"> | |
| <article> | |
| <div class="issue"> | |
| <span class="issue-title priority-p1 epic">β cp-1e7 β LSE Profile Service</span> | |
| </div> | |
| <div class="issue-meta">Epic β’ P1 β’ Identity workstream</div> | |
| </article> | |
| <article style="margin-top: 0.5rem"> | |
| <div class="issue"> | |
| <span class="issue-title priority-p2 epic">β cp-4z1 β Unified environment config package</span> | |
| </div> | |
| <div class="issue-meta">Epic β’ P2</div> | |
| </article> | |
| <article style="margin-top: 0.5rem"> | |
| <div class="issue"> | |
| <span class="issue-title priority-p2 epic">β cp-f1lf β Admin Site Refinements</span> | |
| </div> | |
| <div class="issue-meta">Epic β’ P2</div> | |
| </article> | |
| </div> | |
| </section> | |
| <section> | |
| <h2>π₯ Open Pull Requests (6)</h2> | |
| <table> | |
| <thead> | |
| <tr> | |
| <th>#</th> | |
| <th>Title</th> | |
| <th>Branch</th> | |
| <th>Status</th> | |
| <th>Date</th> | |
| </tr> | |
| </thead> | |
| <tbody> | |
| <tr> | |
| <td>138</td> | |
| <td>feat(dagster): add pre-computed natural keys and event count tracking</td> | |
| <td>dagster/raw_event_count_tracking</td> | |
| <td><span style="color: var(--pico-color-green-500)">OPEN</span></td> | |
| <td>Feb 5</td> | |
| </tr> | |
| <tr> | |
| <td>131</td> | |
| <td>feat: Qubica mock service (Bowling Reservations API)</td> | |
| <td>feature/qubica-mock</td> | |
| <td><span style="color: var(--pico-color-yellow-500)">DRAFT</span></td> | |
| <td>Feb 3</td> | |
| </tr> | |
| <tr> | |
| <td>126</td> | |
| <td>LSE Profile Service (cp-1e7)</td> | |
| <td>feature/lse-profile-service</td> | |
| <td><span style="color: var(--pico-color-yellow-500)">DRAFT</span></td> | |
| <td>Jan 29</td> | |
| </tr> | |
| <tr> | |
| <td>125</td> | |
| <td>feat(map): Add pie chart markers and improve map UX</td> | |
| <td>cp-pie-chart-map-markers</td> | |
| <td><span style="color: var(--pico-color-green-500)">OPEN</span></td> | |
| <td>Jan 28</td> | |
| </tr> | |
| <tr> | |
| <td>116</td> | |
| <td>feat(snowflake): add key rotation reminder for SVC_CP_ANALYST</td> | |
| <td>feat/analyst-key-rotation</td> | |
| <td><span style="color: var(--pico-color-green-500)">OPEN</span></td> | |
| <td>Jan 22</td> | |
| </tr> | |
| <tr> | |
| <td>43</td> | |
| <td>cp-07h2: Admin-API CloudWatch Alarms & Alerting</td> | |
| <td>cp-07h2/alerting</td> | |
| <td><span style="color: var(--pico-color-green-500)">OPEN</span></td> | |
| <td>Dec 26</td> | |
| </tr> | |
| </tbody> | |
| </table> | |
| </section> | |
| <section> | |
| <h2>π₯ P1 Priority Issues (5)</h2> | |
| <div class="status-box"> | |
| <article> | |
| <div class="issue"> | |
| <span class="issue-title priority-p1 epic">cp-1e7 β LSE Profile Service</span> | |
| </div> | |
| <div class="issue-meta">Epic β’ Identity workstream (in progress)</div> | |
| </article> | |
| <article style="margin-top: 0.5rem"> | |
| <div class="issue"> | |
| <span class="issue-title priority-p1">cp-229 β Scaffold apps/snowflake/terraform</span> | |
| </div> | |
| <div class="issue-meta">Task β’ Snowflake infrastructure</div> | |
| </article> | |
| <article style="margin-top: 0.5rem"> | |
| <div class="issue"> | |
| <span class="issue-title priority-p1 epic">cp-366 β Move Snowflake Terraform to apps/snowflake</span> | |
| </div> | |
| <div class="issue-meta">Epic β’ Infrastructure reorganization</div> | |
| </article> | |
| <article style="margin-top: 0.5rem"> | |
| <div class="issue"> | |
| <span class="issue-title priority-p1">cp-4c9 β Move Snowflake module wiring into apps/snowflake</span> | |
| </div> | |
| <div class="issue-meta">Task β’ Snowflake infrastructure</div> | |
| </article> | |
| <article style="margin-top: 0.5rem"> | |
| <div class="issue"> | |
| <span class="issue-title priority-p1 bug">cp-t5s4 β Fix at-most-once delivery: ACK after Postgres write, not before</span> | |
| </div> | |
| <div class="issue-meta">Bug β’ Message delivery reliability</div> | |
| </article> | |
| <article style="margin-top: 0.5rem"> | |
| <div class="issue"> | |
| <span class="issue-title priority-p1 bug">cp-ye38 β Fix admin-api consumer group orphaning on restart</span> | |
| </div> | |
| <div class="issue-meta">Bug β’ Consumer reliability</div> | |
| </article> | |
| <article style="margin-top: 0.5rem"> | |
| <div class="issue"> | |
| <span class="issue-title priority-p1">cp-869 β Plan terraform state migration for Snowflake move</span> | |
| </div> | |
| <div class="issue-meta">Task β’ Infrastructure planning</div> | |
| </article> | |
| </div> | |
| </section> | |
| <section> | |
| <h2>π Open Bugs (6)</h2> | |
| <div class="status-box"> | |
| <article> | |
| <div class="issue"> | |
| <span class="issue-title priority-p1 bug">cp-t5s4 β Fix at-most-once delivery</span> | |
| </div> | |
| <div class="issue-meta">P1 β’ Message delivery</div> | |
| </article> | |
| <article style="margin-top: 0.5rem"> | |
| <div class="issue"> | |
| <span class="issue-title priority-p1 bug">cp-ye38 β Fix admin-api consumer group orphaning</span> | |
| </div> | |
| <div class="issue-meta">P1 β’ Consumer reliability</div> | |
| </article> | |
| <article style="margin-top: 0.5rem"> | |
| <div class="issue"> | |
| <span class="issue-title priority-p2 bug">cp-1021 β activeLanes counts all Open lanes</span> | |
| </div> | |
| <div class="issue-meta">P2 β’ Lane counting</div> | |
| </article> | |
| <article style="margin-top: 0.5rem"> | |
| <div class="issue"> | |
| <span class="issue-title priority-p2 bug">cp-4h48 β Leaderboard profile strike % shows 0</span> | |
| </div> | |
| <div class="issue-meta">P2 β’ Leaderboard</div> | |
| </article> | |
| <article style="margin-top: 0.5rem"> | |
| <div class="issue"> | |
| <span class="issue-title priority-p2 bug">cp-jlqn β Leaderboard time windows use rolling periods</span> | |
| </div> | |
| <div class="issue-meta">P2 β’ Calendar-based windows needed</div> | |
| </article> | |
| <article style="margin-top: 0.5rem"> | |
| <div class="issue"> | |
| <span class="issue-title priority-p2 bug">cp-v5g β V-shape drop in balls/minute</span> | |
| </div> | |
| <div class="issue-meta">P2 β’ Hydration transition</div> | |
| </article> | |
| </div> | |
| </section> | |
| <section> | |
| <h2>πΏ Active Feature Branches</h2> | |
| <table> | |
| <thead> | |
| <tr> | |
| <th>Branch</th> | |
| <th>Related Issue</th> | |
| </tr> | |
| </thead> | |
| <tbody> | |
| <tr> | |
| <td>feature/lse-profile-service</td> | |
| <td>cp-1e7 (PR #126)</td> | |
| </tr> | |
| <tr> | |
| <td>feature/qubica-mock</td> | |
| <td>New feature (PR #131)</td> | |
| </tr> | |
| <tr> | |
| <td>cp-4c4-drop-customer</td> | |
| <td>cp-1e7.4h</td> | |
| </tr> | |
| <tr> | |
| <td>cp-134-session-games</td> | |
| <td>cp-134</td> | |
| </tr> | |
| <tr> | |
| <td>cp-9b4-linking-flow</td> | |
| <td>cp-9b4</td> | |
| </tr> | |
| <tr> | |
| <td>cp-121-profile-endpoints</td> | |
| <td>cp-121</td> | |
| </tr> | |
| <tr> | |
| <td>cp-6cc-identity-client</td> | |
| <td>cp-6cc</td> | |
| </tr> | |
| <tr> | |
| <td>cp-948-fk-migration</td> | |
| <td>cp-948</td> | |
| </tr> | |
| <tr> | |
| <td>cp-1e7.4-auth-client</td> | |
| <td>cp-1e7</td> | |
| </tr> | |
| </tbody> | |
| </table> | |
| </section> | |
| <section> | |
| <h2>π Quick Stats</h2> | |
| <div class="status-box"> | |
| <p><strong>Total Open Issues:</strong> 55</p> | |
| <p><strong>By Priority:</strong> P1: 7 | P2: 42 | P3: 5 | P4: 1</p> | |
| <p><strong>Epics:</strong> 7 active (LSE Profile Service, Business Date, Identity Linking, Snowflake Move, etc.)</p> | |
| <p><strong>Last Main Update:</strong> Up to date with origin/main</p> | |
| </div> | |
| </section> | |
| <footer style="margin-top: 2rem; padding-top: 1rem; border-top: 1px solid var(--pico-border-color); color: var(--pico-muted-color); font-size: 0.85rem;"> | |
| <p>Generated: Feb 9, 2026 7:00 AM PST | <a href="https://github.com/BellumAI/connected-play">Repository</a> | <a href="https://github.com/BellumAI/connected-play/issues">Issues</a></p> | |
| </footer> | |
| </body> | |
| </html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment