Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
D
daily-wip
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Packages & Registries
    • Packages & Registries
    • Package Registry
  • Analytics
    • Analytics
    • CI/CD
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • External wiki
    • External wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • george.meyer
  • daily-wip
  • Merge requests
  • !1

Merged
Created Jul 22, 2026 by agently@agentlyContributor

Add standby on-call roster with weekly rotation and day overrides

  • Overview 0
  • Commits 2
  • Changes 4

Summary

  • Add a new Standby section above Top Priorities showing who is on duty today (name + phone)
  • Weekends automatically default to Armin; weekdays rotate weekly among Elrich, Dieter, Kieran, Juan
  • Full override system: pick someone for today, or for the rest of the week (Mon-Fri)
  • Controls hidden from main board for a cleaner newspaper layout; accessible via a new ☎ Standby button in the toolbar
  • Standby schedule shared across viewers via new standby_schedule singleton Postgres table (migration 0003)
  • Auto-saves on edit when signed in; respects read-only mode for non-editors

Changes

  • migrations/alembic/versions/2026-07-22_0003_standby_schedule.py — new singleton table
  • app/db.py — get_standby() / upsert_standby() query helpers
  • app/web.py — GET /api/standby (public) + PUT /api/standby (editor-only)
  • static/index.html — standby roster, modal UI, resolution logic, sync handlers

Test Notes

Tested on localhost with simulated authenticated session:

  • Week rotation picks correctly resolve to the selected person
  • Day overrides take precedence
  • Weekend dates always show Armin automatically
  • Main board is clean (no controls); modal pops up on toolbar button click
  • Round-trip works: main board updates instantly after picking in modal
Assignee
Assign to
Reviewer
Request review from
None
Milestone
None
Assign milestone
Time tracking
Source branch: agent/add-standby-section-cf10