mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-23 20:56:42 +02:00
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:
parent
3e99d86ba6
commit
bee8bcb234
18 changed files with 417 additions and 40 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue