-
Notifications
You must be signed in to change notification settings - Fork 1
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
[BI-1056] All Germplasm Table #165
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.
The BrAPI models that were added are in the directory "brapps/reporter/model". It might be better to move them to "brapi/model".
import {ResultGenerator} from "@/breeding-insight/model/Result"; | ||
import {Germplasm} from "@/breeding-insight/brapps/reporter/model/germplasm"; |
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.
These imports aren't used and could be removed
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.
Removed
src/views/germplasm/Germplasm.vue
Outdated
tag="li" | ||
active-class="is-active" | ||
> | ||
<a>Germplasm</a> |
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.
Per the story, this text should be "All Germplasm"
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.
Changed
src/router/index.ts
Outdated
path: 'germplasm-all', | ||
name: 'germplasm-all', | ||
meta: { | ||
title: 'Germplasm', |
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.
Per the techspecs, this text should be "All Germplasm"
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.
Changed
<template> | ||
<section id="germplasmTable"> | ||
<h1 class="title"> | ||
Germplasm |
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.
This should probably be "All Germplasm" to match the nav
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.
Changed
cfa98fc
to
ef0fd44
Compare
Description
Story: (https://breedinginsight.atlassian.net/jira/software/c/projects/BI/boards/1?modal=detail&selectedIssue=BI-1056)
Includes:
Dependencies
sgn: BI-1056 (Breeding-Insight/sgn#50)
bi-api: BI-1056 (Breeding-Insight/bi-api#130)
bi-web: BI-1056 (#165)
Testing
Use the importer and the file below to import some germplasm. Play around with the table and try some paging out to make sure everything works.
BI-1056_lots_of_germplasm.xls
TAF Results
The taf job seems to be broken and is not printing out results.
Checklist: