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

Samples page with processing information #784

Merged
merged 20 commits into from
Dec 12, 2019
Merged

Conversation

arielsvn
Copy link
Contributor

@arielsvn arielsvn commented Nov 4, 2019

Issue Number

#702

Purpose/Implementation Notes

This adds an internal samples page that we can use to check sample processing information.

Types of changes

  • New feature (non-breaking change which adds functionality)

Functional tests

None

Checklist

  • Lint and unit tests pass locally with my changes
  • I have added tests that prove my fix is effective or that my feature works
  • I have added necessary documentation (if appropriate)
  • Any dependent changes have been merged and published in downstream modules

Screenshots

image

@cgreene
Copy link
Contributor

cgreene commented Nov 4, 2019

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.

@arielsvn
Copy link
Contributor Author

arielsvn commented Nov 7, 2019

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.

image

@arielsvn arielsvn changed the title WIP Quick samples page with processing information Samples page with processing information Nov 7, 2019
@arielsvn arielsvn requested a review from davidsmejia November 7, 2019 20:13
@arielsvn arielsvn marked this pull request as ready for review November 8, 2019 01:46
};
}

export async function getOriginalFiles(sampleId) {
Copy link
Collaborator

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.

Copy link
Collaborator

@davidsmejia davidsmejia left a 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. 👍

@arielsvn
Copy link
Contributor Author

arielsvn commented Dec 9, 2019

Thanks for reviewing @davidsmejia. Moved the functions into ./api in case you want to take another look.

@arielsvn arielsvn merged commit 17db5eb into dev Dec 12, 2019
@arielsvn arielsvn deleted the arielsvn/internal-sample-page branch December 12, 2019 15:42
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

Successfully merging this pull request may close these issues.

3 participants