Skip to content

Improve state management for deploy boards with realtime data

Filipa Lacerda requested to merge 2677-deploy-boards into master

What does this MR do?

Manage polling better in deploy boards:

  • Move the logic out of the component into the main one
  • Use event hub instead of providing the store and service as props
  • Guarantee polling does not override the old state

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Closes #2677 (closed)

Edited by Filipa Lacerda

Merge request reports