Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update frontend experiment design component to use latest Experiment Design controller #138

Open
lingyun1010 opened this issue Apr 27, 2023 · 0 comments
Assignees

Comments

@lingyun1010
Copy link
Contributor

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.

@lingyun1010 lingyun1010 self-assigned this Apr 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

1 participant