Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Sandbox/Version demo/1.0

From OHC Network Wiki
Revision as of 04:25, 5 July 2026 by Admin (talk | contribs) (OHC identity seed)
🧊 You are viewing documentation frozen at CARE 2.0. For the latest version see Sandbox/Version demo.
guideplatformCARE 1.0 – 2.0


⚠️ Warning
This is a sandbox demonstration of the wiki's versioning system. It is not real documentation. See Sandbox/Version demo for the latest version.

Notification system (v1.0)

In version 1.0, notifications were minimal:

  • Single channel: email only
  • No user preferences — all users received all notifications
  • Plain text, no templates
  • Sent synchronously during request handling (blocked the UI)

Configuration

NOTIFICATIONS_ENABLED = true
SMTP_HOST = mail.example.com

That was it. Two environment variables.

Known limitations

  • No delivery tracking
  • No retry on failure
  • No opt-out mechanism
  • High latency on actions that triggered emails