Code indexing in gitaly is broken and leads to code not being visible to the user. We work on the issue with highest priority.

Skip to content

extend of the configs to represent the current state of the widget

wyzula_j requested to merge fix/config-states-representation into main

Description

Configs are extended to represent all possible metadata of created widget.

Benefits (not implemented yet):

  • easier e2e
  • serialisation for widgets if send through rpc → rpc can pickup the class of the widget and state and recreate it on server side
  • save state and restore state (dict/yaml etc.)

Related Issues

close #202 (closed)

Type of Change

  • Docks save state is in config
  • Docks contains all configs of the children widgets
  • All BECConnector widgets reviewed if metadata are saved I the config

Additional Comments

This could simplify the e2e tests introduced in !127 (merged) to use config_dict instead of callin __str__

Edited by wyzula_j

Merge request reports