managarten/services/mana-notify-go
Till JS 585cdc1753 feat(mana-notify): rewrite notification service from NestJS to Go
Replaces the NestJS mana-notify service with a Go implementation.
Features: 4 notification channels (email/SMTP, Expo push, Matrix,
webhook), goroutine worker pool with retry/backoff (replaces BullMQ),
Go template engine (replaces Handlebars), PostgreSQL with auto-migrations
(5 tables), user preferences with quiet hours, idempotency via
externalId, batch sending, scheduled delivery, JWT + service key auth.

22 API endpoints, 1:1 compatible. Binary: 21 MB.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-27 22:28:19 +01:00
..
cmd/server feat(mana-notify): rewrite notification service from NestJS to Go 2026-03-27 22:28:19 +01:00
internal feat(mana-notify): rewrite notification service from NestJS to Go 2026-03-27 22:28:19 +01:00
.gitignore feat(mana-notify): rewrite notification service from NestJS to Go 2026-03-27 22:28:19 +01:00
CLAUDE.md feat(mana-notify): rewrite notification service from NestJS to Go 2026-03-27 22:28:19 +01:00
Dockerfile feat(mana-notify): rewrite notification service from NestJS to Go 2026-03-27 22:28:19 +01:00
go.mod feat(mana-notify): rewrite notification service from NestJS to Go 2026-03-27 22:28:19 +01:00
go.sum feat(mana-notify): rewrite notification service from NestJS to Go 2026-03-27 22:28:19 +01:00
package.json feat(mana-notify): rewrite notification service from NestJS to Go 2026-03-27 22:28:19 +01:00