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

Resurface worker status #838

Merged
merged 3 commits into from Sep 16, 2015
Merged

Resurface worker status #838

merged 3 commits into from Sep 16, 2015

Conversation

jaclynperrone
Copy link
Contributor

This PR does a couple things:

  • Resurfaces the "failed" and "uploading..." worker statuses. They were overlooked and hidden during the redesign :( But now they are back! :)
  • Separates the worker statuses from the linked BAMs into two different columns. Originally they were sitting in the same table cell, but they are now separated because they are 2 different types of information.

screen shot 2015-09-14 at 4 30 37 pm

Review on Reviewable

if (value) {
return (
<span className={`linked-bam ${cssClass}`} title={title} key={path.join('-')}>
<span className={`${cssClass}`} title={title} key={path.join('-')}>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

`${cssClass}` => cssClass

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done!

@ihodes
Copy link
Member

ihodes commented Sep 15, 2015

Looks good to me--a few comments to be addressed, but the approach is good. 👍

{path: ['tumor_bam' , 'name'], title: 'Tumor BAM' },
{path: ['normal_bam', 'name'], title: 'Normal BAM' },
];
var run_bams = labelSpecs.map(
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

run_bams => runBams

@ihodes
Copy link
Member

ihodes commented Sep 16, 2015

Looks good--one minor comment & you're good to merge.

jaclynperrone added a commit that referenced this pull request Sep 16, 2015
@jaclynperrone jaclynperrone merged commit eb8a7ab into master Sep 16, 2015
@jaclynperrone jaclynperrone deleted the resurface-worker-status branch September 24, 2015 16:05
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.

None yet

2 participants