website logo
BlogPlansAbout UsCareersSignup
⌘K
Introduction
Getting started on Bytebeam Cloud
Concepts
Projects
Streams
Device Shadow
Device Metadata
Actions
Module Integration Guides
ESP32
Arduino
Console Guides
Device Management
Dashboards
Streams (Tables)
Actions
Users
Roles
Release Notes
R10 24-May-2023
R9 10-May-2023
R8 26-Apr-2023
R7 05-Apr-2023
R6 22-Mar-2023
R5 08-Mar-2023
R4 22-Feb-2023
R3 10-Feb-2023
R2 01-Feb-2023
R1 19-Jan-2023
Docs powered by archbee 

R7 05-Apr-2023

7min

Incremental loading of panels when loading dashboards

The dashboard's panels will load progressively rather than attempting to load all panel data simultaneously. This approach enhances dependability and improves error management within the dashboard. If a particular panel encounters an issue, it will not hinder the entire dashboard's functionality. Instead, only the affected panel will be emphasised, with the option to refresh its data.

Document image


Added Bytebeam documentation integration

Now you can access the Bytebeam documentation within the cloud. You can click on help icon to get relevant documentation

Document image


Access latest release notes from cloud

Document image


Basic validations for data type in Panels

Added basic validation in panels based on the data type of columns, it will prevent basic errors in the panel data due to mismatch between data types

  • Will be only able to set numerical fields in GPS columns
  • If the String type column is selected in the panels, it will only show 'Min' and 'Max' Aggregates

Showing action errors in device management

If any action has failed, you can see the status as well as the error message in Device Management directly

Document image


Bug fixes & Minor changes

  • Downloaded metadata CSV file will have empty string to represent null values
  • Fixed device pulse sorting bug and started showing Total count in the panel



Updated 26 Apr 2023
Did this page help you?
Yes
No
PREVIOUS
R8 26-Apr-2023
NEXT
R6 22-Mar-2023
Docs powered by archbee 
TABLE OF CONTENTS
Incremental loading of panels when loading dashboards
Added Bytebeam documentation integration
Access latest release notes from cloud
Basic validations for data type in Panels
Showing action errors in device management
Bug fixes & Minor changes