Erick eeeck
eeeck pushed to dev-dash at eeeck/CANveyor 2026-07-23 13:27:09 +02:00
0eac7a571f Add color configuration and extra signals to vehicle frames
eeeck pushed to dev-dash at eeeck/CANveyor 2026-07-23 01:07:00 +02:00
be7cf9cb6a Minor text box tweak
eeeck pushed to dev-dash at eeeck/CANveyor 2026-07-23 00:38:47 +02:00
9dbf50d1c5 Simplify UI labels for vehicle and bus selectors
eeeck pushed to dev-dash at eeeck/CANveyor 2026-07-23 00:34:24 +02:00
7da427dd09 Implement a modular vehicle decoding system
eeeck pushed to dev-dash at eeeck/CANveyor 2026-07-23 00:06:10 +02:00
6968fdb052 Implement a modular vehicle decoding system
eeeck pushed to dev-dash at eeeck/CANveyor 2026-07-23 00:03:06 +02:00
dd38751a7c Implement a modular vehicle decoding system
eeeck pushed tag v0.1.1 to eeeck/CANveyor 2026-07-22 23:13:52 +02:00
eeeck pushed to main at eeeck/CANveyor 2026-07-22 23:12:56 +02:00
2769939f3d Merge pull request 'Implement multi-vehicle support and CAN log viewing options' (#7) from dev-dash into main
fab448785b Replace infinite scroll with paginated log view
3b703e845f Increase chunk size from 1000 to 50000
54fd8ce74c Implement infinite scroll for logs table
e0a4d098d9 Replace Plotly graph-based tables with Dash DataTable
Compare 7 commits »
eeeck merged pull request eeeck/CANveyor#7 2026-07-22 23:12:55 +02:00
Implement multi-vehicle support and CAN log viewing options
eeeck created pull request eeeck/CANveyor#7 2026-07-22 23:12:49 +02:00
Implement multi-vehicle support and CAN log viewing options
eeeck pushed to dev-dash at eeeck/CANveyor 2026-07-22 23:09:52 +02:00
fab448785b Replace infinite scroll with paginated log view
3b703e845f Increase chunk size from 1000 to 50000
Compare 2 commits »
eeeck pushed to dev-dash at eeeck/CANveyor 2026-07-22 21:39:50 +02:00
54fd8ce74c Implement infinite scroll for logs table
e0a4d098d9 Replace Plotly graph-based tables with Dash DataTable
42f8b844d9 Add log visualization tab to dashboard
Compare 3 commits »
eeeck pushed to dev-dash at eeeck/CANveyor 2026-07-22 20:31:01 +02:00
27998ff879 Add multi-vehicle support to dashboard and pipeline
eeeck closed issue eeeck/CANveyor#4 2026-07-22 20:19:16 +02:00
Implement plotly-resampler for better usage experience
eeeck pushed tag v0.1.0 to eeeck/CANveyor 2026-07-22 20:19:02 +02:00
eeeck released v0.1.0: First iteration of Plotly Dash webapp at eeeck/CANveyor 2026-07-22 20:19:02 +02:00
eeeck pushed to main at eeeck/CANveyor 2026-07-22 20:18:21 +02:00
f5450da96d Merge pull request 'Implement Plotly Dash app with efficient dynamic resampler' (#6) from dev-dash into main
d8ca263c0d Bump version and update project dependencies
1463fa12ff Parallelize data processing tasks with ThreadPoolExecutor
6c198d83c5 Remove debug flag
57505074cd Change title to project name
Compare 27 commits »
eeeck merged pull request eeeck/CANveyor#6 2026-07-22 20:18:20 +02:00
Implement Plotly Dash app with efficient dynamic resampler
eeeck created pull request eeeck/CANveyor#6 2026-07-22 20:18:14 +02:00
Implement Plotly Dash app with efficient dynamic resampler