feat(web): /replan day-of schedule — live waits + held-LL input#28
Merged
Conversation
…input
Turns /replan into the day execution surface anyone can use (no Claude
app, no waiting for a notification), reachable from /trips:
- Live CURRENT wait per ride (joins the plan against live STATE rows;
DOWN flagged). Projected-at-planned-time is a noted follow (needs
per-ride target times).
- Self-serve HELD-LL input per ride ("🎟 LL at 3:30") — the missing
surface that stops the earlier-LL noise without routing through Claude.
Writes the ll_holds map via an atomic per-key SET (setHeldLl), mirroring
the MCP set_held_ll; a time input + ET-offset-aware ISO build.
- Mark done / Drop / Do next already here — so it's the full schedule.
- /trips: the active day's link is reframed as a prominent
"Today's schedule — waits, mark done, LLs →" button.
Tests: setHeldLl map SET / REMOVE shapes. 48 web tests green.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
/replan becomes the day execution page reachable from /trips: live current waits per ride, self-serve held-LL time input (stops the earlier-LL noise without Claude), plus the existing Mark done/Drop/Do next. Web-only.
🤖 Generated with Claude Code