-
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-1347] - Germplasm pedigree view #238
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.
https://breedinginsight.atlassian.net/browse/BI-1503 created to handle case of brapi test server programs.
private pedigreeWrapId: String = 'pedigree-wrap'; | ||
|
||
private activeProgram?: Program; | ||
private pedigreeLoading: boolean = true; //todo add loading symbol when loading |
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.
todo should be removed if loading symbol works
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.
Fixed and pushed
src/store/index.ts
Outdated
@@ -71,7 +71,6 @@ const store: StoreOptions<RootState> = { | |||
successNotificationMsg: state => { | |||
return state.successNotificationMsg; | |||
}, |
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 and mutations.js seem to be leftover changes.
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.
Fixed and pushed
- utilizing credentials: include to allow BI auth token to be sent to bi-api - Updated GermplasmPedigreesView component to fetch the germplasm record on load if a dbid isn't passed in. - Updated pedigree tree viewer to take up the full width of the container
df3cc62
to
f08de48
Compare
Description
Story: BI-1347 - Germplasm Pedigree View
Integrated the BrAPI Pedigree Viewer into the germplasm view.
Implementation notes:
brapi-js
,brapi-pedigree-viewer
, andd3-pedigree-tree
dependenciesNOTE: Before merging this PR:
Out of scope:
Dependencies
Testing
Has been tested during development with a program pointed to Breedbase only (hasn't been tested on the BrAPI Java Server)
Checklist: