You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This story refers to the frontend implementation of the new experiment design logic. We need to change the way React router is populating the experiment page. Currently, all of the payload is delivered in one go but we will need to change that behavior and utilize new endpoints implemented on the backend for experiment design.
The expected behaviour is when a user clicks on the Experiment Design tab, a request is made to backend the experiment design controller and the experiment design table is populated. New controllers return the payload for experiment design in the same format as previously so we might not need to change how the data is parsed in the frontend component but we do need to handle edge cases like maintaining pagination functionality, and finding when the end of file has been reached.
Relevant back end PRs for controller information are scxa, gxa and web-core.
The text was updated successfully, but these errors were encountered:
This story refers to the frontend implementation of the new experiment design logic. We need to change the way React router is populating the experiment page. Currently, all of the payload is delivered in one go but we will need to change that behavior and utilize new endpoints implemented on the backend for experiment design.
The expected behaviour is when a user clicks on the Experiment Design tab, a request is made to backend the experiment design controller and the experiment design table is populated. New controllers return the payload for experiment design in the same format as previously so we might not need to change how the data is parsed in the frontend component but we do need to handle edge cases like maintaining pagination functionality, and finding when the end of file has been reached.
Relevant back end PRs for controller information are scxa, gxa and web-core.
The text was updated successfully, but these errors were encountered: