Transfer Panel Details Without an Extra Layer of JSON Encoding #14

Merged
sergeysav merged 1 commits from sergeysav/panel_direct_json into main 2026-01-03 18:24:41 -08:00
Owner

Rationale:

This made it harder to snoop on the traffic in the network monitor because it was encoded as a string.

Changes:

  • Backend now accepts & provides the panel data as a JSON object rather than as a string
  • Backend now supports compression
  • Minor improvements to error handling
  • Some panel structures were getting saved in the JSON when they weren't supposed to be (now this no longer happens)
**Rationale:** This made it harder to snoop on the traffic in the network monitor because it was encoded as a string. **Changes:** - Backend now accepts & provides the panel data as a JSON object rather than as a string - Backend now supports compression - Minor improvements to error handling - Some panel structures were getting saved in the JSON when they weren't supposed to be (now this no longer happens)
sergeysav self-assigned this 2026-01-03 18:24:25 -08:00
sergeysav added 1 commit 2026-01-03 18:24:25 -08:00
sergeysav merged commit 44862f65d2 into main 2026-01-03 18:24:41 -08:00
sergeysav deleted branch sergeysav/panel_direct_json 2026-01-03 18:24:41 -08:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: sergeysav/telemetry_visualization#14