You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

Architecture

Endpoint Configuration Override

An to end the section of real time, the override endpoint configuration, works like this.

The endpoint has a configuration in the server side in a endpoint.js,

  • We make it that the tab configuration can have part if not the whole endpoint configuration,
  • We send it to the UI, where the property holding the config will be requested by the API service,
  • Attached to the request send to the server
  • Where the endpoint will merge both configurations (endpoint.js and the one from the request), using the endpoint.js as the base
  • And the resulting configuration will be the one used for the rest of the configuration process

Simple, but useful

  • No labels