Alerts¶
User alerts and notifications beyond the real-time channel.
- Key files:
models.py,views.py,urls.py,tasks.py,utils.py - Responsibilities: persist user alerts, display in UI, background maintenance
Code pointers:
- Models: idk/alerts/models.py
- URLs: idk/alerts/urls.py