Alert System
Real-time alerts with Django LiveView
| ID |
Type |
Description |
Actions |
| 1621 |
INFO
|
info becomes knowledge, which is power. therefore info is like … |
|
| 1620 |
CRITICAL
|
Worning, rill wobinson |
|
| 1619 |
WARNING
|
worning, Jill Flobbinsin |
|
| 1618 |
WARNING
|
|
|
| 1617 |
WARNING
|
worning |
|
| 1616 |
WARNING
|
|
|
| 1615 |
INFO
|
|
|
| 1614 |
CRITICAL
|
AAAAAAaaaaaaaaaahhhhhhhhhhhh!!!!!!!!! |
|
| 1613 |
INFO
|
|
|
Django LiveView Demo
This is a demonstration of Django LiveView capabilities. Features you'll see:
- Dynamic page changes: Click "New Alert Form" to navigate without page reload
- Form validation: Submit empty or invalid data to see real-time validation
- Real-time updates: Click "Add Random Alert" to see live table updates
- Modal interactions: Click "Details" on any alert to see modal with URL update
- Broadcast notifications: Notifications are seen by all connected users in real-time (try opening another browser to see the interaction)
- WebSocket communication: All interactions happen through WebSockets, no HTTP requests