Skip to content

Comments

Update realtime visusalization with larger map and full width time series#17

Merged
cchwala merged 3 commits intomainfrom
update_realtime_vis
Feb 11, 2026
Merged

Update realtime visusalization with larger map and full width time series#17
cchwala merged 3 commits intomainfrom
update_realtime_vis

Conversation

@cchwala
Copy link
Member

@cchwala cchwala commented Feb 11, 2026

Summray of this PR:

  • Full-width real-time layout: map fills viewport and time-series chart anchored at bottom (webserver/templates/realtime.html).
  • Grafana/time-range: embedded Grafana iframe defaults to the last 7 days; clicking a CML updates var-cml_id.
  • Leaflet UI: added top-right coloring dropdown (completeness / last_rsl / std_dev) and click-to-select behavior for CML lines.
  • Faster map render: polylines drawn immediately from /api/cml-map; /api/cml-stats loads in parallel and updates colors/popups.
  • Cleanup & fixes: removed iframe height-sync JS and fixed navbar/container alignment (webserver/templates/base.html, webserver/static/style.css).

- Remove sidebar, headers, and navigation buttons for cleaner UI
- Use flexbox: map fills remaining space, chart fixed at 500px
- Change default time range from 1 hour to 7 days
- Remove JavaScript height syncing that caused layout issues
…nality

Integrate CML coloring options (completeness, last_rsl, std_dev) as a Leaflet custom control in the map's top-right corner. Clicking on CML lines updates the Grafana time series plot to display data for the selected CML over the last 7 days.
@codecov
Copy link

codecov bot commented Feb 11, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 64.64%. Comparing base (d96db6a) to head (baf64fb).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #17   +/-   ##
=======================================
  Coverage   64.64%   64.64%           
=======================================
  Files          19       19           
  Lines        1547     1547           
=======================================
  Hits         1000     1000           
  Misses        547      547           
Flag Coverage Δ
mno_simulator 85.82% <ø> (ø)
parser 78.35% <ø> (ø)
webserver 29.63% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@cchwala cchwala merged commit 841b78a into main Feb 11, 2026
7 checks passed
@cchwala cchwala deleted the update_realtime_vis branch February 11, 2026 12:26
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.

1 participant