Termine: drop the 'From Today' / 'Ab heute' option (it's still showing past events) — pick a sensible default that hides past #54
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Trigger
m 2026-05-20 13:58:
What happened
Fix
92780cf(2026-05-19) added astatus=upcomingoption for appointments + made it the default. BackendDeadlineFilterUpcomingis defined on the deadlines service (internal/services/deadline_service.go:132), not on appointments. The frontend sendsstatus=upcomingfor appointments, the backend appointment query doesn't have a matching case, so it falls through to the unfiltered path — past events come through.What to do
today(today's appointments) — most lawyer-relevant view; matches the dashboard tile.this_week— broader; comfortable for planning.start_at >= today) — would be the original intent of the dropped option, done right.start_at >= NOW()::datein the appointment query path.Out of scope
Role
coder direct — clear bug + clear fix; pick the new default, wire backend filter if needed, remove dead option. Group with other UI cleanups.
Shipped via euler's batch on
mai/euler/coder-small-ux-polish, merged into main at https://mgit.msbls.de/m/paliad/commit/a5ae214. Live after next Dokploy deploy.