mirror of
https://github.com/zvx-echo6/meshai.git
synced 2026-06-11 17:34:44 +02:00
feat(incident): add ITD 511 severity, category, and sub-type filters
Backend: - Add itd_511.min_severity (str, default None), enabled_categories (json, default [incident, closure]), enabled_sub_types (json, default 7 common types) to adapter_config registry. - Wire _parse_itd_511_incident to gate on all three: severity ordering (None < Minor < Major), category whitelist, sub-type whitelist (empty = all pass). Dashboard: - Add Roads511Config state + API load/save/discard for itd_511. - Add Broadcast Filters section to the 511 Road Conditions panel: severity dropdown, category checkboxes, sub-type checkboxes. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
1e6d22ecfe
commit
49de5f3a86
6 changed files with 667 additions and 546 deletions
543
meshai/dashboard/static/assets/index-BERKejLl.js
Normal file
543
meshai/dashboard/static/assets/index-BERKejLl.js
Normal file
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
|
@ -8,7 +8,7 @@
|
|||
<link rel="preconnect" href="https://fonts.googleapis.com">
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
||||
<link href="https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;500;600;700&display=swap" rel="stylesheet">
|
||||
<script type="module" crossorigin src="/assets/index-CAtLxxSd.js"></script>
|
||||
<script type="module" crossorigin src="/assets/index-BERKejLl.js"></script>
|
||||
<link rel="stylesheet" crossorigin href="/assets/index-Dp9XCfH-.css">
|
||||
</head>
|
||||
<body>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue