Skip to content

Rewrite some or all of components to account for the flux to redux migration #441

Open
@SystemsPurge

Description

@SystemsPurge

Some requests are not working with redux for many possible reasons:

  • Change start parameter ( due to inverted check in the parameter change handler, namely startparameter.length should be !== instead of === )
  • Sending start parameter ( not being dispatched correctly, due to being part of a class component all while trying to leverage the useDispatch hook )
  • Sending start parameters with result ( a JSON field of the form result:{} should be injected somewhere along the way to be able to get results )
  • While navigating the website, sometimes a refresh is necessary. This is likely due to the mixing of functional and class components

Tasks:

  • Fix config start parameter update
  • Fix starting IC with config start parameters
  • Fix starting IC with results
  • Fix callbacks on view change/ components loading
  • Fix starting IC with player widget
  • IC modular creation according to schema
  • Proper IC recreate given managed component
  • Fix dashboard/widgets/ws for consistent behavior

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions