Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The list of retrieved APIs, environments, … is stored within the store, so that sub pages can fetch the Each major entity has its own store so that subpages can retrieve data from the store instead of having to reload every reloading each item from the backend again. .

The respective store is managed by the entity's service.

  • The store is refreshed on the

...

  • index

...

  • pages.

    • The getAll method in the service has a force parameter for this.

  • Each time a change is made, the respective store is updated and the backend is informed.

    • The service usually takes care of this automatically, but there are complex cases.

  • The stores are initially filled at login.