-
Notifications
You must be signed in to change notification settings - Fork 5
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
Refactor experiment page bundle #490
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for your work.
I added just 2 comments to double check my understanding of the related code in the scxa-experiment-page package.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add validations where you need before fetching data and consider isRequired
props validations mandatory please.
I think that's not this PR about. That is one of your previous work isn't it? The validation? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi,
I am still not sure what is the anatomogram
property in the ExperimentPageRouter
.
I added a longer comment regarding to that one.
Could you please clarify it?
Thanks
…b.com/ebi-gene-expression-group/atlas-web-single-cell into chore/refactor-experiment-page-bundle
Yes, I think you are right, we have |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Thanks for clarifying my suggestion.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
We are going to simplify the logic and deployment of experiment page router component and trying to move the bundle to the front end component repository. The package has not been officially published yet, so in this PR, I only installed a local compiled package, you may test the refactoring results by doing the same.