feat(heute): Auto-Plan beim ersten Öffnen (rc39, #360) #511
No reviewers
Labels
No labels
app/archiv
app/einkaufslisten
app/imap-client
app/wissensbasis
arch-answered
arch-question
area/api
area/auth
area/infra
area/mobile
area/shared
area/ui
area/web
portfolio-status
prio/high
prio/low
prio/medium
roadmap/public
size/l
size/m
size/s
size/xl
size/xs
status/blocked
status/needs-info
type/bug
type/chore
type/docs
type/feature
type/idea
type/refactor
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
admin-mrrm/mrrmlabapp!511
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feat/auto-plan-rc39"
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?
rc39 — Auto-Plan beim ersten Heute-Aufruf
Was ändert sich
GET /planner/todaylöst jetzt automatischplanToday()aus wenn der Tagesplan für heute leer istImplementierung
PlannerService.getTodayOrPlan(): getToday() → wenn leer → planToday()today()ruft jetztgetTodayOrPlan()aufTests
getTodayOrPlan > returns existing plan without re-planning when items existgetTodayOrPlan > auto-runs planToday when no items are planned for todayGET /planner/today ruft jetzt getTodayOrPlan() auf: wenn keine geplanten Items für heute existieren, läuft planToday() automatisch. Der manuelle "Tag jetzt planen"-Button bleibt für explizite Neuplanung ('Neu planen'). Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>