-
Notifications
You must be signed in to change notification settings - Fork 85
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
Display 'Prediction Result' as a separate component #2897
Comments
55b26a7: probably should have gone into it's own dedicated issue. However, we decided to simplify, and standardize all reactjs filenames, and corresponding classnames. |
When we click the above Goto results button, we are correctly redirected: However, we need to debug whether our redux is not properly wired, or our results page logic doesn't properly decouple the results object, into presentational content. In the future, we may consider storing our results into |
#2897: Create 'Prediction Result' page
Instead of rendering the Prediction Result as a separate fieldset, at the bottom of the webpage:
We should display it as a separate component, on it's own dedicated webpage. Additionally, we'll need to allocate the new webpage, it's own dedicated
route
definition. Therefore, the/session/model-predict
page will need to provide a<Link>
to the new result page, upon prediction completion. To make all this work, we'll need to store the results into redux, so it can be accessible within the new prediction result page.The text was updated successfully, but these errors were encountered: