feat(todo): add reminders with background worker and notification dispatch

Server: reminder-worker checks due reminders every 60s, dispatches via mana-notify, integrates shared-hono middleware and Zod validation for RRULE.
Web: ReminderSelector component, local-first reminder store, form integration.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Till JS 2026-04-01 14:55:42 +02:00
parent 3e99d86ba6
commit bee8bcb234
18 changed files with 417 additions and 40 deletions

View file

@ -5,7 +5,9 @@ services:
todo-backend:
build:
context: ../..
dockerfile: apps/todo/apps/backend/Dockerfile
dockerfile: docker/Dockerfile.hono-server
args:
APP: todo
container_name: todo-backend
restart: unless-stopped
ports: