-
-
Notifications
You must be signed in to change notification settings - Fork 7
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
Samples page with processing information #784
Conversation
I'm a HUGE fan of the direction this is going in! It will help members of our science team respond to experiment requests as well. |
This should be ready for review @davidsmejia. If you want to test it, you'll need to run a local version of the API since we haven't deployed the latest API changes. I added a bit more information to the page and collapsed all the jobs table in an accordion. |
…o arielsvn/internal-sample-page
…o arielsvn/internal-sample-page
}; | ||
} | ||
|
||
export async function getOriginalFiles(sampleId) { |
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.
Would these functions be better off in ./api/computedFiles.js
etc.
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.
Great job! Had one comment about the location of some of the API calls. 👍
Thanks for reviewing @davidsmejia. Moved the functions into |
Issue Number
#702
Purpose/Implementation Notes
This adds an internal samples page that we can use to check sample processing information.
Types of changes
Functional tests
None
Checklist
Screenshots