Skip to content

feat: add notification template management and local dev guide#338

Open
my908-hue wants to merge 2 commits into
Core-Foundry:mainfrom
my908-hue:feat/env-Templete
Open

feat: add notification template management and local dev guide#338
my908-hue wants to merge 2 commits into
Core-Foundry:mainfrom
my908-hue:feat/env-Templete

Conversation

@my908-hue

Copy link
Copy Markdown

Closes #252
Closes #33

Implement CRUD, rendering, and validation for notification templates

  • SQLite-backed NotificationTemplateRepository with audit trail
  • NotificationTemplateService with renderTemplate and cache integration
  • HTTP API: POST/GET/PUT/DELETE /api/templates, POST /api/templates/:id/render, GET /api/templates/:id/audit
  • DB schema: notification_templates + notification_template_audit_log tables
  • Add LOCAL_DEVELOPMENT.md setup guide for contributors
    • Prerequisites, environment variables, example config, troubleshooting

- Implement CRUD, rendering, and validation for notification templates (Core-Foundry#33)
  - SQLite-backed NotificationTemplateRepository with audit trail
  - NotificationTemplateService with renderTemplate and cache integration
  - HTTP API: POST/GET/PUT/DELETE /api/templates, POST /api/templates/:id/render,
    GET /api/templates/:id/audit
  - DB schema: notification_templates + notification_template_audit_log tables
- Add LOCAL_DEVELOPMENT.md setup guide for contributors (Core-Foundry#252)
  - Prerequisites, environment variables, example config, troubleshooting
@drips-wave

drips-wave Bot commented Jun 26, 2026

Copy link
Copy Markdown

@my908-hue Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Docs] Create Local Development Setup Guide Add Notification Template Management

1 participant