Skip to main content

Features

Helper docs for how some of our features work

Error Panel

Checks run by MapCheckerPanel

  • Component MapCheckerPanel updates and runs map checks using the connections and schema
    • These are not currently stored in Redux, but could be if we allow users to dismiss warnings in the future
  • Currently we check for
    • Type checking for target schema nodes, but not functions until we get data from the backend
    • Missing required inputs on target nodes
    • Missing required inputs for functions

Deserialization Warnings

  • We generate warnings during deserialization if we are unable to find nodes or functions
  • These warnings are stored in Redux

Telemetry logging

Docs can be found with the general logging documentation