Skip to content

Refactor to signal-based rendering logic #564

Description

@sryhanen

Description
Requested fix to #532

  • Refactor rendering logic so that business objects implement Printable interface, whose behavior is to print recursive object tree structure.
  • The recursive tree structure consists of nested angular signals
  • The recursive tree structure consists of nested angular signals, which wrap render (component references and component inputs) and their child nodes.
  • Implement rendering hook, which is a signal update, executed on each websocket response.
  • Remove push value objects.
  • Implement signal based change detection for updated values (object internal properties wrapped in signals).

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions